attroll
11-06-2004, 06:52 PM
I have created a sponsor block on my front page. Within the sponsor block I have included a GIF image with the sponsors name. Most of my users can see this image. I can see this image. But I have some users that can not see that image. It is not just with a specific browser either. I have some with IR6 and one with Mozilla. I have had them all do a screen refresh and the GIF still will not show up. Why are there some that can not see it?
Here is the code I am using in my adv_portal_sponsor:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet]$mods[title]</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">
<center>
<a target="_blank" href="$vboptions[bburl]/member.php?u=811$session[sessionurl]">
<img src="http://www.whiteblaze.net/forum/images/sponsor/sherrill.gif" alt="Logo or Name here" title="WhiteBlaze sponsor for the month of November" border="0"></a>
</center>
<br>
If you would like to be a sponsor for a month and have your name or logo in this spot please click the donation Link
<br>
<center><A HREF="http://whiteblaze.net/forum/sendmessage.php">Willing to donate link</a>
</center>
</span>
</td>
</tr>
</table>
<br />
Here is the code I am using in my adv_portal_sponsor:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet]$mods[title]</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">
<center>
<a target="_blank" href="$vboptions[bburl]/member.php?u=811$session[sessionurl]">
<img src="http://www.whiteblaze.net/forum/images/sponsor/sherrill.gif" alt="Logo or Name here" title="WhiteBlaze sponsor for the month of November" border="0"></a>
</center>
<br>
If you would like to be a sponsor for a month and have your name or logo in this spot please click the donation Link
<br>
<center><A HREF="http://whiteblaze.net/forum/sendmessage.php">Willing to donate link</a>
</center>
</span>
</td>
</tr>
</table>
<br />