hey all
i simply put my quotes in a table, and the words wrap with no probs!
working on adding this add-on to it now
http://66.207.199.6/forums/index.php
(hhe, keep posting that, took me forever to figure out how to make a simple table..lol still a rather newbie to this php stuff)
Code:
<!-- quotes panel -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="95%"
align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<table cellpadding="4" cellspacing="1" border="1" width="100%">
<tr id="cat">
<td bgcolor="#6D1F15" colspan="" border="1" bordercolor="#42130D" width="50%" align="center"> <normalfont color="#FFF788"><b>Random Quotes
</font></b></a></td></normalfont>
</tr>
<tr>
<td bgcolor="#F1F1F1" colspan="5">
<font face="verdana,arial,helvetica" size="2" align="center" >
<center>
$thequote<br>
$thequoter<br>
</center>
</font>
</td>
</tr>
</table>
</td></tr></table>
<!-- end quotes panel -->