zbhadir, another minor bug to fix...
There are extraneous list elements at the top of my HTML page at
http://forum.psychlinks.ca/pages.php?pageid=1 (see attachment below). I have confirmed that it happens both in Internet Explorer 8 and in Firefox 3.5x.
At the top of that page, I have an AdSense banner under the navbar, followed by a vBulletin notice to my members, as you can see in the attachment.
A "View Source" shows me this:
PHP Code:
<li class="navbit lastnavbit"><span>Forum Rules</span></li>
</ul>
<hr />
</div>
<div id='ad_global_below_navbar'><div align="center" style="padding: 10px;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4971789093806509";
/* AdSense 728 x 90 Forum Top Default */
google_ad_slot = "2549239647";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></div>
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="1264123277-19003e1d84fcba7070ea2b60b62fdb9b7652863c" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="" />
<ol>
<li class="restore" id="navbar_notice_11">
<b><font color="Navy">
[B][I]{text of notice is here - deleted for this post}[/I][/B]
</li>
</ol>
</form>
<div class="blockbody">
<div class="blockrow">
<div style="color:Navy">
<h1>Psychlinks Forum Community Rules and Guidelines</h1>
<ol>
<li><a href="#basic">Basic Forum Rules and Principles</a></li>
<li><a href="#general">General Forum Rules</a></li>
I can't figure out where those additional list markers are coming from, other than that I did not enter them in the HTML code that I added via the Admin CP panel.