I planned on using an image as the background on my index page but it only works in preview mode. It doesn't show up when i upload the files. I'd like to have the image cover the entire page and i'd add buttons to that. Shrinking the file way down doesn't help. I don't have a problem loading images for content or thumbnails. I've been offered suggestions elsewhere but nothing has worked so far. I'm not using css. I'm using a mac. Suggestions?
thanks
wasakonis 0 Newbie Poster
Recommended Answers
Jump to PostI have never done any web design on a mac but can't you just stick:
<style type="text/css"> body { background-image: url(image/image.jpg); } </style>
just an idea. but obviously it is css.
Jump to PostWell you could just change that folder to whatever? you can obviously also link to a complete url from there.
<style type="text/css"> body { background-image: url(http://www.myimagehosting.com/image/image.jpg); } </style>
{just an example!}
Jump to PostIt should work as an external stylesheet. You need to make sure that you are getting the correct url from the folder that your stylesheet is in not the page it is displaying on.
All 12 Replies
MidiMagic 579 Nearly a Senior Poster
roryt 150 Nearly a Posting Virtuoso
MidiMagic 579 Nearly a Senior Poster
roryt 150 Nearly a Posting Virtuoso
¤| battousai |¤ 7 Light Poster
roryt 150 Nearly a Posting Virtuoso
macneato 29 Posting Pro in Training
roryt 150 Nearly a Posting Virtuoso
MidiMagic 579 Nearly a Senior Poster
zabador 0 Newbie Poster
roryt 150 Nearly a Posting Virtuoso
somedude3488 228 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.