PDA

View Full Version : I've got one extra line of introduction that should not be there


inspiration100
06-15-2010, 03:33 AM
Hello there,
I've got one extra line of yellow that should not exist on my website right above the "If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before" text. It does this on EVERY template, not just one so it isnt just a template problem.

Any help would be appreciated. Site is in my signature to see the error.

DragonBlade
06-15-2010, 04:40 AM
Check your notices

inspiration100
06-15-2010, 03:10 PM
Thanks but I dont see any notices.

Boofo
06-15-2010, 04:09 PM
Try the default skin and see if it does it there. It looks like a skin problem.

inspiration100
06-15-2010, 06:18 PM
Default skin does it too.

Mosh
06-16-2010, 06:22 AM
It looks like you do have two notices, if you look at the xhtml source you will see such is the case:

<ol>
<li class="restore" id="navbar_notice_1000">


&nbsp;
</li> <li class="restore" id="navbar_notice_1004">

If this is your first visit, be sure to
check out the <a href="faq.php?" target="_blank"><b>FAQ</b></a> by clicking the
link above. You may have to <a href="register.php?" target="_blank"><b>register</b></a>
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
</li>
</ol>


This is the culprit:

<li class="restore" id="navbar_notice_1000">


&nbsp;
</li>

If you do not have two notices in the Notice Manager in the AdminCP you may want to lodge a support ticket at vBulletin.com so that they can take a look at it.