I have an about us page set up with the main text centered.
But underneath, i need to add a list which is aligned left(under the dotted line).
Heres an example ...
Quote<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader('About Us');
// your actual page content starts here
starttable("80%", 'About Us', 1);
?>
<tr>
<td class="tableb" valign="top" align="center">
<b><p> The “Aviation Sites” database, is intended as the foundation of an on-going historic
listing of all aviation sites.
Thank you for your interest.</p>
NAME</b></align>
<p>--------------------------------------------------------------------------------------------------</p>
<p>
<b>AVIATION SITES</li>
NAME/S </b></li>
<li>P indicates Primary name. The Primary Name section will include all known technical details.</li>
<li>S indicates Secondary or Subsequent name/s and will direct you to the Primary Name plus ID
number for that location.</li>
<li>( ) indicates veriations in spelling. The Corrected spelling is shown as per Ordnance Survey maps,
which does not always correspond with the popular / local spelling.</li>
<li>ALL names are cross-referenced.
</td>
</tr>
<?php
endtable();
// your actual page content ends here
pagefooter();
ob_end_flush();
?>
You missed out the <ul> tags and your markup is invalid.
This is not a Coppermine question but a general HTML question.
Then i sincerely apologize, but that is why i posted in "Miscellaneous".
I would remove the post but i have no edit option.
Miscellaneous Coppermine-related issues are meant to go into this board, that's why it's named "cpg1.4 miscellaneous". It's beyond the scope of this board to teach you HTML basics. Buy a good book or read that up on google instead of posting your HTML beginner questions here - we can't deal with them. If at all, your question would have belonged into the sub-board that deal with theming. Additionally, you failed to respect board rules that clearly explain how your question is suppossed to look and what is needs to contain. You agreed to respect board rules when signing up. Respect them in the future. Locking.