PDA

Click to See Complete Forum and Search --> : Table Alignment


Chris_SE
Mar 21st, 2001, 12:52 PM
I have a frame that has text outputted into a table through PHP. The problem is that the text in the frame will scroll off its sides. is there a way to make a frame wrap so it doesn't exceed its width?

sebs
Mar 29th, 2001, 11:31 AM
first of all,
in your frameset tag you should put scrolling to no

and in your frame, put a table the size of the frames,
that way your text will be wraped!

harsoni
Mar 29th, 2001, 03:08 PM
The place where you r outputting the text i mean the TD
use nowrap....

<TD nowrap width="100px">Your Text goes here </TD>


Sonia