Log in

View Full Version : How do I remove the line at top of main forums page?


gopherhockey
01-11-2003, 07:05 PM
This is driving me crazy but I can't seem to find the solution to this anywhere.

On the main forum page just above where the forums start to be displayed (via $forumbits) and below the text "You last visited: bla bla" there is a line.

I want to remove it. I know it is in $forumbits somewhere, but I can't figure out what template is generating that dang line.

(some of you may not see it if you have other color schemes)

You can see the line on my site below the navbar I inserted into the page at www.mtbmn.com if curious.

Thanks.

Boofo
01-11-2003, 07:52 PM
Take <hr> out of the forumhome_unregmessage template.

gopherhockey
01-11-2003, 09:41 PM
Close.. seems that tag isn't what is doing it though - at least the one I see (I'm registered). I looked at some of the other home templates and even did a search for the HR tag in the templates - found a few, but none affected that dang line.

It appears the line isn't an actual HR tag now that I look at the code that I'm presented with. it looks like it is being created out of a table of some kind. Here is the code that creates it:

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="100%" align="center">
<tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
</table>
</td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#555576" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">

However, that doesn't explain why it is there and what template is causing it. Strange!