===================================================
HTML CODE STRINGS FOR CREATING IMAGE and TEXT LINKS
===================================================
IMAGE LINKS
-----------
To have the image link to a page which opens in the same tab or window:
To have the image link to a page which opens in a new tab or window (NOTE target="_blank" addition):
TEXT LINKS
----------
These work in exactly the same way, except instead of the section: you simply replace it with whatever text you want to show up as the text link. So...
To have the text link to a page which opens in the same tab or window:
INSERT TEXT YOU WANT TO SHOW UP AS A LINK HERE
To have the text link to a page which opens in a new tab or window (NOTE target="_blank" addition):
INSERT TEXT YOU WANT TO SHOW UP AS A LINK HERE
OTHER NOTES
-----------
Each of the above 4 examples, finish with:
This command inserts a "line break" ie. a new line.
If you wanted a new paragraph, simply change it for
or place the
and the beginning of the code para and
at the end. While we're here...