kaisa
05-19-2003, 01:10 PM
okie, what did I do wrong since the bgimage (horizon3.JPG) is not showing up here
here (http://www.geocities.com/welcometobreaktown/test.html) ?
here (http://www.geocities.com/welcometobreaktown/test.html) ?
|
View Full Version : background image not showing up... kaisa 05-19-2003, 01:10 PM okie, what did I do wrong since the bgimage (horizon3.JPG) is not showing up here here (http://www.geocities.com/welcometobreaktown/test.html) ? amicus 05-19-2003, 02:10 PM you need to change the body css tag. wrap the background image into a 'url()' thingy. i'm not sure how your file is named but usually it's all lowercase. what ever it is has to match. background-image: url( "horizon3.jpg" ); Elentari 05-19-2003, 09:25 PM Actually you're code for a background image is incorrect...the format should be like this... background-image:url(horizon3.jpg); Also do not put capitalised file extensions and do put your full url for the horizon3 picture.. |