Jump to content

What is the proper code to display images in my profile?


Snoogans

Recommended Posts

Posted

What do I add and subtract from this code to make it show up properly on my profile:

 

snoog74ud.jpg is as snoog90lz.jpg does.... And a snoog69yk.jpg in hand isn't nearly as much fun as a snoog46ik.jpg in the bush.

 

I tried to puzzle it out by myself, but it either shows up as an x or an image hyperlink.

Posted

What do I add and subtract from this code to make it show up properly on my profile:

 

snoog74ud.jpg is as snoog90lz.jpg does.... And a snoog69yk.jpg in hand isn't nearly as much fun as a snoog46ik.jpg in the bush.

 

I tried to puzzle it out by myself, but it either shows up as an x or an image hyperlink.

 

Try this:

<img src="http://img368.imageshack.us/img368/5966/snoog74ud.jpg"> is as <img src="http://img367.imageshack.us/img367/7905/snoog90lz.jpg"> does.... And a <img src="http://img371.imageshack.us/img371/436/snoog69yk.jpg"> in hand isn't nearly as much fun as a <img src="http://img376.imageshack.us/img376/5423/snoog46ik.jpg"> in the bush.

(the images end up bottom-aligned with the next rather than centrally aligned, though. There's probably an easy way to change that.)

Posted

What do I add and subtract from this code to make it show up properly on my profile:

 

snoog74ud.jpg is as snoog90lz.jpg does.... And a snoog69yk.jpg in hand isn't nearly as much fun as a snoog46ik.jpg in the bush.

 

I tried to puzzle it out by myself, but it either shows up as an x or an image hyperlink.

 

Try this:

<img src="http://img368.imageshack.us/img368/5966/snoog74ud.jpg"> is as <img src="http://img367.imageshack.us/img367/7905/snoog90lz.jpg"> does.... And a <img src="http://img371.imageshack.us/img371/436/snoog69yk.jpg"> in hand isn't nearly as much fun as a <img src="http://img376.imageshack.us/img376/5423/snoog46ik.jpg"> in the bush.

(the images end up bottom-aligned with the next rather than centrally aligned, though. There's probably an easy way to change that.)

 

So <img src=" & "> are all I need. Thanks. All the other tags confused me. <_<

Posted (edited)

Try adding in <img src="http://snoogans.com/image.gif alt="Snoogans">. Alternate text helps when someone can't view images, and they make your HTML standards-compliant.

 

Oh, and the reason it wasn't working originally, when it worked perfectly in the forums? The forums don't use HTML, the standard used by webpages. :rolleyes:

 

EDIT: Now I'm pushing it, but why not make the images transparent for 100 extra points?

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