Hi
my site is
www.chermere.ca
How do i remove the 1px border around my logo (title2.jpg)
Thanks
--Ben
Hi
my site is
www.chermere.ca
How do i remove the 1px border around my logo (title2.jpg)
Thanks
--Ben
OK Ben. First off trim down your stylesheets. You have old versions sitting in your template directory. It's good to keep them safe, but by leaving them there, they continue to affect your site, and can even override the changes that you mean to do. I recommend that you keep them safe somewhere else.
Once you have giot rid of them, go to your stylesheet_original.css file and find the following stylingand delete the lines marking in red.TABLE.header {
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;
}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ahhh...
Thanks... got it fixed
I am still learning...![]()
--Ben