Jump to content

Recommended Posts

You can't use script but you can write really, really, really long messages, which breaks your formatting. ;) Take a look at your site

 

 

i cant figure out what to do about it.... how do i stop the table from stretching.... damn it nowrap doesnt work

 

<tr><td nowrap='nowrap'>$ginfo[$count]</td></tr>

alright here is what i did for other people who look this up

 

//in css

.div
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

 

//in html

 

<div class='div'>$ginfo[$count]</div>

 

 

i noticed that in my signature i had a long text and phpfreaks had a way of solving this problem so i looked up the source

 

 

THANKS PHPFREAKS

 

 

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.