Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Login Page Layout

    Hey clydejones, thanks for helping me figure this out.

    I started out with your suggestion from the last post and ended coming up with this for the left side and then did the same for the right (ColumnTwo of course):

    Code:
     <td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
    <div id="navColumnOneTopWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div>
    <?php
     /**
      * prepares and displays left column sideboxes
      *
      */
    ?>
    <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div>
    <div id="navColumnOneBottomWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div></td>
    <?php
    and I did this to put a static banner at the bottom:

    Code:
    ?>
    <!--eof- banner #6 display -->
    <div id="contentMainFooter">
    </body>

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Login Page Layout

    Quote Originally Posted by Boognish View Post
    Hey clydejones, thanks for helping me figure this out.

    <!--eof- banner #6 display -->
    <div id="contentMainFooter"></div>
    </body>[/code]
    don't forget to close the div.

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Login Page Layout

    You don't need the highlighted tags here: Delete them.

    <!--eof- banner #6 display -->
    </tr>
    <tr/>

    <div id="contentMainFooter"></div>

  4. #4
    Join Date
    Feb 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Login Page Layout

    Yep! I got rid of the <tr> tags and closed that <div>. Thanks again for all your help.

    p.s. I also installed your link manager mod. Nice work!

 

 

Similar Threads

  1. Login Page Layout
    By scisupply in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Aug 2013, 03:47 PM
  2. Login page layout diiferences?
    By BEatMaKeR in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Mar 2010, 12:58 AM
  3. Changes to Login Page Layout?
    By Baa in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Feb 2010, 02:47 PM
  4. Trying to change login page layout
    By MaryF in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Jan 2009, 11:09 AM
  5. Login Page Layout Advise please?
    By Decostyle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 May 2008, 12:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg