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
