Hello -
I have setup the coppermine photo gallery for my facepics website: http://www.lininteractive.com/wupw/PhotoGallery/pics/cpg1418/index.php. This displays OK in Firefox 2.0. But, I can't get the background to display in IE 6 or 7.
Any thoughts?
Thanks!
What background are you expecting to see? Post the code you added.
I am expecting to see:
- the orange background
- the two images that display at the top of the page
- the disclaimer information
All of this information displays in Firefox for me.
Thanks
I don't see any of that in Firefox, that's why I was asking for the code. Did you add this into some other theme you're not telling us about?
I modified an existing theme - Theme Halloween by DaMysterious © 2006 - also using version cpg 1.4.18.
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>Welcome to Facepics | by FOX Toledo</title>
<META NAME="description" CONTENT="Be part of Facepics - your online community to share pics.">
<META NAME="keywords" CONTENT="My FOX Toledo, MyFOXToledo, Toledo, FOXToledo, FOX Toledo, Face of FOX Toledo, FOX News Toledo, First at Four, First at Ten, WUPW, Northwest Ohio, Toledo News, Toledo Entertainment, Contests, Toledo Media, Julia, FOX shows, Toledo Blogs, Toledo Message Boards, Simpsons, House, American Idol, facepics, face pics, pics">
<link rel="stylesheet" href="themes/facepics/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head><body>
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="2" class="topbkg" valign="middle"><div align="center">
<p><a href="http://www.myfoxtoledo.com" target="_blank"><img src="themes/facepics/images/facepics_header.jpg" alt="" width="950" height="100" border="0" align="top" /></a><br />
</p>
<p> </p>
<p><a href="http://www.myfoxtoledo.com/myfox/pages/News" target="_blank"><img src="themes/facepics/images/PromoAd_news.jpg" alt="" width="720" height="90" border="0" align="top" /></a></p>
</div>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="78" class="topsdk"> </td>
<td width="868" rowspan="3" valign="top"> {CUSTOM_HEADER}
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center"><br />
{SYS_MENU} <br />
{SUB_MENU} </td>
</tr>
</table>
<img src="images/spacer.gif" width="1" height="15" alt="" /> <br />
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"> {ADMIN_MENU} {GALLERY} </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> {LANGUAGE_SELECT_FLAGS} </td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> {THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} </td>
</tr>
</table></td>
</tr>
</table>
<script language="javascript">
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0200u";hbx.gn="ehg-foxsports.hitbox.com";
//CONFIGURATION VARIABLES
hbx.acct="DM570423KAVR;DM560215OJZW";//ACCOUNT NUMBER(S)
hbx.pn=hbxStrip("Facepics");//PAGE NAME(S)
hbx.mlc="/pages/Entertainment;www.lininteractive.com/wupw/PhotoGallery/pics/cpg1418/";//MULTI-LEVEL CONTENT CATEGORY
//OPTIONAL PAGE VARIABLES
hbx.lt="auto";//LINK TRACKING
</script>
<script language="javascript1.1" src="http://www.myfoxtoledo.com/myfox/js/hbx.js"></script>
{CUSTOM_FOOTER}{VANITY}
<table align="center" width="100%" cellspacing="5" cellpadding="5" border="0">
<tr>
<td align="center"><span class="footer">
<!-- <marquee behavior="scroll" direction="left" height="15" width="90%" scrolldelay="50" scrollamount="2"> -->
Theme Halloween by <a href="http://damysterious.xs4all.nl/" target="_blank">DaMysterious</a> © 2006
<!-- </marquee> -->
</span></td>
<td><span class="footer">FOX Toledo © 2008 | <a href="http://www.myfoxtoledo.com/myfox/pages/TermOfService">Terms of Service</a> | <a href="http://www.myfoxtoledo.com/myfox/pages/PrivacyPolicy">Privacy Policy</span></a></td>
</tr>
</table></td>
</tr>
<tr>
<td class="topsdk"><!-- <img id="halloween_05" src="themes/facepics/images/halloween_05.jpg" width="82" height="136" alt="" /> --></td>
</tr>
<tr>
<td valign="bottom" class="topsdk"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</body>
</html>
You need to set that theme as default in config then. It's currently set to the classic theme. Clear your cookies if you don't see that.
Thanks much - this worked! I had chose facepics as my theme, but it wasn't saving. After I cleared the cache and cookies this worked.