| Adding Images And Clickable Links To Your Message |
To insert an image (picture) into your message you must have your image uploaded somewhere on the WEB and you must know the URL and the name of the IMAGE. I have an IMAGE called ball.gif and it is setting on the WEB at web.nalu.net/~drey. Below is what you would insert into your message.
<img src="http://web.nalu.net/~drey/ball.gif">
To insert a clickable link to a web page use the HTML below. Lets say you want to make a clickable link to All About Boxers.
<A href="http://web.nalu.net/~drey">All About Boxers</A>
This is what the link would look like All About Boxers
To make a clickable Mail Link that will bring up a mail program with the Email address in the SEND TO you would use the following HTML:
<A href="mailto:username@address">Your Text Goes Here</A>
<A href="mailto:itsallaboutboxers@yahoo.com">Email All About Boxers</A>
This is what the Mail Link would look like Email All About Boxers