View Full Version : HTML image code problem


Lacuna
07-27-2006, 05:13 PM
The follwing comes up when i try to use a simple image tag on my petpage on neopets...

You can only embed src files that end in:

.jpg
.jpeg
.gif
.bmp
.png
.midi
.wav
.mp3
.mid

You cannot use any variation of the <src=somelink> tags to embed files that end in

.com/albums/a36/oxostarbrightoxo/custom from this url: http://i8.photobucket.com/albums/a36...ightoxo/Custom

You may not have used the 'img src' tag, but this applies to all tags that have 'src' in it, such as 'background src'.

the tag i'm using is

<img src="http://i8.photobucket.com/albums/a36/oxostarbrightoxo/Custom%20Made/115401571631942.gif">

anyone help? i don't really understand the message it come up with...

amyaurora
07-27-2006, 05:14 PM
I think it is the % that is throwing it off. Try changing the file name to something differnt instead.

bourdelson
07-27-2006, 05:17 PM
I think you need to rename the "Custom Made" to something else. It seems as though it's not interpreting the address right, and it's not picking up the address after the space in "Custom Made."

Edit: bah, amy beat me to it. :p

Lacuna
07-27-2006, 05:25 PM
Thanks guys it worked a treat ;)