Jump to content

Animation help


jobo12354

Recommended Posts

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:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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