View Single Post
03-03-2007, 11:49 AM
#17
Alex Eyre is offline Alex Eyre
Alex Eyre's Avatar
Status: Designer
Join date: Aug 2006
Location: Manchester
Expertise:
Software:
 
Posts: 1,132
iTrader: 5 / 100%
 

Alex Eyre is on a distinguished road

Send a message via MSN to Alex Eyre

  Old

I dont mind you calling me Alex =]
And yes i did.

Here is the relevent CSS:

Code:
#listings table {width:734px; margin-left:7px; margin-bottom:20px; border-bottom:1px solid #d7d7d7;}
#listings table tr.listinghead td {text-align:center; color:#000; font-size:13px;}
#listings table tr.listing {height:35px;}
#listings table tr.listing td {padding-top:3px;}
#listings table tr.listing td.box {background:url(../images/WiiRoom/t1.png) top no-repeat;}
#listings table tr.listing td.listingthreads {background:url(../images/WiiRoom/t2.png) top no-repeat; padding:3px 10px 0 10px;}
#listings table tr.listing td.replies {background:url(../images/WiiRoom/t3.png) top repeat-x; text-align:center;}
#listings table tr.listing td.lastpost {background:url(../images/WiiRoom/t4.png) top no-repeat; padding-left:10px;}
#listings table tr.listing td.listingthreads a {color:#277eb9; font-size:13px;}
#listings table tr.listing td.lastpost a {font-size:11px;}
and the relevent html:

Code:
{$header}
		<div id="listings">
				<div style="text-align:right; padding-bottom: 4px;">
				{$newthread}
				</div>
				<table cellspacing="0" cellpadding="0">
				{$threadslist}
				</table>
		</div>
		{$footer}

There is also an error on the registration, please can you confirm this for me:
http://www.wiiroom.net/forums/member...ction=register
then click I agree

Does it display a blank page?

Alex.