Quote:
Originally Posted by TheComputerGuy
Anyway just to have that simple box around it like yours?
|
Sure. You can place the content in "any" container. For instance, a simple table or "box":
HTML Code:
<!-- Boxed Random Content -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="page" align="left" width="100%">$random_content</td>
</tr>
</table>
<!-- End Boxed Random Content -->