Domino Posted January 8, 2011 Posted January 8, 2011 Hey! I'm kind of back...for a little bit at least. Anyway. Is there some kind of new coding rule that disallows image linking? On my userlookup, I am attempting to use images as links for my navigation...are you only allowed to link neopets images or something? I'm so confused. I have <a href="/myaccount.phtml"><img src='http://i45.tinypic.com/6fuvkz.jpg'></a> But then on the page preview, I have a link, but the image is gone. It's just a little small box that is a link. It's weird. And text links are working fine. Help? :D Quote
Xepha Posted January 8, 2011 Posted January 8, 2011 Code just to display an image: <img src="yourimage.png"> Code to display an image which links to somewhere: <a href="http://www.neopets.com"><img src="yourimage.png"></a> Pay attention to your "quotation marks" and remember to close your link tag too :) Quote
Fever Posted January 8, 2011 Posted January 8, 2011 I highly suggest using w3schools.com for any HTML needs you might have. That's what I use for my website when I get confused. :) Quote
Domino Posted January 8, 2011 Author Posted January 8, 2011 I checked the quotes and stuff....Still not working. :/ This is the the coding for the entire page...I am using a premade, but editing it (allowed, and I'm leaving the credit, so I'm not stealing anything. :D) Edit: Solved on the Neopets help boards. Thanks to all though. :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.