To download the FIREFOX Web Browser Software go to: http://www.mozilla.com/en-US/firefox/
To download the Web Developers Toolbar for Firefox – a must to have if you are creating content or managing your HTML content within the website go to:
https://addons.mozilla.org/en-US/firefox/addon/60
Short-Cut Keys: - Symbols
Register Mark alt +0174 ®
Trade Mark alt +0153 ™
Degree alt + 0176 º
Bullet alt + 0149 •
If you see a square box in your data – this is BAD: - Please Delete
Common HTML TAGS – To Use within Content Module
To BOLD a Word, Sentence or Paragraph use the following Bold HTML Tags.
<b>Insert Word, Sentience or Paragraph</b>
Begin bold = <b>
End bold = </b>
To have a line break after a sentence and create a line return use this code:
<br>
Break
If you want to have a paragraph of copy within your BULLETS field start the copy with
<p> begin writing your copy and continue until you wish to add another Tag. Perhaps within the paragraph you want to <b>bold something</b> just use your
Begin bold and end bold tags. Also if you want a break in the middle of your paragraph use the <br> code at the end of the line <br>
And if you want a bullet in your text just typeset alt + 0149, <br>
•bullet
•bullet <br>
</p>
End your paragraph with </p>
This is an end paragraph code.
For a complete list of codes go to this website for HTML instructions.
http://www.w3schools.com/web/default.asp
|