View Full Version : Text in Talbes


JaggedLilLoser
02-17-2003, 03:24 AM
I have a page with a giant table on one side theres an image on the other side a bunch of smaller tables on the right there is the table for a blog unerneathe that there is anoter table with two small sections side by side. in the two smaller sections all the text is aligned to the left and is chopped up in columns kind of. I don't know if that explains what is happening but it is all cut off were it shouldn't be cut off. PLEASE HELP ME!!

Dude128
02-17-2003, 03:37 AM
we can't help unless we can see the code or the page itself. could you post one or both of them?

JaggedLilLoser
02-17-2003, 03:45 AM
http://www.babyvicious.com/jaggedlittleloser

OK thats my site.

Dude128
02-17-2003, 03:56 AM
you specify a width of 97.5 for the cell, so the text fills that much space. specify a larger width and the text will extend further.

also, you can't have half a pixel. try changing the width to 98 at least, larger if you want the text to be wider.

JaggedLilLoser
02-17-2003, 04:29 AM
It didn't work. Nothing changed.

Nerd4Life
02-17-2003, 08:03 PM
On the two cells you have at the bottom (with the to do list etc.) you have them each with a width of 97. You can change both the values to 50% and it won't wrap anymore.

All of that text won't fit into a width of 97, and you are not using all of the available table space (420). By setting them to 50% each they will each use 210.

Ok, was that confusing? I think I confused myself.. lol

JaggedLilLoser
02-17-2003, 11:45 PM
K thanks that fixed it!! I still am not sure what exactly was wrong. But oh well It's fixed now!!