squirt Posted January 17, 2007 Share Posted January 17, 2007 Hi, I get the feeling im missing something blazingly obvious but can someone please tell me how to get a picture as my main background? :blush: CHeers, Barry Link to comment Share on other sites More sharing options...
jonquil Posted January 17, 2007 Share Posted January 17, 2007 stylesheet.css, sample: BODY { background: #555555; background: url('images/bg.gif'); background-repeat: repeat-y; background-position: center; color: #ffffff; } jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
b101aa2 Posted January 17, 2007 Share Posted January 17, 2007 background-image:url('/images/image.gif'); Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 background-image:url('/images/image.gif'); or use background-image:url(images/image.gif); for proper xhtml validation :-" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.