coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: BREZ on June 20, 2009, 08:16:08 PM

Title: [Invalid]: About us page with center and left text.
Post by: BREZ on June 20, 2009, 08:16:08 PM
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();
?>
Title: Re: About us page with center and left text.
Post by: Nibbler on June 20, 2009, 09:24:21 PM
You missed out the <ul> tags and your markup is invalid.

This is not a Coppermine question but a general HTML question.
Title: Re: About us page with center and left text.
Post by: BREZ on June 20, 2009, 10:24:27 PM
Then i sincerely apologize, but that is why i posted in "Miscellaneous".
I would remove the post but i have no edit option.
Title: Re: About us page with center and left text.
Post by: Joachim Müller on June 21, 2009, 09:20:20 AM
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.