HTML Tutorial help topic
Posted: Fri Nov 16, 2007 6:09 am
HTML code for Posting a text link. Like this one : Mxproject

Should look like this :
Posting a image without a link
should look like this:
HTML code for Posting a picture with an embedded picture :1. <a href="http://link of site">
2. Name of site
3. </a>
4. add steps 1+2+3 together and you should have a HTML code that looks like this
<a href="http://link of site"> Name of site</a>
My example:
<a href="http://www.mxproject.com/forum">Mxproject</a>
Should look like this Mxproject
Note remember the Qoutations "http://"

Code: Select all
1. <a href="http://link of site">
2. <img src="http://link of image" border="0">
3. </a>
4. add steps 1+2+3 together and you should have a html code that looks like this:
<a href="http://link of site"><img src="http://link of image" border="0"></a>
My example:
<a href="http://www.mxproject.com/forum"><img src="http://www.mxproject.com/forum/files/forum_banner_120.jpg" border="0"></a>
Should look like this :

Posting a image without a link
Code: Select all
1. <img src="http://linkofimage">
Note remember the Qoutations "http://"
Example
<img src="http://www.mxproject.com/forum/files/forum_banner_120.jpg">
should look like this:
