![]() |
Re: Backgrounds
Do you mean the background colour on the header ??
ie in head.tpl change ... <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> to ... <TABLE bgcolor="#FF0000" border="0" cellpadding="0" cellspacing="0" width="100%"> = Red Background |
Re: Backgrounds
What I think you want is to change the background-color ABOVE the search line, yes?
There is more than one way to accomplish this... one way (perhaps the easiest way) is to define a new class for the first <tr> FIND Code:
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> REPLACE WITH Code:
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> THEN -- add a class to your CSS (it can go anywhere): Code:
.newheaderbackground { This is CSS 101... if you're going to get deeper into xcart, you would benefit greatly by knowing some basic css and html. I encourage you to buy a book or read the many tutorials available on the net. Good luck. |
Re: Backgrounds
Thanks to both of you for your help.
Jeremy I have to admit, I've programmed in many languages, just not HTML but I'm learning. So I have applied the new class, which makes it neater and easier for changes. Thanks again for all your help |
All times are GMT -8. The time now is 08:27 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.