View Full Version : Ack. I need sum help.


SizzZzlinhair
03-17-2003, 10:15 PM
Ok, well I'm doing someone else's user lookup on neopets, and I'm putting in a picture that they asked for. So I put in the code and everything, and I don't see anything wrong with the code, but it's not showing up. Here's the code if ya wanna take a look at it:

<style type="text/css">b.image {background:url("http://content.neopets.com/guilds/h/hotterthanmyhair/hotterthanmyhair_0300132001047940918.jpg"); height:40;width:230;}</style><b class=image></b>

I hope someone can help! Thanx a bunch :) All help is appreciated SO MUCH! Oh, and it isn't the right size; I'm gonna fix that once it shows up.

epolady
03-17-2003, 10:40 PM
Try

<style type="text/css">b.image{
background-image:url(http://content.neopets.com/guilds/h/hotterthanmyhair/hotterthanmyhair_0300132001047940918.jpg); height:40px;width:230px;}</style><b class=image></b>

works for me, you just need to make the image bigger.

SizzZzlinhair
03-17-2003, 11:29 PM
Eek, I just tried it, it didn't work. ;_; Thanx tho.

epolady
03-17-2003, 11:30 PM
Can you post the problem URL?

Alcy
03-18-2003, 04:22 AM
<style type="text/css">
b.image
{
background-image: url("http://content.neopets.com/guilds/h/hotterthanmyhair/hotterthanmyhair_0300132001047940918.jpg");
width:402;
height:88;
position:absolute;
top:0;
left:0;
}
</style>

<b class="image"></b>

Perhaps you need to add a position?

pb&j
03-18-2003, 06:22 AM
just to ask a dumb question...
you do have something between the Bold tags, yes?

mooko0_cat
03-18-2003, 04:04 PM
just sayin.. u know theres a space here:
/hotterthanmyhair/ hotterthanmyhair_03001320

dunno if its just from c&p but just pointin it out
xxx

MaGiCSuN
03-18-2003, 06:52 PM
try this:

<style type="text/css">
<!--
b.image {background:url("http://content.neopets.com/guilds/h/hotterthanmyhair/hotterthanmyhair_03001320
01047940918.jpg"); height:40;width:230;}

-->
</style>
<b class=image></b>

Love,
Mirna

epolady
03-18-2003, 07:05 PM
I just tried this (below) on my neopets account and it works. Try adjusting the width/height.

<style type="text/css">
b.image{
background:url(http://content.neopets.com/guilds/h/hotterthanmyhair/hotterthanmyhair_0300132001047940918.jpg); height:40;width:230;}</style>
<b class=image></b>

SizzZzlinhair
03-19-2003, 12:01 AM
Eek, I tried all of those. Thanx everyone for all your trying.. but I don't know if anything is going to work x_x

SizzZzlinhair
03-19-2003, 12:05 AM
Wait a minute... I just figured it out! I just took away the code that fades the images and its working! Yay! ^_^