Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Invalid]: About us page with center and left text.  (Read 2186 times)

0 Members and 1 Guest are viewing this topic.

BREZ

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
[Invalid]: About us page with center and left text.
« 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();
?>
« Last Edit: June 21, 2009, 09:20:57 am by Joachim Müller »
Logged

Nibbler

  • Guest
Re: About us page with center and left text.
« Reply #1 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.
Logged

BREZ

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: About us page with center and left text.
« Reply #2 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.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: About us page with center and left text.
« Reply #3 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.