Guest Doug86i Posted December 5, 2006 Posted December 5, 2006 Hey all, My apologies If this has been discussed elsewhere but I have searched and am unable to find anything. take a look at www.epoclive.co.uk in internet explorer 7, firefox or safari. the "powered by cubecart" message, normally at the bottom of the page, is at the top and obscuring my logo. why is this happening? here is my index.tpl <!-- BEGIN: body --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" /> <title>{META_TITLE}</title> <meta name="description" content="{META_DESC}" /> <meta name="keywords" content="{META_KEYWORDS}" /> <link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" /> <link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/jslibrary.js" type="text/javascript"></script> <script LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=10 24,height=768');"); } // End --> </script> </head> <body> <div id="pageSurround"> <div id="topHeader"> <table width="100%" border="0" cellspacing="5"> <tr> <td> <div align="right"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60"> <param name="movie" value="sponsors/ATM68banner.swf"> <param name="quality" value="high"> <embed src="sponsors/ATM66banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed> </object> </div> </tr> <tr> <td><div align="right"><a href="http://www.ukkolours.co.uk"><img src="./sponsors/ukbanner.jpg" border="0"></a></div></td> </tr> </table> <div id="subSurround" style="text-align: left;"> {CATEGORIES} <table border="0" cellspacing="0" width="100%" cellpadding="0"> <tr valign="top"> <td width="175"> <div class="boxTitleLeft">Menu</div> <div class="boxContentLeft txtCopy"> <strong> <p> <a href="http://www.myspace.com/epoclive">Epoc Live's Myspace</a> </p> <p> <a href="index.php?act=viewDoc&docId=9">UK Tour Dates</a> </p> <p> <a href="index.php?act=viewDoc&docId=7">Booking Information</a) </p> <p> <a href="index.php?act=viewDoc&docId=2">Contact Us</a> </p> </strong> </div> <div class="boxFootLeft">Â </div> {RANDOM_PROD} {MAIL_LIST} </td> <td style="padding: 0px 5px 0px 5px;">{PAGE_CONTENT}</td> <td width="175"> <p> <!-- <img onclick="window.open('./mp3flash/mp3player.html','mp3player','width=280,height=280');" src="./skins/Killer/styleImages/backgrounds/mp3.gif"/> --> {SESSION} {SHOPPING_CART} <div class="boxTitleRight">Epoc's Friends</div> <div class="boxContentRight txtCopy"> <table width="100%" border="0" cellspacing="5"> <tr> <td><img onClick="java script:popUp('http://www.digitalelements.co.uk')" src="./sponsors/de_logo.jpg"/></td> </tr> </table> </div> <div class="boxFootRight">Â </div> </p></td> </tr> </table> </div> {SITE_DOCS} </div> </body> </html> <!-- END: body --> Appologies for my messy code, im new to all this. Many thanks, Doug CubeCart Version: 3.0.11 PHP Version: 4.3.10-16 MySQL Version: 4.1.11-Debian_4sarge5-log Server Software: Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16 Quote
roban Posted December 5, 2006 Posted December 5, 2006 Looks like you're missing a closing </td> after your header. Quote
Guest Doug86i Posted December 5, 2006 Posted December 5, 2006 Many thanks, was missing a </td> and a </div> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.