PDA

View Full Version : See this black line? Can you help me get rid of it?


idwf
06-19-2003, 07:15 PM
Hey, i know its annoying me being here, but trust me, im a n00b and in time I will learn!

http://www.indeathwefall.co.uk/forums

see the black line? Can you help me get rid of it? thanks :)

Tony G
06-20-2003, 04:25 AM
It's from the category seperation. Go into your forumhome template and find this:

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">

and replace it with this code:

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center">

idwf
06-20-2003, 06:23 AM
thanks. I dont taht but it still is there? any more ideas?

Tony G
06-20-2003, 06:28 AM
Hmm, that should have done it. Maybe the Welcome Panel? Attach your forumhome code please.

idwf
06-20-2003, 06:31 AM
ok. heres my forumhome template

Logikos
06-20-2003, 03:21 PM
After pasteing your forumhome on my test board it only seems to show up for guest. What i did to get rid of it was login to the ACP and go to the templates "Forum Home Page Templates" expand that and find "forumhome_unregmessage" at that bottom the code above "</tr>" you will see <hr> remove the <hr> and you should be fine.

idwf
06-20-2003, 03:56 PM
nope. theres no <hr> anywhere on any of the templates?...what else could it be?