![]() |
header editing
here is a screen shot of my page:
<img src="http://audiolines.com/alexample.jpg> basically what i want to do is move the blue bar that says "HOME","TERMS & COND" up a bit, we feel this is taking up too much real estate. please let me know how to do this. i have been poking around head.tpl and my changes do not seem to affect the table i want |
Re: header editing
Tough to tell without seeing the code. Post your head.tpl
|
Re: header editing
Code:
{* $Id: head.tpl,v 1.40.2.3 2004/11/19 06:40:15 max Exp $ *} |
Re: header editing
Ouch.....you've got a lot of code problems there which may be causing issues, but that is another issue all together. I'd start by shrinking the spacer.gif that is 100px high.
<img src="{$ImagesDir}/blank.gif" width="550" height="100" border="0" alt="{$smarty.capture.title|replace:"\n":""}"> |
Re: header editing
what kind of code problems do we have? i assume we have alot of sloppy code on our site, as we have never really optimized the basic installation.
|
Re: header editing
Quick examples:
1. height="20px", width="25px", etc - you can only use 'px' if you are using CSS. 2. <FONT style=" color:black; family:arial; font-size:xx-small;"> </FONT> Never use <font> tags, and if they aren't formatting anything (like this one) remove them. 3. <TABLE border="0" cellpadding="0" cellspacing="0" valign="top"> <FORM action="home.php" method="GET" name="sl_form"> Form tags need to go OUTSIDE of table tags. Really pays to keep the code optimized, as you will have issues with some browers interpreting this code, particularly as the new ones roll out. |
Re: header editing
i attribute this completely to the xcart designers, as far as i know this code is the way it came
|
Re: header editing
Certainly could be :)
|
Re: header editing
do you or do you know any one who could or would do optimization? paid of course. how much would this cost?
|
Re: header editing
It isn't bad if you know html/CSS. I think it took me about 4 hours to clean up the 4.0.18 branch to W3C compliant requirements. The 4.1 branch is much better, but not yet stable.
Afraid I can't assist you with this one, but you could post in the pro-services, requests forum. |
All times are GMT -8. The time now is 11:55 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.