Hello everyone.
I've added a banner to my page but, according to several users, the image cannot be seen by them. Can you tell me what am i doing wrong? Im still new to the program
http://tokiohotelarfiction.heliohost.org
edited by admin to make link clickable.
Did you spell your webpage correctly? It's not loading for me.
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
yes, apparently there was a problem with the hosting
We also will probably need to know which skin you're talking about if you have more than one, and if you know which browser these users are using. My best guess is that your problem is this:
/* The appearance of your site's slogan in the banner area */
#slogan {
font-size: 24px;
font-weight: bold;
color: #fff;
img src="'/skins/2-column/banner1.png"
}
First, your banner probably needs to go in #header not #slogan. And if you're trying to use a background image the CSS is:
background: url(banner1.png);
Older browsers may still not be able to see your banner as it's a .png. Convert it to a .jpg or a .gif if you want to be sure everyone can see it.
thanks Tammy, i've changed that.
im only using one skin, 2-column.
The thing is that only the administrators can see it, the rest of the users still see everything black and white :S
Well that's a different issue than what you were describing. You have your only valid skin marked as hidden so the site is showing them the "emergency" skin.
