View Full Version : Gifs


BigDaddyCool12
11-22-2003, 04:25 AM
Is there a certain code I need to put gifs on my web page. I tried <img src but is doesn't work

pb&j
11-22-2003, 04:47 AM
nope.
just have the image file stored online like your webpage and put in the correct coding.
<img src="imagenamehere.gif">

BigDaddyCool12
11-22-2003, 04:05 PM
I mean my animation gifs. The <img src code doesn't work for them.

pb&j
11-22-2003, 04:08 PM
animated gifs are the same as regular gifs when it comes to uploading and coding them.

elfenheroin
11-22-2003, 05:06 PM
Just try copy and pasting the code that pb&j wrote. Images don't usually appear when you just type the code by yourself.