Click to See Complete Forum and Search --> : Background Images?
glitz123
01-03-2006, 04:01 PM
I'm very new to the HTML world and am still stuck on how to use HTML to put a background on your web page. I've tried several other sites, all telling me to do the same thing, and it's not working. Something about uploading to your server popped up...could that be it?
powerdemon
01-03-2006, 04:37 PM
2 ways i know of are :
<style type="text/css">
<!--
body {
background-image: url(yourpic.jpg);
}
-->
</style>
and
<body background="yourpic.jpg">
welsh
01-03-2006, 05:15 PM
make sure your file name and path are correct (also check for capitals. Done.jpg and done.jpg are two different images. it will work on your computer but not the website). What it means for the server is lets say you have your website on geocities. make sure that image file is uploaded to geocities so that you can use it.