SEARCH INPUT FIELD IS NAILED TO THE FLOOR

M

Mike

THIS SEARCH FORM COMPONENT

GETS PASTED INTO THE LEFT SIDE OF THE PAGE


HOW CAN I GET THE INPUT WINDOW POSITIONED IN THE CENTER OF THE PAGE
AND OF COURSE MOVE THE 2 BUTTONS ALONG WITH IT



Reply To : [email protected]
 
R

Ronx

All caps is the equivalent of shouting.

Place the component in a table and centre the table.

Example:
<table width="75%" align="center">
<tr><td>Search component goes here</td></tr>
</table>

Change the table width to suit your page.
 
M

Mike

i should mention i am using fp98

i do have fp2000 , will this perform differently ?



***All caps is the equivalent of shouting.
***
***Place the component in a table and centre the table.
***
***Example:
***<table width="75%" align="center">
***<tr><td>Search component goes here</td></tr>
***</table>
***
***Change the table width to suit your page.


Reply To : [email protected]
 
S

Stefan B Rusynko

It's just Html (the table positioning) so it will work in any version of FP

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|
| i should mention i am using fp98
|
| i do have fp2000 , will this perform differently ?
|
|
|
| ***All caps is the equivalent of shouting.
| ***
| ***Place the component in a table and centre the table.
| ***
| ***Example:
| ***<table width="75%" align="center">
| ***<tr><td>Search component goes here</td></tr>
| ***</table>
| ***
| ***Change the table width to suit your page.
|
|
| Reply To : [email protected]
 
M

Mike

with all due respect, i beg to differ

the search form is a webbot component

i have tried everything to position it in the center of the page but it
appears that by design it is being forced into the leftmost column.

you can paste the search form at any row within the page but you can not

move it from the left column.

see it at

http://complast.com

it is in the middle of the page



On Wed, 3 Jan 2007 05:39:37 -0500, "Stefan B Rusynko"

***It's just Html (the table positioning) so it will work in any version of
FP


Reply To : [email protected]
 
S

Stefan B Rusynko

Doesn't matter that it is a webbot IF is wrapped in a table correctly
A webbot is just a design time component that is added to your html when you save the page
- and in the case of some webbots also is a run time component that interacts w/ the FP SE

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| with all due respect, i beg to differ
|
| the search form is a webbot component
|
| i have tried everything to position it in the center of the page but it
| appears that by design it is being forced into the leftmost column.
|
| you can paste the search form at any row within the page but you can not
|
| move it from the left column.
|
| see it at
|
| http://complast.com
|
| it is in the middle of the page
|
|
|
| On Wed, 3 Jan 2007 05:39:37 -0500, "Stefan B Rusynko"
|
| ***It's just Html (the table positioning) so it will work in any version of
| FP
|
|
| Reply To : [email protected]
 
M

Mike

again, i hate to contradict you but it is not so,
i have tried to place the search form into the table
and it just does not work.

since you are adament, i will try this with fp 2000 since i was trying this
with fp98


thanks

On Thu, 4 Jan 2007 04:30:40 -0500, "Stefan B Rusynko"

***Doesn't matter that it is a webbot IF is wrapped in a table correctly
***A webbot is just a design time component that is added to your html when
you save the page
***- and in the case of some webbots also is a run time component that
interacts w/ the FP SE


Reply To : [email protected]
 
Top