Hints For Editing Design
How to link a text or an image in the boxes:
- Text Link
You can give link to a text with the following code.
<a href="http://LINK-ADDRESS">TEXT</a> |
- Image Link
You can give link to an image with the following code.
<a href="http://LINK-ADDRESS"><img border="0" alt="" src=http://IMAGE-URL/></a> |