View Full Version : I tried this on Neopets...


teenchaozie
12-12-2004, 01:58 PM
I know this is the wrong pg. but I need a answer. Now the font appears but why not the image?

<style type="text/css">
A:link
{ text-decoration: none; color:#0099FF; }
A:visited
{ text-decoration: none; color:#996600; }
A:active
{ text-decoration: none; color:#996600; }
A:hover
{ text-decoration: none; color:#996600;

background-image:game_076.jpg;
background-color: #FFFFFF;
{ background: #FFFFFF;
background-image: game_076.jpg);
background-repeat: no-repeat;
background-position:center center;
background-attachment: fixed;
font-family: Monotype Corsiva;
color: #996633 ;
letter-spacing: 3pt;
font-weight: normal;
font-size: 12pt;
{ font-family: Monotype Corsiva;
color: #996633;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
padding: 2cm;
padding: 2cm;}
{ background: #FFFFFF game_076.jpg ;
font-family: Monotype Corsiva;
color: #996633;
border-style: solid;
border-color: #FFCCCC;
border-width: 5;}
<table>
<TR>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="2"><font
color=#ff0099
family="arial" size=2>
you</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#ff66cc
family="arial" size=2>
don't</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#FF9FE0
family="arial" size=2>
know</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#ff0099
family="arial" size=2>
me</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=35 scrollamount="1"><font
color=#ff66cc
family="arial" size=2>
and</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#FF9FE0
family="arial" size=2>
you</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#ff0099
family="arial" size=2>
never</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#ff66cc
family="arial" size=2>
will</font>
</marquee>
</fieldset>
</td>
<td>
</TABLE>
</style>

kittycat
12-12-2004, 02:04 PM
Move your </style> tag up so it's at the end of the CSS, just before the beginning table tag.

Then you also need to fix up the stylesheet... You're missing a section name for the last bit (bold), so you'll have to add that in, I fixed up any other errors I noticed

<style type="text/css">
A:link
{ text-decoration: none; color:#0099FF; }
A:visited
{ text-decoration: none; color:#996600; }
A:active
{ text-decoration: none; color:#996600; }
A:hover
{ text-decoration: none; color:#996600;

background-image: url(game_076.jpg);
background-color: #FFFFFF;}

body { background-color: #FFFFFF;
background-image: url(game_076.jpg);
background-repeat: no-repeat;
background-position:center center;
background-attachment: fixed;
font-family: Monotype Corsiva;
color: #996633 ;
letter-spacing: 3pt;
font-weight: normal;
font-size: 12pt; }

{ font-family: Monotype Corsiva;
color: #996633 ;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
padding: 2cm;
padding: 2cm;}

{ background: #FFFFFF url(game_076.jpg);
font-family: Monotype Corsiva;
color: #996633;
border-style: solid;
border-color: #FFCCCC;
border-width: 5;}
<table>

teenchaozie
12-12-2004, 02:07 PM
I'll try it... :)

teenchaozie
12-12-2004, 02:16 PM
I'll try it... :)

I did but I can only see the boxes. Can somebody give it to me Idiot-Proof... :rolleyes: I'm just starting.