daddyrabbit Posted April 26, 2004 Posted April 26, 2004 This client has a specific tempplate they want to use through out...how do I corporate this into osC? Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.
bluepony Posted April 26, 2004 Posted April 26, 2004 Add the background image to the <BODY> tag in the stylesheet.css: BODY { background: url("http://myweb.com/mybackground.gif") } I'd rather be flying!
daddyrabbit Posted April 26, 2004 Author Posted April 26, 2004 I don't want to use the URL tag...the background image is saved on the server... Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.
Guest Posted April 26, 2004 Posted April 26, 2004 BODY { background: url("images/mybackground.gif") } The_Bear
daddyrabbit Posted April 26, 2004 Author Posted April 26, 2004 Thanks! Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.