PDA

View Full Version : help needed fast.



C.Birch
Tue 31st Dec '02, 12:35pm
i have just redone my board so its got:


-------------------------------------
.................header
-------------------------------------
sidebit|............ Board
-------------------------------------
..................footer
-------------------------------------

it shows fine in almost every view apart from the posting screen's and when reading a topic or the sign up screen

when useing them the board shows under the side bit and not along side it have you any ideas?

my head code:

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#000000" vlink="#000000" alink="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td colspan="2" height="84" background="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/topback.jpg"><img src="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/top.jpg" width="778" height="84"></td>
</tr>
<tr>
<td width="74" nowrap height="24"><img src="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/top2.jpg" width="74" height="24"></td>
<td width="100%" background="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/top2back.jpg" height="24">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>::
<a href="http://www.ultimate-forums.co.uk/forums/">Home</a> :: <a href="http://www.ultimate-forums.co.uk/forums/register.php?s=&amp;action=signup">Register</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/usercp.php?s=">User
CP</a> :: <a href="http://www.ultimate-forums.co.uk/forums/memberlist.php?s=">Members</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/misc.php?s=&amp;action=faq">F.A.Q</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/search.php?s=">Search</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/calendar.php?s=">Calendar</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/proarcade.php">Games</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/vbstory.php?s=">Stories</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/quiz.php">Quiz's</a>
:: <a href="http://www.ultimate-forums.co.uk/forums/member.php?action=logout">Log
Out</a> ::</b></font></div>
</td>
</tr>
<tr>
<td width="74" valign="top" nowrap background="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/sideback.jpg"><img src="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/side.jpg" width="74" height="275"></td>
<td width="100%" valign="top">


my footer code:

</td>
</tr>
<tr>
<td width="74" nowrap height="16"><img src="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/side2.jpg" width="74" height="16"></td>
<td width="100%" height="16" background="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/bottomback.jpg">
<div align="right"><img src="http://www.ultimate-forums.co.uk/forums/skins/ultimatepopnetwork/bottom.jpg" width="217" height="16"></div>
</td>
</tr>
</table>
</body>
</html>


The skin is not live on my board yet so no ppint going there to look but if its needed to help i let you view it.all the templates are the default vB ones.

Wayne Luke
Tue 31st Dec '02, 5:40pm
If you look in the showthread template you will see two things...

At the top there is a line of code that closes the content table started in the header. And at the bottom is a line that reopens it. What this is doing is breaking out of your tables and giving the results you see. If you remove those two lines, it should work properly.

C.Birch
Fri 3rd Jan '03, 8:25am
Originally posted by Wayne Luke
If you look in the showthread template you will see two things...

At the top there is a line of code that closes the content table started in the header. And at the bottom is a line that reopens it. What this is doing is breaking out of your tables and giving the results you see. If you remove those two lines, it should work properly. hehe sorry for the slow reply but been busy thanx alot it did work :) was also i few other ones that needed table tags removeing from also.