Tips when working with HTML
You can work quite easily with HTML as
long as you remember the basic tags....AND
Be very careful not to change the spacing, punctuation, or coding
of your HTML as any change in even a comma, or space can make a difference in whether your coding works or not...
Things you can change:
colors, size of text, borders, padding, spacing, font type, size, Image border if wanted,
basically if you can change it with the "tools" on the regular editor
then you can change that part in the HTML...
For instance if you want text to be BOLD..
you can click on B on the tool bar or you can go into
HTML mode and type in STRONG> before your text message
and /STRONG> after the message.
Here is the way the coding looks for the word
bold in my sentence above
but I used the B in the tool bar of the regular editor...
To add a border around your images... find the Image in the HTML editor

and add border=1 right after the IMG with a space before and after like this

OR if you add a link to an image and it has a border and you don't want it,
simply find the image and type in border=0
If you want to put in a text link like
this one and you don't like the color
the link becomes..
find it in your html coding and change the font color
this one by adding a different font color here:
The most important thing in working in the HTML mode is to do it, check it, save it.....!
Remember your copy paste keys on your keyboard..
Hold ctrl and hit A to hightlight the entire page OR
hold down the left mouse button and drag it across the part you want to highlight
Hold ctrl and hit C to copy
Hold ctrl and hit P to paste...
Also don't forget hold ctrl and hit Z... to undo everything you just did...so if you delete
something on accident, you can "un-do" your mistake..