Format text
To format text on your staff home page you will need to use HTML code, as shown below.
Italics
Enclose text in the <i> and </i> tags. For example:
<i> Proceedings of the HERDSA Annual International Conference </i> in Brisbane in 2000
will appear on your staff home page as
Proceedings of the HERDSA Annual International Conference in Brisbane in 2000
Bold
Enclose text in the <b> and </b> tags. For example:
Go to the <b> Start </b> menu
will appear on your staff home page as
Go to the Start menu
Line breaks
Use the <br> tag to create a line break. For example:
School of Education, <br> University of South Australia
will appear on your staff home page as
School of Education,
University of South Australia
Paragraph breaks
Use the <p> tag to create a paragraph break. For example:
Welcome to my home page. <p> I am a lecturer in the School of Health Sciences.
will appear on your staff home page as
Welcome to my home page.
I am a lecturer in the School of Health Sciences.
For other HTML formatting see Webmonkey's HTML Cheatsheet
