=================================================== 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: OPTIONAL, COULD USE FOR KEYWORDS IN IMAGE SEARCH
To have the image link to a page which opens in a new tab or window (NOTE target="_blank" addition): OPTIONAL, COULD USE FOR KEYWORDS IN IMAGE SEARCH
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...
stands for "Horizontal Rule" and will insert a, yep, you guessed it - a horizontal line across the page or margin. Width is determined by the width of the page or column.