| ASDD node managers |
| Help |
| Explanation of online form submission |
| home | help | member services | join | feedback | ASDD home |
Online form submission follows this general procedure ...
You should only complete the desired and optional elements if you want that information to be known by the public. For example, you may not want searchers to find your contact phone number, so simply do not complete that optional element.
Some fields can accept either plain text (presented as a single paragraph) or a limited set of HTML elements (p, pre, b, i, em, tt, a, small, big, sup, sub, br, ul, ol, li, dl, dt, dd). However, see notes below about problems if you are using MS Internet Explorer.
See more detail about the specific set of allowed HTML elements.
This facility then gives you some control over the presentation of those fields. For example, adding the following fragment of HTML to the "Node description" field ...
<p> The <b>Acme spatial data</b> ASDD node has following types of spatial data: </p> <ul> <li>category one</li> <li>category two</li> </ul> <p> See our <a href="http://asdd.ga.gov.au/asdd/">home page</a> for examples of work. </p>
will be presented as a paragraph, followed by a list, followed by a paragraph with a link...
The Acme ASDD node has following types of spatial data:
- category one
- category two
Our home page has further explanation.
Please note that all tags must be closed ... <li> must finish with </li> and <p> must finish with </p>.
These resources will help you to better understand HTML:
We have found that the MS Internet Explorer browser (version 3 on Windows95 or Windows NT) will discard any HTML elements found in a textarea field when the browser presents the document to you in a form for editing. So, if you try to use HTML elements as described in the previous section then you will have problems. You can add the HTML elements successfully and your documents will be properly edited on our server. However, the next time that you try to edit the values, you will find that Internet Explorer has again discarded the existing values. Internet Explorer version 4 and all versions of Netscape are fine.