Quote:
Originally Posted by TimberFloorAu
Bit of a loss with this.
If we use HTML pages, how do we:
use <li> <ul> <h1> etc tags
< more than proficient in html, just it is not displaying correctly
|
Just make sure you're adding it as an HTML page, not a PHP page, and then add the code as you would with any HTML page.
For example, my page at
http://forum.psychlinks.ca/pages.php?pageid=1
uses the following at the top as a table of contents, with each item hypertext-linked to a location further down the page:
Code:
<ol>
<li><a href="#basic">Basic Forum Rules and Principles</a></li>
<li><a href="#general">General Forum Rules</a></li>
<li><a href="#posting">Posting Rules and Guidelines</a></li>
<li><a href="#registration">Registration and Account Activation</a></li>
<li><a href="#email">Your Email Account</a></li>
<li><a href="#pm-vm">Private Messaging and Visitor Messaging</a></li>
<li><a href="#ownership">Ownership and Copyright</a></li>
<li><a href="#images">Avatar, Profile Albums, and Other Images</a></li>
<li><a href="#new">New Members: Restrictions on Privileges and Permissions</a></li>
<li><a href="#signature">Signature Restrictions</a></li>
<li><a href="#article">Article Restrictions</a></li>
</ol>