PDA

View Full Version : Table under Header


Koushukei
07-12-2008, 07:21 PM
Where exactly is the table that shows categories, etc. etc. located at?

I'm trying to add side images to my forums but I can't find the center table

--------------- Added 1215901758 at 1215901758 ---------------

No one knows?.. =\

Opserty
07-12-2008, 10:13 PM
You'll have to create the table yourself. E.g. in header add something like:

<table>
<tr>
<td>LEFT IMAGE</td>
<td>

Then in footer

</td>
<td> RIGHT IMAGE</td>
</tr>
</table>