Greetings...
I have been trying to remove my shop logo (top left) and Greek ruins/Parthenon image (top right) from my home page with no avail. I would like the top of the page to begin with my navigation bar (Online Catalog etc...). Everything I have tried has sent the whole page out of whack. Could someone please offer some advice? Thanks!!!
http://www.greektownimports.com
I have been trying to remove my shop logo (top left) and Greek ruins/Parthenon image (top right) from my home page with no avail. I would like the top of the page to begin with my navigation bar (Online Catalog etc...). Everything I have tried has sent the whole page out of whack. Could someone please offer some advice? Thanks!!!
http://www.greektownimports.com
Code:
<!-- BrochurePrimary HTML begin --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>NETQUOTEVAR:PAGETITLE</TITLE> <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/> <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER"> <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <!--@act NETQUOTEVAR:HEADERMETA --> <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK --> <!--@act NETQUOTEVAR:LOADFUNCTION --> <LINK REL=STYLESHEET HREF="actinic.css"> <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT> <!--@act NETQUOTEVAR:SECTIONTREE_RAW --> </HEAD> <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR> <div align="center"> <table width="760" height="100%" border="1" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td height="60" align="left" valign="middle" class="top_bg"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="45%"><span class="logo_base">NETQUOTEVAR:BROCHURELOGO</span></td> <td height="60" align="left" valign="bottom" class="tagline"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="topblurb">CUSTOMVAR:TOPBLURB</td> </tr> <tr> <td align="right" valign="bottom" class="tagline">CUSTOMVAR:TAGLINE</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="22" class="topnav_bg"> <table width="798" height="22" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="22" align="left" valign="middle" class="topnav"><b>CUSTOMVAR:TOPNAV</b> <b><td height="22" align="right" valign="middle" class="topnav"><b><a href="CUSTOMVAR:SITELINK/CUSTOMVAR:NAVBCHECKOUTLINK">Checkout</a> <a href="CUSTOMVAR:SITELINK/CUSTOMVAR:NAVBCARTLINK">Shopping Cart</a> </b><script language="javascript" type="text/javascript"><!-- if(getCartItem(1) != 0) document.write("("+getCartItem(1)+")"); // --></script> </td> </tr> </table></td> </tr> <tr> <td height="100%" class="mid_bg" bgcolor="#F6F1E8"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td></td><td></td><td></td></tr> NETQUOTEVAR:BROCHUREBODY </table></td> </tr> <tr> <td height="20" align="center" valign="top" class="Content">Copyright 2004-2007 GreekTownImports.com - Tarpon Springs, Florida | <img src="lock.gif"> All purchases are encrypted using 128 bit encrypted technology</a></td> </tr> <tr> <td align="center" valign="top" class="heading"><script type="text/javascript"> days=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); months=new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var dt=new Date(); document.write(days[dt.getDay()]+", "+months[dt.getMonth()]+" "+dt.getDate()+", "+dt.getFullYear()); </script></td></tr> </table> </div> </BODY> </HTML> <!-- NETQUOTEVAR:HEADERGUIDE NETQUOTEVAR:REGISTEREDLOGIN NETQUOTEVAR:POWEREDBY -->
Comment