hi im making a simple site nothing to fancy. im useing dreamweaver to create it, now the background image is viewable on dreamweaver on my computer. but when i uploaded the pictures and the site to my server (powweb) the background picture is not viewable at all tho all the other pictures on the site that i uploaded are.
body {
background-image: url("americanflagbackground.JPG");
background-position: top right;
background-repeat: no-repeat;
background-attachment: fixed;
section from my html index page:
{
background-image: url("americanflagbackground.JPG")
}
body {
background-image: url(americanflagbackground.JPG);
Last edited by PeejAvery; May 23rd, 2009 at 03:43 PM.
Reason: Added code tags.
{
background-image: url("americanflagbackground.JPG")
}
body {
background-image: url(americanflagbackground.JPG);
Instead of just :
Code:
body {
background-image: url(americanflagbackground.JPG);
}
¿
Or should it be like that ¿
Granted, I'm not the best designer in the world, but I really think that the Background image declaration above the body declaration is overkill.
Last edited by HanneSThEGreaT; May 25th, 2009 at 08:03 AM.
Bookmarks