HTML Help

Basic Tags

Use the following simple HTML codes when editing your content.

<h2> - sub-headings

<h3> - sub-sub-headings

<h1> - Main heading tags are reserved for the paw-print headings

<br /> - line breaks. Use two for a new paragraph

<strong></strong> - bold text (please do not use the BOLD tag)

<em></em> - italicized text

Links

<a href=""></a>

If the page you are linking to is NOT on this site, be sure to use an 'absolute URL' such as "http://www.datawonk.com" in the href attribute. If the page you are linking to IS on this site, you should use a 'relative URL', for example "./contacts.php"

Underlining:

Note that there is no tag for underlining text in modern HTML as the visitor may confuse underlined text with hyperlinked text.

Colors/Styling:

The site is controlled by a master style sheet. In order to maintain a consistent look and feel, it is recommended that you do not apply colors or styling yourself.