Guest Posted February 16, 2009 Posted February 16, 2009 How do I add a backround picture to the general backrouond of the page?
germ Posted February 16, 2009 Posted February 16, 2009 In stylesheet.css add code like shown below to the BODY: BODY { [b] background-image: url('images/your_image_name_here.jpg');[/b] background-repeat: repeat; background-position: center; } The first line is necessary, the last two maybe not. It just depends on the image and effect you want. A reference here: CSS Background If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.