|
-
Mar 21st, 2001, 01:52 PM
#1
Thread Starter
Addicted Member
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?
-
Mar 29th, 2001, 12:31 PM
#2
Frenzied Member
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!
-
Mar 29th, 2001, 04:08 PM
#3
Lively Member
The place where you r outputting the text i mean the TD
use nowrap....
<TD nowrap width="100px">Your Text goes here </TD>
Sonia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|