Help - Search - Members - Calendar
Full Version: Backround image help!
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
J.fernane
Hello im trying to make a website www.halo3-lessons.com, and the backround image isnt working.

this is the image http://www.halo3-lessons.com/Team%20Classi...kground%2D1.jpg

the html i have now is body {
background-color: #000000;
background-image: url(http://www.halo3-lessons.com/Pictures/Background-1.jpg); background-repeat: repeat;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
}
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #333333;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
</style>
</head>



Any help is appreciated
Darin McGrew
QUOTE(J.fernane @ Jul 1 2008, 01:05 PM) *

Hello im trying to make a website www.halo3-lessons.com, and the backround image isnt working.

this is the image http://www.halo3-lessons.com/Team%20Classi...kground%2D1.jpg

the html i have now is body {
background-color: #000000;
background-image: url(http://www.halo3-lessons.com/Pictures/Background-1.jpg); background-repeat: repeat;
}
That's CSS, not HTML.

http://www.halo3-lessons.com/Pictures/Background-1.jpg returns 404 Not Found
http://www.halo3-lessons.com/Team%20Classi...ackground-1.jpg exists, but it looks like an image of text, rather than a background image.
J.fernane
when i made it in Dreamweaver the backround image worked but when i was transfering the script it didnt show up on the website
Darin McGrew
You need to update your HTML to use the image's real location, or you need to move the image to the location where the HTML expects it to be.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.