View Full Version : Is It Possible To Put An Image Using A CSS Code?


XxILostMyMindxX
08-10-2003, 05:21 PM
Please help! I would like to put a blinky on a page that will only allow CSS coding. Im pretty sure I can't, but if its possible, could you please post what the code would look like? thanx a lot.!.

stargrl329
08-10-2003, 06:42 PM
no, you can't. but what do you mean, you can only use css? css usually controls the appearance of your page and the objects on your page - but without HTML, there wouldn't be any objects on your page. i'm not sure how, exactly, you would put anything on a page like that... anyway, unfortunately you can't. you would have to use the HTML "img src" tag.

Alcy
08-10-2003, 07:59 PM
Is it for neopets?

<style type="text/css">
.blinkie
{
background-image:url(IMAGE.GIF);
background-repeat:no-repeat;
width:#px;
height:#px;
}
</style>

<b class="blinkie"> </b>

XxILostMyMindxX
08-10-2003, 10:26 PM
Yeah it is for neopets, for the userlookups. Thanx soo much for the help you 2!