icu Posted December 29, 2004 Posted December 29, 2004 hi, i am trying to put a background picture in my header. can anybody tell me how to do that. or which file you have to edit. thank you for your help.
Guest Posted December 29, 2004 Posted December 29, 2004 icu, there are a couple of ways to do this. If you want the background picture to be in your whole header (i.e. no background color showing, just the picture) then you can do what I did. Change your stylesheet.css file (in catalog/) From: TR.header { background: #4c0c04; } To: TR.header { background-image: url(images/Head_Background.jpg); /*background: #4c0c04;*/ } As you can see I just commented out the background color, and added in the background image. You can see it at My Webpage Hope this helps, RW hi, i am trying to put a background picture in my header. can anybody tell me how to do that. or which file you have to edit. thank you for your help. <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.