PDA

View Full Version : Gallery Random Image


mholtum
09-13-2004, 06:06 AM
I have been running Gallery and This (http://www.barcahall.com/gallery-block-random.html) mod to display a clickable random image on my portal for quite some time. When I upgraded gallery, it messed up the mod so as when clicked the image opened inside the module..

Well I fixed that and now it works great in Internet Explorer, but when viewed in Mozilla, the module displays my custom 404 error page can not be found..

I am pulling my hair out over this one..

This is my template:

<!-- Random Gallery Block -->

<script language="JavaScript" type="text/javascript" SRC="http://www.ravensrealm.net/block-random-support.js"></script>

<table align="center" border="0" cellpadding="0" cellspacing="0" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat"><table width="100%" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td><span class="smallfont"><strong>$vba_options[portal_blockbullet] Random Image </strong></span></td>
</tr>
</table></td>
</tr>
</thead>
<tr>
<td class="$getbgrow" width="100%" align="center">
<IFRAME id="blockrandom1"
name="blockrandom1"
onLoad="iFrameHeight(this);"
src="http://www.ravensrealm.net/photos/block-random-enhanced.php?size=125&target=_top&body=1" width="165" align="top" scrolling="no" frameborder="0">
[This feature requires IFRAME.]</IFRAME>
</td>
</tr>
</table>
<br />

<!-- End Random Gallery Block -->


Any ideas as to why this would happen in Mozilla???

mholtum
09-13-2004, 06:35 AM
Well, it seems I was editing the Default template in IE and when viewing in Mozilla I was in a different theme and my edits weren't trickling down... Fixed it.