Jump to content

Recommended Posts

Posted

I made an animation and it includes the html code for it so I can put it in like a website but it doesn't seem to work

 

Here's the code

 

<HTML>

<HEAD>

<TITLE>butterfly</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

</HEAD>

<BODY BGCOLOR="#FFFFFF">

<IMG NAME="TargetPreview" SRC="TargetPreview.gif" WIDTH=500 HEIGHT=500>

</BODY>

</HTML>

 

:sad01_anim:

Posted
SRC="TargetPreview.gif"

 

See this bit? You have to have the full URL of the image, like (for example)

 

https://images.neopets.com/TargetPreview.gif

 

If you haven't done it already, upload the image to an image host, like ImageShack or Photobucket. Both of these will give you an image URL when you upload the image. Put that after the src attribute, instead of just the file name.

Posted

That's the answer! :)

 

But please, don't post the same thread twice. It's so untidy and impolite to those who try to help you.

 

But anyway, topic closed.

Guest
This topic is now closed to further replies.
×
×
  • Create New...