Results 1 to 3 of 3
Related
-
tables and text boxes Forum: Website Scripts Forum
Replies: 1 -
Aligning Text in Tables Forum: HTML Forum
Replies: 5 -
Avoiding nested tables or grouping separate tables in chunks Forum: HTML Forum
Replies: 2 -
help with tables! Forum: HTML Forum
Replies: 2 -
CSS Text & Links in Tables Forum: CSS Forum
Replies: 2
-
10-19-2004, 09:42 PM #1
TABLES- can any one help me stop the text streching the tables.
The problem is when i set the value for the table and then add Text to it the text streches the table.
This is the way i do it
<*table><tr><td width="150">Alot of text</td></tr></table*> without the astricks
However the text will not go to the end of the table
and the restart underneth it will just keep going streching the table
Any Help would be great. Thanks
-
10-20-2004, 06:14 AM #2
It should wrap fine as long as the text isn't one long word. Does it have spaces in the text?
Don't worry about putting * in your tags, the forum will still display the html instead of a table. In fact, you can make it neater by surrounding your code with the 'code' vBcode tag, see here: http://www.ahfb2000.com/webmaster_help_desk/misc.php?do=bbcode#code
Do you have an example of the stretching table online somewhere? It might be something in the rest of your code thats causing it.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
10-21-2004, 09:11 AM #3
Originally Posted by QuietDean
Yes. If you have one long word causing the problem, try using a hyphen " - ". Or, you could try reducing the font size.