Weblog HTML tags

Some useful HTML codes allowed in weblogs:

<b>your text here</b> = your text here


<i>your text here</i> = your text here


<u>your text here</u> = your text here


Links are automatically rendered if you enter them as "http://web.site.name" (no quotes) in your entry. However, if you wish to use different text for the link (such as this), Use HTML tags as follows:

<a href="http://web.site.name/page">This is the link text</a>


<blockquote>text</blockquote> Formats quoted text with indents:

Here is an example of text that was entered within the blockquote tag. It allows you to make it more obvious to readers when you are using text from another source.


<h1>Title</h1> = Title

<h2>Title</h2> = Title

<h3>Title</h3> = Title

(Header tags go up to <h6>)


<ol> Makes an ordered (numbered) list.

Example:

<ol>

<li>First list item

<li>Second list item

<li>Third list item

</ol>

=
  • First list item
  • Second list item
  • Third list item

<ol> Makes an unordered (bulleted) list.

Example:

<ul>

<li>First list item

<li>Second list item

<li>Third list item

</ul>

=
  1. First list item
  2. Second list item
  3. Third list item

The Weblog server will also display table data in your entries. You can format these yourself, or through the use of an editor, such as Dreamweaver, GoLive, etc..., and post the resulting HTML code as your entry.


Mailing Lists | Mailing List FAQ | Weblogs | Weblog FAQ | Links