Hi, we've recently upgraded our site into v8 from 7. The site is looking almost the same apart from a few things.
Our header buttons seem to have come out of allignment and out actual header board now seems to be bigger that the actual .gif inserted into it.
Anyone know what i need to edit to get my desired result?
this is out old v7 site which is how i'm wanting it to look | www.classixshop.com
here the code for the inc_header.php
Any help appreciated | Cheers FrAz
Our header buttons seem to have come out of allignment and out actual header board now seems to be bigger that the actual .gif inserted into it.
Anyone know what i need to edit to get my desired result?
this is out old v7 site which is how i'm wanting it to look | www.classixshop.com
here the code for the inc_header.php
HTML Code:
<!-- Header HTML begin --> <!-- This file is used to build the page headers including the title, logo, etc. --> <!-- If customer accounts are in operation following two lines allow displaying --> <!-- User name and customer account name on every page --> <Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/> <!-- The following two lines can be uncommented and moved to include the section image --> <!-- and description in the section page headers --> <!-- NETQUOTEVAR:SECTIONIMAGE --> <!-- NETQUOTEVAR:SECTIONTEXT --> <table class="main" width="770" cellspacing="1" cellpadding="0" border="0" bgcolor="#757575"><tr><td bgcolor="#000000"> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td> <a class="nobg" href="http://www.classixshop.com"><h1><img src="header.gif" width="770" height="80" border="0" alt=""></h1></a></td><td align="center"></td></tr></table> </td></tr><tr><td bgcolor="#000000"> <table width="100%" cellspacing="0" cellpadding="0" border="0" style="background:url('side_bg.gif');background-position:top;"><tr ><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com">HOME</a></li></ul> </td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/cgi-bin/ca000004.pl?ACTION=SHOWCART">CART</a></li></ul></td> <td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/cgi-bin/os000004.pl?ACTION=Start">CHECKOUT</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/faq.php">FAQ</a></ul></td><td align="center"> <ul><li><a class="menu" href="http://www.classixshop.com/acatalog/links.php">LINKS</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/feedback.php">FEEDBACK</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/contact.php">CONTACT</a></ul> </td></tr></table></td></tr></table> <!-- This file is used to build the page headers including the title, logo, Menu etc. --> <!-- Header HTML end -->
Any help appreciated | Cheers FrAz
Comment