View Single Post
  #1  
Old 05-06-2011, 06:09 AM
  JeanB's Avatar 
JeanB JeanB is offline
 

eXpert
  
Join Date: Oct 2009
Location: Worcestershire, UK
Posts: 217
 

Default Being driven crazy by a "register" button ...

Hi All!

I'm trying to get my "register" button to align properly, but it just won't sit where I want it to.

I have a custom login bar, which includes 2 buttons:

Code:
{include file="customer/buttons/login_menu.tpl" additional_button_class="login-button"} {include file="customer/buttons/create_profile_menu.tpl" additional_button_class="login-button"}


Which is fine.

However, when I add a href tag to the register button, it jumps and moves itself onto a new line!!

WHY is it doing this to me!!?


Like this is perfect:

Code:
{include file="customer/buttons/create_profile_menu.tpl" additional_button_class="login-button"}

Like this is wrong!:

Quote:
{include file="customer/buttons/create_profile_menu.tpl" href="register.php" additional_button_class="login-button"}


What would cause this?

Help

Thanks
__________________
4.2.3
X-Cart Gold
BCSE Address Book | XCartMods QuickFind | X-RMA | X-Offers
-------[installed]----------------------[installed]--------------[installed]----[installed]--



5: in development
Reply With Quote