Thanks for the replies Not quite there yet,its proving to be a stubborn little css issue...
The site isn't live yet but here's the source code from the index,
Code:<!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" dir="ltr" lang="en"> <head> <title>Zen Cart</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="author" content="The Zen Cart™ Team and others" /> <meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" /> <base href="http://"> <link rel="stylesheet" type="text/css" href="includes/templates/372/css/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/372/css/stylesheet_css_buttons.css" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/372/css/print_stylesheet.css" /> </head> <body id="indexHomeBody"> <div id="mainWrapper"> <!--bof-header logo and navigation display--> <div id="headerWrapper"> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <ul class="back"> <li><a href="http://">Home</a></li> <li><a href="https://">Log In</a></li> </ul> </div> <div id="navMainSearch"></div> <br class="clearBoth" /> </div> <!--eof-navigation display--> <!--bof-branding display--> <div id="logoWrapper"> <div id="logo"><a href=""><img src="includes/templates/template_default/images/.gif" alt="" /></a></div> <div id="taglineWrapper"> <div id="tagline"></div> </div> <!--bof-header ezpage links--> <!--eof-header ezpage links--> </div> <!--eof-branding display--> <!--eof-header logo and navigation display--> <!--bof-optional categories tabs navigation display--> <!--eof-optional categories tabs navigation display--> <!-- bof breadcrumb --> <div id="navBreadCrumb">Home </div> <!-- eof breadcrumb --> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper"> <tr> <td id="navColumnOne" class="columnLeft"> <div id="navColumnOneWrapper"><!--// bof: categories //--> <div class="leftBoxContainer" id="categories"> <h3 class="leftBoxHeading" id="categoriesHeading">Categories</h3> <div id="categoriesContent" class="sideBoxContent"> <a class="category-top" href=""></a><em> (1)</em><br /> <a class="category-top" href=""></a><br /> <a class="category-top" href=""></a><em> (1)</em><br /> <hr id="catBoxDivider" /> <a class="category-links" href="></a><br /> <a class="category-links" href="l"></a> </div></div> <!--// eof: categories //--> <!--// bof: information //--> <div class="leftBoxContainer" id="information"> <h3 class="leftBoxHeading" id="informationHeading">Information</h3> <div id="informationContent" class="sideBoxContent"> <ul style="margin: 0; padding: 0; list-style-type: none;"> <li><a href="http://enamieyes.com/store/index.php?main_page=shippinginfo">Shipping & Returns</a></li> <li><a href="">Privacy Notice</a></li> <li><a href="">Conditions of Use</a></li> <li><a href="">Contact Us</a></li> <li><a href="">Site Map</a></li> <li><a href="">Gift Certificate FAQ</a></li> <li><a href="">Discount Coupons</a></li> <li><a href="">Newsletter Unsubscribe</a></li> </ul> </div></div> <!--// eof: information //--> <!--// bof: moreinformation //--> <div class="leftBoxContainer" id="moreinformation"> <h3 class="leftBoxHeading" id="moreinformationHeading">More Information</h3> <div id="moreinformationContent" class="sideBoxContent"> <ul style="margin: 0; padding: 0; list-style-type: none;"> <li><a href="">Page 2</a></li> <li><a href="">Page 3</a></li> <li><a href="">Page 4</a></li> </ul> </div></div> <!--// eof: moreinformation //--> <!--// bof: whatsnew //--> <div class="leftBoxContainer" id="whatsnew"> <h3 class="leftBoxHeading" id="whatsnewHeading"><a href="">New Products [more]</a></h3> <div class="sideBoxContent centeredContent"><a href=""><img src="" </div></div></div> <!--// eof: whatsnew //--> <div class="leftBoxContainer"> </div> </div></td> <td valign="top" id="centerBackground"> <!-- bof upload alerts --> <!-- eof upload alerts --> <div id="centerHeaderBackground"></div> <div class="centerColumn" id="indexDefault"> <h1 id="indexDefaultHeading">Welcome to my Shop</h1> <h2 class="greeting">Hello <span class="greetUser">Guest!</span> Would you like to <a href="">log in</a>?</h2> <!-- deprecated - to use uncomment this section <div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div> --> <!-- deprecated - to use uncomment this section <div id="" class="content">Define your main Index page copy here.</div> --> <div id="indexDefaultMainContent" class="content"></div> <!-- bof: whats_new --> <div class="centerBoxWrapper" id="whatsNew"> <h2 class="centerBoxHeading">New Products For January</h2> <div class="centerBoxContentsNew centeredContent back" style="width:50%;"><a href=""><img src="" /></a><br /><a href=""></a><br />$2.85</div> <div class="centerBoxContentsNew centeredContent back" style="width:50%;"><a href=""><img src=" /></a><br /><a href=""></a><br />$6.95</div> <br class="clearBoth" /> </div> <!-- eof: whats_new --> <!-- bof: featured products --> <!-- eof: featured products --> <!-- bof: specials --> <!-- eof: specials --> </div> </td> </tr> </table> <!--bof-navigation display --> <div id="navSuppWrapper"> <div id="navSupp"> <ul> <li><a href="">Home</a></li> <li></li> </ul> </div> </div> <!--eof-navigation display --> <!--bof-ip address display --> <div id="siteinfoIP">Your IP Address is:</div> <!--eof-ip address display --> <!--bof-banner #5 display --> <div id="bannerFive" class="banners"></div> <!--eof-banner #5 display --> <!--bof- site copyright display --> <div id="siteinfoLegal" class="legalCopyright">Copyright ©</div> <!--eof- site copyright display --> </div> <!--bof- parse time display --> <!--eof- parse time display --> <!--bof- banner #6 display --> <!--eof- banner #6 display --> </body></html>


its proving to be a stubborn little css issue...

