bg masthead

To insert a PDF:

1. Name and save as a pdf in a file . ie: My documents

2. Then copy the following text:

<A href="/http://www.portmacquarieinfo.com.au/images/filename.pdf" target=_blank>Click here to down load filename pdf </A>

3. Paste this into the Edit Code section of the web page you wish to edit. OR paste the code into the relevant section of the Operators Console - i.e. in Directions From Nearest Town.

4. Then replace the words "filename" with the name of your pdf. Click Save. Then upload the pdf like you would upload a photo under images: Go to upload images, browse for the pdf, then upload. Refresh your web page to view the changes.

To insert an email link:

1. Copy the following code into the Edit Code section of the relevent web page:

<A href="/mailto:This email address is being protected from spambots. You need JavaScript enabled to view it.">This email address is being protected from spambots. You need JavaScript enabled to view it.</A>

2. Then replace the words "This email address is being protected from spambots. You need JavaScript enabled to view it." with the correct email details and press save.

To insert a web link:

1. Copy the following text:

<A href=http://www.webaddress.com" target="_blank">www.webaddress.com</A>

2. Then replace the words "webaddress.com" with the web address you require. Click Save.

To create a hyperlink for an image:

1. Copy the following text:

To create an image link:

<A href="/URL"><IMG height=60 src="/http://images/images/imported-migrated/albany.jpg" width=100 border=1> </A>

<img scr="/images/images/imported-migrated/filename.jpg">

To create a new paragraph

1.<p>

To create a line break

1. <br>

Makes the writing appear in bold font

<b>Here is the text</b>

Makes the writing appear in italics

<i>Here is the text</i>

Fonts

<p>
<font size="2" face="Verdana">
This is a paragraph.
</font>
</p>


<p>
<font size="3" face="Times">
This is another paragraph.
</font>
</p>