The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Extra table

3 posters

Go down

Solved Extra table

Post by sun1994 Tue 27 Dec 2011 - 16:08

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.
sun1994
sun1994
Forumember

Posts : 81
Reputation : 1
Language : dutch

Back to top Go down

Solved Re: Extra table

Post by Omu Tue 27 Dec 2011 - 16:18

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>
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: Extra table

Post by sun1994 Tue 27 Dec 2011 - 17:10

Yes, that was wat I've been looking for, thanks a lot!
Solved.
sun1994
sun1994
Forumember

Posts : 81
Reputation : 1
Language : dutch

Back to top Go down

Solved Re: Extra table

Post by Sanket Tue 27 Dec 2011 - 18:46

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum