steve@callingdu
05-10-2010, 03:27 PM
I would like to place some content to the left and/or right of my vBulletin 3.6 forums. I've spent 30 minutes Googling and I always end up back here and cannot find what I am looking for. Is there some sort of variable that I can place within my markup that will help me with this?
In the simplest of terms, I'm looking for something like this that works.
<table>
<tr>
<td style="width: 150px">SOME CONTENT</td>
<td>FORUMS</td>
<td style="width: 150px">SOME CONTENT</td>
</tr>
</table>
Thanks in advance!
Steve
--------------- Added 1273509674 at 1273509674 ---------------
Nevermind... figured it out. Thanks anyway!
In the simplest of terms, I'm looking for something like this that works.
<table>
<tr>
<td style="width: 150px">SOME CONTENT</td>
<td>FORUMS</td>
<td style="width: 150px">SOME CONTENT</td>
</tr>
</table>
Thanks in advance!
Steve
--------------- Added 1273509674 at 1273509674 ---------------
Nevermind... figured it out. Thanks anyway!