HTML » How to make links
Link a Horse
(Replace the zeros with the horse's id number)
<a href="http://www.horseland.com/horsesd.hl?id=0000000">Horse Name</a>
Link a Player
(Replace the zeros with the players id number)
<a href="http://www.horseland.com/vownersd.hl?id=0000000">Player Name</a>
Regular links
<a href="address here">Writing to show up here</a>Make a picture into a link
<a href="address here"><img src="picture address (where you stored the picture.. Photobucket perhaps?)"></a>Open a link in a new window
<a target="_blank" href="address here">Writing to show up here</a>