Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    xhtml problem HELP... what's wrong with my tags in this code?

    It's just dawned on me that my login page looks awful in Internet Explorer! I've obviously messed up the tags when I inserted these two payment options into the boxes in my tpl_login_default.php lines 96-130...

    PHP Code:
    <?php
    /**
     * Page Template
     *
     * @package templateSystem Easy Sign-Up and Login
     * @copyright Copyright 2007-2008 Numinix Technology http://www.numinix.com
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_login_default.php 14 2009-04-14 02:43:33Z numinix $
     */
    ?>
    <div id="centerColumn">
    <?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
    <!-- BOF SHOPPING CART -->
    <?php
      
    if ($fec_order_total_enabled) {
        include(
    DIR_WS_TEMPLATE 'templates/tpl_modules_esl_ordertotal.php');
      } 
    ?>
    <!-- EOF SHOPPING CART -->
    <div id="loginColumnLeft">
    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>
    <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
    <?php
      
    if (FEC_NOACCOUNT_SWITCH == 'true' && FEC_NOACCOUNT_POSITION == 'top') {
        if (
    $_SESSION['cart']->count_contents() > 0) { ?>
          <fieldset class="loginFieldsetLeft">
          <legend><?php echo COWOA_HEADING?></legend>
          <div class="clearBoth"></div>
          <div class="information"><?php echo TEXT_RATHER_COWOA?></div>
          <div class="buttonRow forward">
          <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
          <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a></div>
          </fieldset>
    <?php }} ?>
    <!-- END CHECKOUT WITHOUT ACCOUNT -->
    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="loginFieldsetLeft">
    <legend><?php echo HEADING_NEW_CUSTOMER_SPLIT?></legend>
    <div class="clearBoth"></div>
    <?php if ($_SESSION['cart']->count_contents() > 0) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT_NO_CART?></div>
    <?php } else { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT?></div>
    <?php ?>
    <hr />
    <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . '<div>' zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format'); ?>
    <?php 
    require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMITBUTTON_SUBMIT_ALT); ?></div>
    </div>
    </form>
    </fieldset>
    </div> 
    <!-- end columnLeft -->
    <div id="loginColumnRight">
    <fieldset class="loginFieldsetRight">  
      <legend><?php echo HEADING_RETURNING_CUSTOMER_SPLIT?></legend>
      <div class="clearBoth"></div>
      <div class="information"><?php echo TEXT_RETURNING_CUSTOMER_SPLIT?></div>
      <div class="clearBoth"></div>
      <?php echo zen_draw_form('login'zen_href_link(FILENAME_LOGIN'action=process''SSL')); ?>
        <div>
          <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS?></label>
          <?php echo zen_draw_input_field('email_address''''size="25" id="login-email-address"'); ?>
          <div class="clearBoth"></div>
          <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD?></label>
          <?php echo zen_draw_password_field('password''''size="25" id="login-password"'); ?>
          <?php 
            
    if (PROJECT_VERSION_MAJOR == '1' && substr(PROJECT_VERSION_MINOR03) == '3.8') { 
              echo 
    zen_draw_hidden_field('securityToken'$_SESSION['securityToken']); 
            }
          
    ?>  
          <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGINBUTTON_LOGIN_ALT); ?></div><br /><br />
          <label class="inputLabel"><?php echo '<a href="' zen_href_link(FILENAME_PASSWORD_FORGOTTEN'''SSL') . '">' TEXT_PASSWORD_FORGOTTEN '</a>'?></div>
    <br class="clearBoth" />

    <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
    <?php
      
    if (FEC_NOACCOUNT_SWITCH == 'true' && FEC_NOACCOUNT_POSITION == 'side') {
        if (
    $_SESSION['cart']->count_contents() > 0) { ?>
          <fieldset class="loginFieldsetRight">
          <legend><?php echo COWOA_HEADING?></legend>
          <div class="clearBoth"></div>
          <div class="information"><?php echo TEXT_RATHER_COWOA?></div>
          <div class="buttonRow forward">
          <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
          <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a></div>
          </fieldset>
          <br class="clearBoth" /> 
    <?php }} ?>
    <!-- END CHECKOUT WITHOUT ACCOUNT -->



    </form>
    </fieldset>
    <!-- BOF PAYPAL -->
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** 
    ?>
    <?php 
    if ($ec_button_enabled) { ?>
    <fieldset class="loginFieldsetRight">
    <legend><?php echo HEADING_PAYPAL?></legend>
    <div class="clearBoth"></div>
    <div class="information"><?php echo TEXT_PAYPAL_INTRODUCTION_SPLIT?></div>
    <div class="clearBoth"></div>
    <div class="center"><span class="PPbutton"><?php require(DIR_FS_CATALOG DIR_WS_MODULES 'payment/paypal/tpl_ec_button.php'); ?></div>
    </fieldset>
    <div class="clearBoth"></div>
    <?php ?>
    <?php 
    // ** END PAYPAL EXPRESS CHECKOUT ** 
    ?>
    <!-- EOF PAYPAL -->
    <!-- BOF GOOGLE CHECKOUT -->
    <?php  // ** GOOGLE CHECKOUT **
    ?>
    <?php 
    if ($ec_button_enabled) { ?>
     <fieldset class="loginFieldsetRight" />
    <legend><?php echo HEADING_GOOGLE_CHECKOUT?></legend>
    <div class="clearBoth"></div>
    <div class="information"><?php echo TEXT_GOOGLE_CHECKOUT_INTRODUCTION_SPLIT?></div>
    <div class="clearBoth"></div>
    <div class="center"><?php require(DIR_WS_MODULES 'show_google_components.php');  ?></div>
    </fieldset>
    <div class="clearBoth"></div>
    <?php ?>
    <?php   
    // ** END GOOGLE CHECKOUT **
     
    ?>
     <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format'); ?>
    <!-- EOF GOOGLE CHECKOUT -->

    <?php if (FEC_CONFIDENCE == 'true') { ?> 
      <fieldset class="loginFieldsetRight">
        <legend><?php echo HEADING_CONFIDENCE?></legend>
      </fieldset>
    <?php ?>
    </div> <!-- end columnRight -->


    <!--EOF PPEC split login- DO NOT REMOVE-->
    <?php } else { ?>
    <!--BOF normal login-->
    <?php
      
    if ($_SESSION['cart']->count_contents() > 0) {
    ?>
    <div class="advisory"><?php echo TEXT_VISITORS_CART?></div>
    <?php
      
    }
    ?>
    <?php 
    echo zen_draw_form('login'zen_href_link(FILENAME_LOGIN'action=process''SSL')); ?>
    <fieldset>
    <legend><?php echo HEADING_RETURNING_CUSTOMER?></legend>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS?></label>
    <?php echo zen_draw_input_field('email_address'''zen_set_field_length(TABLE_CUSTOMERS'customers_email_address''40') . ' id="login-email-address"'); ?>
    <div class="clearBoth"></div>
    <?php if (FEC_CONFIRM_EMAIL == 'true') { ?>
      <label class="inputLabel" for="login-email-address-confirm"><?php echo ENTRY_EMAIL_ADDRESS_CONFIRM?></label>
      <?php echo zen_draw_input_field('email_address_confirm'''zen_set_field_length(TABLE_CUSTOMERS'customers_email_address''40') . ' id="login-email-address-confirm"'); ?>
      <div class="clearBoth"></div>    
    <?php ?>
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD?></label>
    <?php echo zen_draw_password_field('password'''zen_set_field_length(TABLE_CUSTOMERS'customers_password') . ' id="login-password"'); ?>
    <div class="clearBoth"></div>
    <?php 
      
    if (PROJECT_VERSION_MAJOR == '1' && substr(PROJECT_VERSION_MINOR03) == '3.8') {
        echo 
    zen_draw_hidden_field('securityToken'$_SESSION['securityToken']);
      }
    ?>
    </fieldset>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGINBUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' zen_href_link(FILENAME_PASSWORD_FORGOTTEN'''SSL') . '">' TEXT_PASSWORD_FORGOTTEN '</a>'?></div>
    </form>
    <div class="clearBoth"></div>
    <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
    <?php
      
    if (FEC_NOACCOUNT_SWITCH == 'true') {
        if (
    $_SESSION['cart']->count_contents() > 0) { ?>
           <fieldset>
          <legend>Checkout Without Account</legend>
          <?php echo TEXT_RATHER_COWOA?>
          <div class="buttonRow forward">
          <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
          <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a></div>
          <div class="clearBoth"></div>
          </fieldset>
    <?php }} ?>
    <!-- END CHECKOUT WITHOUT ACCOUNT -->
    <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . '<div>' zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format') . '</div>'?>


    <fieldset>
    <legend><?php echo HEADING_NEW_CUSTOMER?></legend>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION?></div>
    <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
    </fieldset>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMITBUTTON_SUBMIT_ALT); ?></div>
    </form>
    <!--EOF normal login-->
    <?php ?>
    </div>
    You need to add something to cart, then click on the 'sign up / sign in' button to see what I'm talking about in by the two boxes on the login page... only in IE that it's noticeable but if you looked at the code in FF then maybe you can see the problem?

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    Best run this page through a validator. There are several errors in it which can cause browser behaviour problems.

    Rob

  3. #3
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    You're not kidding. I've been trying to sort out a bad case of 'divitus' since this morning... unfortunately, I'm hopeless with div tags :-)

  4. #4
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    Been trying to figure this out all day.. 14hrs Doesn't time fly!!

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    You're having WAY too much fun.

    Rob

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    tpl_login_default.php

    PHP Code:
    <?php
    /**
     * Page Template
     *
     * @package templateSystem Easy Sign-Up and Login
     * @copyright Copyright 2007-2008 Numinix Technology http://www.numinix.com
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_login_default.php 14 2009-04-14 02:43:33Z numinix $
     */
    ?>
    <div id="centerColumn">
    <?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
    <!-- BOF SHOPPING CART -->
    <?php
      
    if ($fec_order_total_enabled) {
        include(
    DIR_WS_TEMPLATE 'templates/tpl_modules_esl_ordertotal.php');
      }
    ?>
    <!-- EOF SHOPPING CART -->


    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>

      <div id="loginColumnLeft">
        <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
        <?php
          
    if (FEC_NOACCOUNT_SWITCH == 'true' && FEC_NOACCOUNT_POSITION == 'top') {
            if (
    $_SESSION['cart']->count_contents() > 0) { ?>
              <fieldset class="loginFieldsetLeft">
                <legend><?php echo COWOA_HEADING?></legend>
                <div class="information"><?php echo TEXT_RATHER_COWOA?></div>
                  <div class="buttonRow forward">
                     <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
                     <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a>
                   </div>
              </fieldset>
           <?php }
          } 
    ?>
        <!-- END CHECKOUT WITHOUT ACCOUNT -->




        <!--BOF PPEC split login- DO NOT REMOVE-->
        <fieldset class="loginFieldsetLeft">
            <legend><?php echo HEADING_NEW_CUSTOMER_SPLIT?></legend>
            <?php if ($_SESSION['cart']->count_contents() > 0) { ?>
                <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT_NO_CART?></div>
            <?php } else { ?>
                <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT?></div>
            <?php ?>

            <hr />

            <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . '<div>' zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format'); ?>
                <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
                <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMITBUTTON_SUBMIT_ALT); ?></div>
            </form>

        </fieldset>
      </div>
      <!-- eof columnLeft -->


      <div id="loginColumnRight">
        <fieldset class="loginFieldsetRight">
            <legend><?php echo HEADING_RETURNING_CUSTOMER_SPLIT?></legend>
            <div class="information"><?php echo TEXT_RETURNING_CUSTOMER_SPLIT?></div>
            <?php echo zen_draw_form('login'zen_href_link(FILENAME_LOGIN'action=process''SSL')); ?>
                <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS?></label>
                <?php echo zen_draw_input_field('email_address''''size="25" id="login-email-address"'); ?>
                <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD?></label>
                <?php echo zen_draw_password_field('password''''size="25" id="login-password"'); ?>
                 <?php
                   
    if (PROJECT_VERSION_MAJOR == '1' && substr(PROJECT_VERSION_MINOR03) == '3.8') {
                     echo 
    zen_draw_hidden_field('securityToken'$_SESSION['securityToken']);
                   }
                 
    ?>
                <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGINBUTTON_LOGIN_ALT); ?></div><br /><br />
                <?php echo '<a href="' zen_href_link(FILENAME_PASSWORD_FORGOTTEN'''SSL') . '">' TEXT_PASSWORD_FORGOTTEN '</a>'?>

                <br class="clearBoth" />
            </form>
        </fieldset>


        <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
        <?php
          
    if (FEC_NOACCOUNT_SWITCH == 'true' && FEC_NOACCOUNT_POSITION == 'side') {
            if (
    $_SESSION['cart']->count_contents() > 0) { ?>
              <fieldset class="loginFieldsetRight">
                    <legend><?php echo COWOA_HEADING?></legend>
                    <div class="information"><?php echo TEXT_RATHER_COWOA?></div>
                    <div class="buttonRow forward">
                    <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
                    <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a></div>
              </fieldset>
              <br class="clearBoth" />
        <?php }} ?>
        <!-- END CHECKOUT WITHOUT ACCOUNT -->


        <!-- BOF PAYPAL -->

        <?php if ($ec_button_enabled) { ?>
                <fieldset class="loginFieldsetRight">
                    <legend><?php echo HEADING_PAYPAL?></legend>
                    <div class="information"><?php echo TEXT_PAYPAL_INTRODUCTION_SPLIT?></div>
                    <?php require(DIR_FS_CATALOG DIR_WS_MODULES 'payment/paypal/tpl_ec_button.php'); ?>
                </fieldset>
                <br class="clearBoth" />
            <?php ?>
        <!-- EOF PAYPAL -->


        <!-- BOF GOOGLE CHECKOUT -->
        <?php if ($ec_button_enabled) { ?>
            <fieldset class="loginFieldsetRight" />
                <legend><?php echo HEADING_GOOGLE_CHECKOUT?></legend>
                <div class="information"><?php echo TEXT_GOOGLE_CHECKOUT_INTRODUCTION_SPLIT?></div>
                <div class="center"><?php require(DIR_WS_MODULES 'show_google_components.php');  ?></div>
            </fieldset>
            <div class="clearBoth"></div>
        <?php ?>

        <?php // *** ??? echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>


        <!-- EOF GOOGLE CHECKOUT -->

        <?php if (FEC_CONFIDENCE == 'true') { ?>
          <fieldset class="loginFieldsetRight">
            <legend><?php echo HEADING_CONFIDENCE?></legend>
          </fieldset>
        <?php ?>

      </div> <!-- end columnRight -->


    <!--EOF PPEC split login- DO NOT REMOVE-->
    <?php } else { ?>
    <!--BOF normal login-->
    <?php
      
    if ($_SESSION['cart']->count_contents() > 0) {
    ?>
    <div class="advisory"><?php echo TEXT_VISITORS_CART?></div>
    <?php
      
    }
    ?>
    <?php 
    echo zen_draw_form('login'zen_href_link(FILENAME_LOGIN'action=process''SSL')); ?>
    <fieldset>
    <legend><?php echo HEADING_RETURNING_CUSTOMER?></legend>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS?></label>
    <?php echo zen_draw_input_field('email_address'''zen_set_field_length(TABLE_CUSTOMERS'customers_email_address''40') . ' id="login-email-address"'); ?>
    <div class="clearBoth"></div>
    <?php if (FEC_CONFIRM_EMAIL == 'true') { ?>
      <label class="inputLabel" for="login-email-address-confirm"><?php echo ENTRY_EMAIL_ADDRESS_CONFIRM?></label>
      <?php echo zen_draw_input_field('email_address_confirm'''zen_set_field_length(TABLE_CUSTOMERS'customers_email_address''40') . ' id="login-email-address-confirm"'); ?>
      <div class="clearBoth"></div>
    <?php ?>
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD?></label>
    <?php echo zen_draw_password_field('password'''zen_set_field_length(TABLE_CUSTOMERS'customers_password') . ' id="login-password"'); ?>
    <div class="clearBoth"></div>
    <?php
      
    if (PROJECT_VERSION_MAJOR == '1' && substr(PROJECT_VERSION_MINOR03) == '3.8') {
        echo 
    zen_draw_hidden_field('securityToken'$_SESSION['securityToken']);
      }
    ?>
    </fieldset>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGINBUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' zen_href_link(FILENAME_PASSWORD_FORGOTTEN'''SSL') . '">' TEXT_PASSWORD_FORGOTTEN '</a>'?></div>
    </form>


    <div class="clearBoth"></div>


    <!-- BEGIN CHECKOUT WITHOUT ACCOUNT -->
    <?php
      
    if (FEC_NOACCOUNT_SWITCH == 'true') {
        if (
    $_SESSION['cart']->count_contents() > 0) { ?>
           <fieldset>
          <legend>Checkout Without Account</legend>
          <?php echo TEXT_RATHER_COWOA?>
          <div class="buttonRow forward">
          <?php echo "<a href=\"" zen_href_link(FILENAME_NO_ACCOUNT'''SSL') . "\">"?>
          <?php echo zen_image_button(BUTTON_IMAGE_CONTINUEBUTTON_CONTINUE_ALT); ?></a></div>
          <div class="clearBoth"></div>
          </fieldset>
    <?php }} ?>
    <!-- END CHECKOUT WITHOUT ACCOUNT -->


    <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . '<div>' zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format') . '</div>'?>


    <fieldset>
    <legend><?php echo HEADING_NEW_CUSTOMER?></legend>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION?></div>
    <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
    </fieldset>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMITBUTTON_SUBMIT_ALT); ?></div>
    </form>
    <!--EOF normal login-->

    <?php ?>
    </div>
    you will have to style the PPEC button to float it right...

    #loginColumnRight div#PPECbutton {float:right;}
    ~Steve~

  7. #7
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Have a Drink Re: HELP... what's wrong with my tags in this code?

    Quote Originally Posted by rstevenson View Post
    You're having WAY too much fun.

    Rob
    Rob, the thing is that's true. This is my first website and since I'm no web designer, I have enjoyed the mental challenge. It's been one hell of a steep learning curve and I have learned an awful lot about Zen. Thankfully though, I do have other vices

    Once this site's finished, hopefully today (thanks to S_t_e_v_e) then I'll be able to re-claim my life and stare less at the screen

  8. #8
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    Steve, You do need to change your username from s_t_e_v_e to something more appropriate like g_e_n_i_u_s

    I can't thank you enough for sorting out my 'divitus'. I was at it for ages and would have had to throw in the towel as I was getting nowhere. I've compared the two files to see if I can learn from your genius and I can safely say I could never have done that by myself. You practically re-wrote the whole file for me!

    I have to say that the end result is pretty nice. It's a perfect login page in my eyes, I couldn't improve on it. The layout and function is exactly what I wanted and I just hope that your time and effort on this thread will help others too.

    Steve, thank you, thank you, thank you!!

  9. #9
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: HELP... what's wrong with my tags in this code?

    Your ideas and design will help many. Glad we got another task sorted.

    ..now on to the next one.
    ~Steve~

 

 

Similar Threads

  1. v151 What is wrong with this one line of code??
    By tlyczko in forum General Questions
    Replies: 1
    Last Post: 7 Feb 2013, 03:37 PM
  2. What is wrong with my form code? (Error)
    By sophie666 in forum General Questions
    Replies: 5
    Last Post: 13 Feb 2012, 11:38 PM
  3. v150 What's wrong with this code...
    By Coins2012 in forum Addon Templates
    Replies: 7
    Last Post: 3 Feb 2012, 03:13 PM
  4. What is wrong with my code?
    By mikenandrea in forum General Questions
    Replies: 4
    Last Post: 9 Jan 2008, 01:46 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR