kauni
08-10-2003, 05:35 PM
i am trying to use css to make a layout. but when i test it out, the background image is not showing. i have no idea what im doing wrong. is there a trick to this? haha
|
View Full Version : background image kauni 08-10-2003, 05:35 PM i am trying to use css to make a layout. but when i test it out, the background image is not showing. i have no idea what im doing wrong. is there a trick to this? haha kittycat 08-10-2003, 05:50 PM Could you post the code you're using? stargrl329 08-10-2003, 06:44 PM most people who have this problem are using an external stylesheet. if you are using one, make sure you do not have <style type="text/css"> and </style> tags in the external stylesheet. (just a guess though.. if this doesnt solve your problem, follow kittycat's advice :D ) Jared 08-10-2003, 08:50 PM the backround tag should be.... background-image: url(yourimage.gif); ONLY change the yourimage.gif. leave the url there. Make sure that piece of coding goes into the body { } part. |