+Snoogans Posted August 26, 2006 Posted August 26, 2006 What do I add and subtract from this code to make it show up properly on my profile: is as does.... And a in hand isn't nearly as much fun as a in the bush. I tried to puzzle it out by myself, but it either shows up as an x or an image hyperlink.
+the hermit crabs Posted August 26, 2006 Posted August 26, 2006 What do I add and subtract from this code to make it show up properly on my profile: is as does.... And a in hand isn't nearly as much fun as a 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.)
+Snoogans Posted August 27, 2006 Author Posted August 27, 2006 What do I add and subtract from this code to make it show up properly on my profile: is as does.... And a in hand isn't nearly as much fun as a 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.
+alexrudd Posted August 28, 2006 Posted August 28, 2006 (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. EDIT: Now I'm pushing it, but why not make the images transparent for 100 extra points? Edited August 28, 2006 by alexrudd
Recommended Posts