View Full Version : Background help!


LadyWendall
08-26-2005, 04:21 PM
I've tried absolutely everything to get my background image to appear, but it just won't work. The strangest thing is that when I view the HTML document in my documents folder, the background appears, but as soon as I upload it to my server, it doesn't! I've made sure that I uploaded the picture I wanted to use and everything. Please help!

Here's the code:

<html>
<head>
<title>www.mairelon.com - Home</title>
<style>

body
{ background: #000000;
background-image: url(parchment3.jpg);
background-repeat: repeat;
background-attachment: scroll;

{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#header {
margin: 20px;
padding: 0px;
height: 100px;
}
#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;

}
#center {
top: 0;
margin-left: 230px;
margin-right: 15px;
}


A:link {text-decoration:none; }
A:visited {text-decoration:none; }

<META NAME="keywords" content="mairelon, magician's ward, patricia c. wrede, sorcery and cecelia, the grand tour">

<META NAME="description" content="A Fan Site for Mairelon the Magician and the Magician's Ward">





</style>
</head>
<text="#000000" link="#000000" vlink="#000000" alink="#000000">

<body>

<div id="header">

<img style="position:absolute; top:10px; left:14px; width:155px;
height:126px" src="http://mairelon.com/magicmalice.JPG" alt="Magic & Malice">
<img style="position:absolute; top:10px; left:185px; width:573px;
height:84px" src="header.JPG">


</div>

<div id="left">

<font face="georgia" color="#000000"size="3"><a href="index.html"><b>Home</b></a>
<p><a href="royalcollegeabout.html" style="color:000000"><b>About the RCW</b></a>
<p><a href="royalcollegewrede.html" style="color:000000"><b>Patricia C. Wrede</b></a>
<p><a href="royalcollegeregency.html" style="color:000000"><b>The Regency</b></a>
<p><a href="royalcollegecharacters.html" style="color:000000"><b>Characters</b></a>
<p><a href="royalcollegesorcery.html" style="color:000000"><b>Comparison to the Enchanted Forest Chronicles</b>
<p><a href="royalcollegefanfic.html" style="color:000000"><b>Fan Fiction</b></a>
<p><a href="royalcollegefun.html" style="color:000000"><b>Fun</b>
<p><a href="royalcollegereading.html" style="color:000000"><b>Suggested Reading</b></a>
<p><a href="royalcollegelinks.html" style="color:000000"><b>Links</b></a>
</font>

</div>


<div id="center">
<div align="left"><font face="georgia" color="#000000" size="5">News and Updates</font></div>
<p><font face="georgia" color="#000000" size="3">
<p>08/25/05 - Forgive the odd appearance of the site; as we mentioned earlier we were working on a brand new look, but there's a glitch in our HTML that we are working to correct.
<p>08/25/05 - We've updated our Links section with a couple of new sites.
<p>08/19/05 - UPDATES - Our Kim/Cimorene comparison is finally online! Also, a new book has been added to the Suggested Reading section, which has been reorganized. We apologize for the delays in updating; we were working on the site's new look. A comparison of Mairelon and Mendanbar will be forthcoming -- check back soon.
<p>07/30/05 - Okay, we promise, promise, <i>promise</i> to update the Enchanted Forest comparison soon! Really!
<p>07/01/05 - Updated the "Comparison to the Enchanted Forest Chronicles" with a short introduction.
<p>06/09/05 - Unfortunately, we're putting off our comparison of MM and MW to <i>Sorcery and Cecelia</i> for quite some time. However, a comparison to the Enchanted Forest Chronicles will be up shortly. Check back soon!
<p>04/22/05 - The Suggested Reading section has been updated with two new books and short descriptions of most of the other books. More descriptions should be forthcoming.<p>04/22/05 - We will now be accepting crossover fics, so long as they comply with our new crossover rules. Click <a href="royalcollegefanficrules.html" style="color:990000">here</a> to learn more.
<p>04/20/05 - We have now added an easy form for submitting fan fiction.
<p>04/02/05 - Happy Birthday to Megan, founder of the RCW! This website couldn't have been possible without her, and her co-founder Maureen would like to thank her and wish her a very happy fifteenth birthday.
<p>03/05/05 - Another Patricia C. Wrede <a href="http://tvbookshelf.ws/Wrede.mov" style="color:990000">interview</a> is online, discussing all of her books, including MM and MW, which are mentioned at the very end.
<p>02/18/05 - In a recent interview, Patricia C. Wrede has stated that she and Caroline Stevermer are going to write a third, as of yet untitled, book featuring Kate and Cecy. The only information we have so far is that it's set ten years after <i>The Grand Tour</i> and will include letters from Thomas and James. Click <a href="http://www.fast-forward.tv/" style="color:990000">here</a> to watch the interview online.
</div>

</body>
</html>

starlet
08-26-2005, 04:24 PM
http://www.mairelon.com/parchment3.jpg

