When I add a text box in frontpage it does not appear in the corr.

N

nadinep

When I add a textbox in frontpage it does not appear in the correct position
on the wesite
 
S

Steve Easton

Create a table cell and place it in the cell.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
R

Rick Budde

As with placement of any content on a web page, tables
are an excellent method of placing content.

You don't say specifically but rember textboxes are an
HTML form component and need to be placed within a form
boundary on your webpage.
 
R

Ronx

What sort of Textbox - the textbox used in a form? Or the textbox created
with the FrontPage drawing tools?

As others have said, the first type is easiest positioned with a table. The
latter uses absolute positioning, so it is unlikely it is in the wrong
position - it only looks that way because the rest of the page has moved
around it. This type of text box should be avoided because they use VML
graphics, which can only be seen on Windows PCs with IE5.5 and later.
 
N

nadinep

Thanks to all, I will try adding a table cell (which I didn't know you could
do)

Nadine
 
N

nadinep

I am using the textbox from the drawing tools. I cannot seem to figure out
how to draw a table to be placed in the table already there.

I will keep trying, but now every time I add something to my Homepage I have
to mess around with my text boxes.
 
N

nadinep

Steve

I need to create small boxes in corners of a cell which I cannot due, that
is why I used the text box. As well as I need to place text within a created
graphic. When I draw the text box on the graphic it appears correct in page
view but is not correct in web view. I then have to move the box up and to
the side for it to appear correctly on the website.

Any ideas???
Nadine
 
T

Thomas A. Rowe

When you use the drawing tools, on users of IE browser under Windows can see them. Can you provide a
URL to what you have done or trying to do?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
R

Ronx

but now every time I add something to my Homepage I have
to mess around with my text boxes

That is one reason why text boxes should be avoided. Unless your entire
page is locked down with absolute positioning you will ALWAYS have problems
with text boxes.
Also, bear in mind that over 20% of web users will never see the text boxes,
since they do not use Internet Explorer. Those users will see a completely
messed up page.

To add a table inside an existing table (nesting), click in the cell you
need the table, then from the menu, Table->Insert Table
Choose the number of rows and columns required.
It often helps to plan the page, or an area within the page, on grid paper
and design your tables and nested tables there.
 
Top