| Canzine.com | |
The following are HTML tags that are known to be supported by my templates (optional tag attributes in brackets)
| Inserting a link: <a href="url"> Example: Click <a href="http://www.canzine.com">here</a> to visit Canzine.com |
|
Making bold text <b> Example: We urge our visitors to <b>not</b> feed the crocs. |
|
Change font colour, face or size: <font [color="#xxxxxx"] [face="Type Face"] [size="Type Size"]> Examples: <font color="#FFCC00">This is Orange</font> <font face="verdana">This font is Verdana</font> <font size="24">This is Large 24 point</font> <font color="#FFCC00" face="verdana" size="24">This is large 24 point Orange Verdana font</font> |
|
Make Italic text: <I> Example: And that's the end of it. <I>Note: That's not actually the end of it</I> |
|
Paragraph formatting: <p [align="left"|"right"|"center"]> Examples: <p align="left">This text is on the left.</p> <p align="center">This text is centered</p> |
|
Underlining Text: <u> Example: <u>This text is underlined</i> |