comics-r-us Posted September 30, 2009 Posted September 30, 2009 hi could some please tell me how i change the following i want to change the header background color from white to a repeating picture so it covers from one side to another all so the main body of the page i want to put the same repaeting picture ( so it looks like a watermark) some coding would be helpful and were to put it as i am very new to this and learning as i go many thanks phil p.s i have been able to find some code on the help pages on how to chage the nagiagtion bar to a repeating picture do i use the same coding but were do i put it
FIMBLE Posted September 30, 2009 Posted September 30, 2009 catalog / stylesheet.css find TR.header { background: #ffffff; } change to TR.header { background-image:url(images/YOUR_PIC.gif); // Change to your image background-repeat: repeat; height:XXXpx; //Change height to suit } Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
comics-r-us Posted October 1, 2009 Author Posted October 1, 2009 catalog / stylesheet.css find TR.header { background: #ffffff; } change to TR.header { background-image:url(images/YOUR_PIC.gif); // Change to your image background-repeat: repeat; height:XXXpx; //Change height to suit } Nic many thanks for that what line do i look for for the main body as it is white and i want to do the same thing as with the header again many thanks phil
FIMBLE Posted October 1, 2009 Posted October 1, 2009 You look for the body line up at the top of your stylesheet.css BODY { background: #ffffff; // change to the image color: #000000; margin: 0px; } Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted October 24, 2009 Posted October 24, 2009 Thank you! verry helpful for a guy like me that forgets quickly. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.