HELP, I NEED ANIMATED GIFS

They have: 21 posts

Joined: Feb 2000

HEY..

I NEED To learn how to get some animated gifs to go onto my site! I need the script PLEEZ..

THIS WOULD BE GREATLY APPRECIATED!

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi,

Hate to break the news to you, but...
GIFs (animated or not) are a graphic thing, no scripts involved. You need a paint program like the GIF Construction Set (shareware).
If you really mean by animated that you want to "move" the image on the screen, you need to use dHTML. You either move the division layer or you use drag. For the former solution, see the "Self-Closing Moveable Layers" script at my site. For the latter.........

Vinny GrassBlade: cut&paste javascript

Where the world once stood
the blades of grass cut me still

They have: 19 posts

Joined: Oct 1999

<SCRIPT>
<!--
document.write("<IMG SRC='yourimage.gif'>");
//-->
</SCRIPT>

They have: 21 posts

Joined: Feb 2000

Thanks for that, sorry I am new to all this HTML
But you can check out my site,
@ www.angelfire.com/ab3/NetMetallica
Thanks again

ROOKIE.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Kool Dude -- is there a reason why you are adding all those extraneous script tags when you answer a question?

<img src="yourimage.gif" height="xx" width="xx" alt="description of your image" border="0">

xx = exact pixels of height or width
border=0 is for if the image is inside a hyperlink

Same deal for the embed tag from the other post -- you don't need the script tags as it isn't a script, it's a regular HTML tag. Older browsers will ignore it fine, and there isn't an older browser out there, is there, that is graphics capable and will not recognize the basic <img> tag?!

Suzanne

------------------
Zero Cattle
Suzanne
Tables DeMystified

They have: 19 posts

Joined: Oct 1999

Well, a script was asked for, so I gave a script. If you want plain HTML, it can be done without the extra script tags.

They have: 21 posts

Joined: Feb 2000

OK, Thanks Suzanne, will that give me what I want??

I recently got some free animated gifs and I was wondering how I can put them on my page...

When I tried to put them on they were just image, and they were not animated,

Tahnks for your reply!

§ROOKIE NEEDS HELP§

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Ah! I see! Thanks for the explanation, Kool Dude... and thanks for saying it in English.

Boader301 -- are you saving the images over as something, or downloading them and uploading them without resaving? The reason I ask is that animated gifs are a special format of gif, and if you open them in a regular image editor and save them, they will no longer be animated.

The animation will only show in an animation program or a browser.

The image tag above (or Kool Dude's odd scripted version) will work fine, but if you aren't seeing an animation, the problem is with the file format.

hope that helps,

Suzanne

------------------
Zero Cattle
Suzanne
Tables DeMystified

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.