Web Design Screwing My Head Up

LauraFrog

Fish Gatherer
Joined
Aug 25, 2007
Messages
2,372
Reaction score
0
Location
Queensland, Australia
Does anybody here have experience with frontpage layout tables? I'm working on a fish website using them. I have four cells - a navigation pane down the left side, a cell down the right side with a pretty background image strip in it, and the centre cell is split into the top (which is where the text will go) and the bottom (which is a banner). I want to put a scrollbox in the text cell, because at the moment when there is more text entered than the size of the cell can hold, it stretches and totally screws my layout up. It is on Autostretch sideways, but fixed vertically. It's driving me nuts - any advice? I can post the page if necessary.
 
What you you need to do in in the table you need to set the width.

ie

Code:
<table width=600 height=300 border=1>

What you may want to have is "width="100%" "
This would then mean it resizes with the page.

if that's not it and table look's like this

<table>

then your find

<TR>
<TD width="100">text</TD>
<TD width="700">text</TD>
</TR>
 
What you you need to do in in the table you need to set the width..

and stop using frontpage...which is awful and creates more headaches than it's worth.
 

Most reactions

Back
Top