View Full Version : Quizilla? CSS problems.


sando__aqua12
11-25-2006, 10:31 PM
Anybody have a quizilla account? I'm trying to put a background on one of my stories. It's not showing up! This is the code I'm putting in:

<html>
<style>
body
{ background: #000000;
background-image: url(http://images.acclaimimages.com/_gallery/_SM2/0149-0511-0505-1333_SM2.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
}
</style>
</html>

I don't get what's my mistake.

Idiotic Creation
11-26-2006, 12:20 AM
Well, your css looks right, altough I don't know it too well. I checked it against the tutorials on this site. Are you sure that quizilla supports css. Because if you were to use this on a page, it would also effect their css.

Or, the image you are attempting to use may be protected from hot linking, which is what is you are doing. If that is the case, then save that picture to your hard disk, then upload it to photo bucket or something of the likes. Then link to it.

Good luck

sando__aqua12
11-26-2006, 12:29 AM
Well, your css looks right, altough I don't know it too well. I checked it against the tutorials on this site. Are you sure that quizilla supports css. Because if you were to use this on a page, it would also effect their css.

Or, the image you are attempting to use may be protected from hot linking, which is what is you are doing. If that is the case, then save that picture to your hard disk, then upload it to photo bucket or something of the likes. Then link to it.

Good luck
Hm...There's something to consider. How do I find out if Quizilla supports CSS? They don't have a forum.

The hotlinking thing...I didn't know an image could be protected from it. I'll do that and I'll see if it works.

sando__aqua12
11-26-2006, 12:43 AM
Ok, problem solved! Thanks for the help, Idiotic. You were right about the hotlinking.

Idiotic Creation
11-26-2006, 12:45 AM
No problem, I'm glad I was able to help:) . Usually I'm the one asking questions.