that comes up with a 404, so you either didn't upload it, you uploaded it to the wrong place (did you upload it into a folder for example?) or you linked to it wrong.

pb&j
08-26-2005, 05:11 PM
for image... make sure its uploaded as previously said.
cleaned up a few errors for ya in your coding...

<html>
<head>
<title>www.mairelon.com - Home</title>
<style>

body
{ background-color: #000000;
background-image: url(parchment3.jpg);
background-repeat: repeat;
background-attachment: scroll;
margin: 0;
padding: 0;
}

#header {
margin: 20px;
padding: 0px;
height: 100px;
}

#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;
}

#center {
top: 0;
margin-left: 230px;
margin-right: 15px;
}

A:link {text-decoration:none; }
A:visited {text-decoration:none; }
</style>

<META NAME="keywords" content="mairelon, magician's ward, patricia c. wrede, sorcery and cecelia, the grand tour">

<META NAME="description" content="A Fan Site for Mairelon the Magician and the Magician's Ward">

</head>
<body text="#000000" link="#000000" vlink="#000000" alink="#000000">

<div id="header">

<img style="position:absolute; top:10px; left:14px; width:155px; height:126px" src="http://mairelon.com/magicmalice.JPG" alt="Magic & Malice">

<img style="position:absolute; top:10px; left:185px; width:573px; height:84px" src="header.JPG">

</div>

<div id="left">

<font face="georgia" color="#000000" size="3"><a href="index.html"><b>Home</b></a>
<p><a href="royalcollegeabout.html" style="color:#000000"><b>About the RCW</b></a>
<p><a href="royalcollegewrede.html" style="color:#000000"><b>Patricia C. Wrede</b></a>
<p><a href="royalcollegeregency.html" style="color:#000000"><b>The Regency</b></a>
<p><a href="royalcollegecharacters.html" style="color:#000000"><b>Characters</b></a>
<p><a href="royalcollegesorcery.html" style="color:#000000"><b>Comparison to the Enchanted Forest Chronicles</b>
<p><a href="royalcollegefanfic.html" style="color:#000000"><b>Fan Fiction</b></a>
<p><a href="royalcollegefun.html" style="color:#000000"><b>Fun</b>
<p><a href="royalcollegereading.html" style="color:#000000"><b>Suggested Reading</b></a>
<p><a href="royalcollegelinks.html" style="color:#000000"><b>Links</b></a>
</font>

</div>


<div id="center">
<div align="left"><font face="georgia" color="#000000" size="5">News and Updates</font></div>
<p><font face="georgia" color="#000000" size="3">
<p>08/25/05 - Forgive the odd appearance of the site; as we mentioned earlier we were working on a brand new look, but there's a glitch in our HTML that we are working to correct.
<p>08/25/05 - We've updated our Links section with a couple of new sites.
<p>08/19/05 - UPDATES - Our Kim/Cimorene comparison is finally online! Also, a new book has been added to the Suggested Reading section, which has been reorganized. We apologize for the delays in updating; we were working on the site's new look. A comparison of Mairelon and Mendanbar will be forthcoming -- check back soon.
<p>07/30/05 - Okay, we promise, promise, <i>promise</i> to update the Enchanted Forest comparison soon! Really!
<p>07/01/05 - Updated the "Comparison to the Enchanted Forest Chronicles" with a short introduction.
<p>06/09/05 - Unfortunately, we're putting off our comparison of MM and MW to <i>Sorcery and Cecelia</i> for quite some time. However, a comparison to the Enchanted Forest Chronicles will be up shortly. Check back soon!
<p>04/22/05 - The Suggested Reading section has been updated with two new books and short descriptions of most of the other books. More descriptions should be forthcoming.<p>04/22/05 - We will now be accepting crossover fics, so long as they comply with our new crossover rules. Click <a href="royalcollegefanficrules.html" style="color:#990000">here</a> to learn more.
<p>04/20/05 - We have now added an easy form for submitting fan fiction.
<p>04/02/05 - Happy Birthday to Megan, founder of the RCW! This website couldn't have been possible without her, and her co-founder Maureen would like to thank her and wish her a very happy fifteenth birthday.
<p>03/05/05 - Another Patricia C. Wrede <a href="http://tvbookshelf.ws/Wrede.mov" style="color:#990000">interview</a> is online, discussing all of her books, including MM and MW, which are mentioned at the very end.
<p>02/18/05 - In a recent interview, Patricia C. Wrede has stated that she and Caroline Stevermer are going to write a third, as of yet untitled, book featuring Kate and Cecy. The only information we have so far is that it's set ten years after <i>The Grand Tour</i> and will include letters from Thomas and James. Click <a href="http://www.fast-forward.tv/" style="color:#990000">here</a> to watch the interview online.
</div>

</body>
</html>

LadyWendall
08-26-2005, 05:38 PM
The picture was uploaded, but for some reason I had to write it as "http://mairelon.com/parchment3.jpg". Thanks for your help! :)