PDA

View Full Version : [Help] Cannot find empty image tag to remove it


beckyvan
03-19-2009, 08:06 PM
We seem to have an empty image tag that may be creating a red box on our home page. ONLY in Internet Explorer. I've searched every template for this but cannot find it to remove it.

This is our homepage: http://www.spotlight-forum.com you don't need to log in to see this red x. It's not visible in Firefox or Safari.

This is the portion of the source code in question. I will not post all of the code here.

<!-- content table -->





<img src="



" border="0" alt="" ></a>

<br /><br /><br />


<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="70%" align="center">
<tr>
<td class="tcat">vBulletin Message</td>
</tr>


Please, if you can help me, I'd really appreciate it. I'm pulling my hair out trying to find the source of the red x.

RLShare
03-20-2009, 05:04 AM
AdminCP->Vbulletin Options->Vbulletin Options->General Settings->Add Template Name in HTML Comments
Set that option to yes and then view the source code of the page to see exactly which template the code is in by looking for the nearest 'BEGIN TEMPLATE: xxx' comment in the HTML.

If i was to guess I would say its in the bottom of the 'header' template or in the 'spacer_open' template

beckyvan
03-20-2009, 06:48 AM
Brilliant! Thank you!