Help - Search - Members - Calendar
Full Version: Blogger HTML Help
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
duffmangt
I am working on a blogger website www.unknownwake.com and my background image keeps disappearing. When I am logged into blogger it will allow my computer to see the background image but as soon as I log off or go to a different computer the image disappears. I validated my HTML and had no idea what to do with the errors!

I believe this is the code, if you need the entire code for the website let me know and I will post it (I just didnt want to post it all and make you look!)

Thanks in advance for your help!! Hope I can fix this problem soon. Be gentle, I'm brand new to HTML and did not write the code (it is a free blogger template) smile.gif

body {
background:$bgcolor url(http://1.bp.blogspot.com/_XByc9SCisZM/ScHzxsH_HuI/AAAAAAAABiA/sK9WMYsO1-s/s1600/back.png) repeat;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
a:link {
color:$linkcolor;
text-decoration:none;
}
a:visited {
color:$visitedlinkcolor;
text-decoration:none;
}
a:hover {
color:$titlecolor;
text-decoration:underline;
}
a img {
border-width:0;
}

#navbar-iframe{height:0px}
pandy
QUOTE(duffmangt @ May 14 2009, 06:36 PM) *

When I am logged into blogger it will allow my computer to see the background image but as soon as I log off or go to a different computer the image disappears.


What if you log out and stay at the first computer?

Do you use different browsers on your computers? Which? different resolution?
pandy
CODE
background:$bgcolor url(http://1.bp.blogspot.com/_XByc9SCisZM/ScHzxsH_HuI/AAAAAAAABiA/sK9WMYsO1-s/s1600/back.png) repeat;


Is $bgcolor something that's read by the server? If not that could be a showstopper.
duffmangt
I'm not sure if it is read by the server...how would I check?

If I log out and use the same computer it loses the background image as well. I use IE7 at work and FireFox at home. It has the same effect on both.
pandy
There's so damned much CSS to check... sad.gif

Actually, the CSS isn't valid and neither is the HTML. Most of the HTML errors may very well be Blogger's fault, but browsers don't care who made the error.
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.