hi...
i am tring to build this news site for localcommunity news, the site is gonna pick up the top more stories from the database and then populate them into the tables...the problem is when i do this the tables expands wayyyy to much and the entire layout is messed up...
so if someoen can help me with it... i need a way to stop my tables from expanding .o0(html tables not mysql);
thanks
post some of the code that you're using.
<TABLE WIDTH="400"> </TABLE>
should constrain the table from getting too wide.
also look at using wordwrap()
Or nl2br(), that and wordwrap() should be help.
H