Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    44
    Plugin Contributions
    0

    Default password field at the top of the page

    Morning all. I am working on my first installation and I am making a new template. I have the home --> login top left of my page. The very first code. and I have the search turned off.


    <div id="mainWrapper">
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
    <ul class="back">
    <li><a href="http://localhost/store/">Home</a></li>
    <li><a href="http://localhost/store/index.php?main_page=login">Login</a></li>
    </ul>
    </div>
    <div id="navMainSearch"></div>
    <br class="clearBoth">
    </div>
    <!--eof-navigation display-->


    I want returning users to be able to login from the home page, top right. My question is how can I place the text field and the password field and a small sign in image top left of the page. Is it a case of getting the code below into the header (and will it still work) and styling it with css. Any help hugely appreciated.


    <!--BOF normal login-->
    <form name="login" action="http://localhost/store/index.php?main_page=login&amp;action=process" method="post"><fieldset>
    <legend>Returning Customers: Please Log In</legend>

    <label class="inputLabel" for="login-email-address">Email Address:</label>
    <input name="email_address" size="41" maxlength="96" id="login-email-address" type="text"><br class="clearBoth">

    <label class="inputLabel" for="login-password">Password:</label>
    <input name="password" size="41" maxlength="40" id="login-password" type="password"><br class="clearBoth">
    <input name="securityToken" value="db7a1f00c1deba95514b23ee0fba0c49" type="hidden"></fieldset>

    <div class="buttonRow forward"><input class="cssButton button_login" onmouseover="this.className='cssButtonHover button_login button_loginHover'" onmouseout="this.className='cssButton button_login'" value="Sign In" style="width: 80px;" type="submit"></div>
    <div class="buttonRow back important"><a href="http://localhost/store/index.php?main_page=password_forgotten">Forgot your password?</a></div>
    </form>

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: password field at the top of the page

    http://www.zen-cart.com/index.php?ma...roducts_id=105
    Login Header Mod from above url may help

 

 

Similar Threads

  1. Remove the category picture from the top of the product info page.
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Oct 2010, 06:56 PM
  2. Replies: 3
    Last Post: 23 Sep 2008, 06:25 PM
  3. How to I do product pages W/OUT the image and price on the top of the page?
    By triswim in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Mar 2008, 07:46 AM
  4. The Top Of My Page Is Grey And I Want To Place My Banner At The Top
    By diamonds in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Mar 2008, 05:48 PM

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