[Invalid]: About us page with center and left text. [Invalid]: About us page with center and left text.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Invalid]: About us page with center and left text.

Started by BREZ, June 20, 2009, 08:16:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BREZ

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 &#8220;Aviation Sites&#8221; 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();
?>

Nibbler

You missed out the <ul> tags and your markup is invalid.

This is not a Coppermine question but a general HTML question.

BREZ

Then i sincerely apologize, but that is why i posted in "Miscellaneous".
I would remove the post but i have no edit option.

Joachim Müller

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.