Welcome to our site. This is the H1 tag.
The H1 tag is styled with the Arial font, but will display as Helvetica or sans-serif if Arial is not installed. It is 24 pixels and is coded in the template to display at -.1em letter spacing in IE browsers. Other browsers will display at normal letter spacing.
#mainContent paragraph settings are 12 pixel Verdana font (as defined in the body tag) but will default to Arial or Helvetica depending on installed fonts. The line height of the P tag in the #mainContent div is set to 18 pixels to give more spacing between the lines. If you wish to allow your visitors to change the font size in IE, change the 12 pixel setting to a em or % setting.
Image Floated Left
An image with the assigned class "fltlft" will be aligned with the left edge of the content div, with a 15 pixel right margin and a 10 pixel bottom margin.
Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id, libero. In eget purus.
Image Floated Right
An image with the assigned class "fltrt" will align with the right margin of the content with a left margin of 15 pixels and a bottom margin of 10 pixels.
Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id, libero. In eget purus.
H2 level heading
The H2 tag is defined as 18 pixel bold Arial or Helvetica font. To change the font style, simply go into the #mainContent H2 entry in the CSS panel and define a new font.
It is also styled with a solid bottom border and a 5 pixel bottom padding to separate the border from the text.
H3 level heading
The H3 tag is defined at 12 pixel font and inherits the font style from the body tag.
An Unordered List
Unordered lists are styled with a 5 pixel bottom margin.
- This is a list item
- This is another list item
- This is the third list itme
This is a Blockquote.
The blockquote CSS defines the background color, borders and the left and right margins, and the left and right padding inside the box. The #mainContent p selector controls the top and bottom padding around the paragraphs inside the blockquote tag.
A Styled Form
This form is created using a table and styled in css. To apply these stylings to a different form, assign the ID of "signup" to the form, the class "labelcell" to the cells with the labels, "fieldcell" to the cells with the fields, and "button" to the submit button.