Need help in the world of technology? Here is the section for you, or talk about your favourite tech related topic, or what is new in the world of tech here.
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>
Aligning text and images to the left, center, or right
Just replace text with " <a href="http://link of website"><img src="http://link of image"></a> " if you want to align an image to the left, center, or right"
<P ALIGN=Left>Type your text here
Image:
<P ALIGN=Left><a href="http://link of website"><img src="http://link of image"></a>
My example:
<P ALIGN=Left>Mxproject.com
<P ALIGN=LEFT><a href="http://www.mxproject.com/forum"><img src="http://www.mxproject.com/forum/files/forum_banner_120.jpg"></a>
<P ALIGN=Center>Type your text here
Image:
<P ALIGN=Center><a href="http://link of website"><img src="http://link of image"></a>
My example:
<P ALIGN=Center>Mxproject.com
<P ALIGN=Center><a href="http://www.mxproject.com/forum"><img src="http://www.mxproject.com/forum/files/forum_banner_120.jpg"></a>
<P ALIGN=Right>your text Type your text here
Image:
<P ALIGN=Right><a href="http://link of website"><img src="http://link of image"></a>
My example:
<P ALIGN=Right>Mxproject.com
<P ALIGN=Right><a href="http://www.mxproject.com/forum"><img src="http://www.mxproject.com/forum/files/forum_banner_120.jpg"></a>