Jump to content

Image Coding Help


Octopus

Recommended Posts

I'm not sure if this is the right place to post this. I've been trying to make image links for my userlookup but everytime I type in the script to eliminate the border or reduce the size of the image Neopets keeps saying that the img src tag can only embed jpg images (or something like that). I'm a real beginner at CSS and none of the sites I've been to aren't helping.

 

So, is it even possible to get rid of borders/change the size of image links using CSS?

Link to comment
Share on other sites

I'm anything but a coding expert, but could you put in a code box (on here that's {code}{/code}but with [] instead of {} ) the code you're currently trying to use? It might help the more tech-savvy users to know what to tell you. :)

Link to comment
Share on other sites

Make sure to use the direct URL. Some image host (ie photobucket, imageshack) provide you with different kind of links. Some of them link to your album or are php generated, so it wouldn't work on Neopets directly.

Link to comment
Share on other sites

Thanks everyone!

 

This is the code before I tried to change image size and border:

<a href="http://www.neopets.com/something"> <img src="random neopets image.jpg"> </a>

 

But if I do

<img src="random neopets image.jpg"border=0>

Neopets won't accept it. What am I doing wrong?

Link to comment
Share on other sites

There should be a space between your two attributes. ;)

<img src="random neopets image.jpg" border=0>

Link to comment
Share on other sites

Okay, just one additional note: all your attributes should be quoted, like so.

<img src="random neopets image.jpg" border="0">

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...