Extra table
3 posters
Page 1 of 1
Extra table
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.
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- Forumember
- Posts : 81
Reputation : 1
Language : dutch
Re: Extra table
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>
Re: Extra table
Yes, that was wat I've been looking for, thanks a lot!
Solved.
Solved.
sun1994- Forumember
- Posts : 81
Reputation : 1
Language : dutch
Re: Extra table
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Table Column Width and Table Grid Help
» Why am I getting extra coding at the bottom of my post:
» I can't hide the extra forums
» How do you eliminate extra spacing when your typing in a post?
» Extra topic colors not working
» Why am I getting extra coding at the bottom of my post:
» I can't hide the extra forums
» How do you eliminate extra spacing when your typing in a post?
» Extra topic colors not working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum