Extra table

sun1994 at 16h08
27
Dec
2011
How can you make an extra table at the bottom of your index (under the who's online table)? For affiliations or something.

I already made one by adding a html in the description section of a forum, in which I worked with the position: absolute and changed the left and top etc., but because everyone has a different computer screen it not always stands on the right spot for everyone. Also, when I toggle a category, the whole site moves as it were upwards, but the table remains standing on the same spot. So, I was wondering if you could make a table with a different way (maybe with the templates), one that fits in the index for everyone. Please help.
1 Kalimdor, on 27/12/2011 at 16h18
Add this code in index_body ( ACP > Display > Templates > index_body ) after <!-- END disable_viewonline -->
Code:

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<span class="cattitle"><a class="cattitle" href="#" rel="nofollow">Title</a></span>
</td>
</tr>
<tr>
<td class="row1" width="100%"><span class="gensmall">
Content
</td>
</tr>
</table>

2 sun1994, on 27/12/2011 at 17h10
Yes, that was wat I've been looking for, thanks a lot!
Solved.
3 Sanket, on 27/12/2011 at 18h46
Topic Solved & Locked
Similar topics
I have a trigger point or something in my left eyebrow. It hurts if I yawn and when I chew. I am pretty sure it is causing me extra pain. If I yawn I can feel it in back/top of my head as well. I also have a problem with my jaw on that side. I am
Hi I'm presently modeling a data mart and I would like to use a fact table as a dimension for another fact table. Is it something doable and efficient or is there a better way to do that? if yes should i just create a surrogate key and link both
We can get more memory for pictures but why cant we do the same with the smilies????? Do you think we should have more memory for smilies?
Replies 1 to 3 on 3 for "Extra table"
See also
more_less
Informations

3 Replies For the topic :
"Extra table"

This topic has been viewed 365 times.

Last message :
27/12/2011 at 16h08 by "sun1994"