This Neopets HTML guide talks about how to put images on a Neopets HTML layout or design. Images really help spice up a page, and will really make you page stand out. Images is something you must know to make your Neopets page look awesome. You can use any of the pictures on Neopets, or even host your own on one of the many imagehosts on the net.
Once you know the address of your picture, we’re ready to get rolling with our Neopets HTML. So this is how you do images in HTML:
<img src=”address of your pic” />
Thats it! It’s really simple to add a picture on neopets, just some simple HTML, and you’re done.
You can also change your border using the border attribute in HTML, which puts an outline around your image. You can use 0 and up. Zero is no border, and the bigger the number, the bigger the border! It really helps make your pictures look cool on Neopets.
See, its as simple as that to get a basic image places on Neopets and to make it look cool with a nice stylish border.