Heijin
06-08-2003, 07:43 AM
Alright. Well I added the following code before $header in the forumhome template:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="780" id="AutoNumber1" background="forumgui/bodybg.jpg">
<tr>
<td width="100%"><a href="http://www.fated-circle.com/vbulletin">
<img border="0" src="forumgui/header.jpg" width="780" height="142"></a><br>
<a href="http://www.fated-circle.com/vbulletin">
<img border="0" src="forumgui/button1_forumhome.jpg" width="81" height="34"></a><a href="http://www.fated-circle.com/vbulletin/memberlist.php?"><img border="0" src="forumgui/button2_members.jpg" width="63" height="34"></a><a href="http://www.fated-circle.com/vbulletin/calendar.php?"><img border="0" src="forumgui/button3_calendar.jpg" width="59" height="34"></a><a href="http://www.fated-circle.com/vbulletin/search.php?"><img border="0" src="forumgui/button4_search.jpg" width="51" height="34"></a><a href="http://www.fated-circle.com/vbulletin/misc.php?action=faq"><img border="0" src="forumgui/button5_faq.jpg" width="46" height="34"></a><a href="http://www.fated-circle.com"><img border="0" src="forumgui/button6_websitehome.jpg" width="250" height="34"></a><a href="http://www.fated-circle.com/vbulletin/usercp.php?"><img border="0" src="forumgui/button7_usercp.jpg" width="116" height="34"></a><a href="http://www.fated-circle.com/vbulletin/register.php?action=signup"><img border="0" src="forumgui/button8_register.jpg" width="113" height="34"></a></td>
</tr>
<tr>
<td width="100%">
<p align="center">
And then the following AFTER the $footer on forumhome
</td>
</tr>
<tr>
<td width="100%">
<center>
<img border="0" src="forumgui/footer.jpg" width="780" height="86"></center></td>
</tr>
</table>
</center>
</div>
Shows up just nice on my forumhome: http://www.fated-circle.com
But on showthread it does not. so I did the same on the showthread template but no but it looks like this: http://www.fated-circle.com/vbulletin/showthread.php?postid=3085#post3085 (random thread)
How would I fix that...
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="780" id="AutoNumber1" background="forumgui/bodybg.jpg">
<tr>
<td width="100%"><a href="http://www.fated-circle.com/vbulletin">
<img border="0" src="forumgui/header.jpg" width="780" height="142"></a><br>
<a href="http://www.fated-circle.com/vbulletin">
<img border="0" src="forumgui/button1_forumhome.jpg" width="81" height="34"></a><a href="http://www.fated-circle.com/vbulletin/memberlist.php?"><img border="0" src="forumgui/button2_members.jpg" width="63" height="34"></a><a href="http://www.fated-circle.com/vbulletin/calendar.php?"><img border="0" src="forumgui/button3_calendar.jpg" width="59" height="34"></a><a href="http://www.fated-circle.com/vbulletin/search.php?"><img border="0" src="forumgui/button4_search.jpg" width="51" height="34"></a><a href="http://www.fated-circle.com/vbulletin/misc.php?action=faq"><img border="0" src="forumgui/button5_faq.jpg" width="46" height="34"></a><a href="http://www.fated-circle.com"><img border="0" src="forumgui/button6_websitehome.jpg" width="250" height="34"></a><a href="http://www.fated-circle.com/vbulletin/usercp.php?"><img border="0" src="forumgui/button7_usercp.jpg" width="116" height="34"></a><a href="http://www.fated-circle.com/vbulletin/register.php?action=signup"><img border="0" src="forumgui/button8_register.jpg" width="113" height="34"></a></td>
</tr>
<tr>
<td width="100%">
<p align="center">
And then the following AFTER the $footer on forumhome
</td>
</tr>
<tr>
<td width="100%">
<center>
<img border="0" src="forumgui/footer.jpg" width="780" height="86"></center></td>
</tr>
</table>
</center>
</div>
Shows up just nice on my forumhome: http://www.fated-circle.com
But on showthread it does not. so I did the same on the showthread template but no but it looks like this: http://www.fated-circle.com/vbulletin/showthread.php?postid=3085#post3085 (random thread)
How would I fix that...