Why have you got two stylesheets now?
Why have you got two stylesheets now?
I dont have two stylesheets.
i have only 1, what made you think i have two? I have a stylesheet2.css on the server for a backup.
Actually i think the second stylesheet was effecting it. I took it out and most problems are fixed but the header isnt going the full way across the screen?
Taken from source code
Backup the second one locally not on the live server or it will still be usedPHP Code:<link rel="stylesheet" type="text/css" href="includes/templates/edealbase/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/edealbase/css/stylesheet2.css" />
This is why your css was not changing, as your changes in stylesheet.css were being overidden by stylesheet2.css
From what I can see you have made all the changes except the css, put those in and I will have another look
Posted at the same time, looking now
i dd make the changes, the backround image stopes and dosent repeat fully across the screen? the tagline writing appears to be white as i cant see it lol, so i think this is the last problem.
hey mate i worked it out, i made some changes when i couldnt get the stylesheet to update, changes that you didnt tell me to make, this included adding the width 13px; to the logowrapper function, i got the idea to remove it and it worked a treat.
The page is displaying properly now.
cheers for all your help, i appreaciate it, infact ill prob be back to pick your brain on other things :)
Thanks
One last thing, you really need to change the logo image to the .jpg, gif's do not have the same clarity thats why you can see it...
Ok two last things, there is a small amount of whitespace under the header now which can be removed by going to your tpl_header.php
and changing the:
toPHP Code:<br class="clearBoth" />
Glad you got there in the endPHP Code:<div class="clearBoth" />
![]()