Hello Again,
Does anyone happen to know the best method to have random quotes displayed everytime a page in vBulletin is refreshed?
An image of where I have setup for the quotes to be displayed is as follows:
http://i.imgur.com/29KA8Fk.png?1
And the code for that is:
Code:
<table class="tcat" cellpadding="4" cellspacing="0" border="0" width="100%" align="center" style="border-top:1px solid $stylevar[tborder_bgcolor]; border-bottom:1px solid $stylevar[tborder_bgcolor]">
<tr>
<td height="1" bgcolor="$stylevar[tcat_bgcolor]">
</td>
<tr>
<td align="center" bgcolor="$stylevar[select_bgcolor]">
<font face="verdana,arial,helvetica" size="1" ><i>"Quote Text."</i> - <b>Quote Author</font>
</td>
<tr>
<td height="1" bgcolor="$stylevar[tcat_bgcolor]">
</td>
</table></table>
</div>
Hopefully, someone out there is able to provide some insight. Thank you,