Jasen Posted November 7, 2011 Share Posted November 7, 2011 Here's a screenshot of my problem: I couldn't see any error in the code but here's the part of that my-account.tpl code: <ul> <li><a class="history" href="{$base_dir_ssl}history.php" title="{l s='History and details of your orders'}"><br> {l s='History and details'}<br /> {l s='of your orders'}</a></li> <li><a class="info" href="{$base_dir_ssl}identity.php" title="{l s='Your personal information'}"><br> {l s='Your personal'}<br /> {l s='information'}</a></li> {if $voucherAllowed} <li><a class="adress" href="{$base_dir_ssl}addresses.php" title="{l s='Your addresses'}"><br> {l s='Your addresses'}</a></li> <li><a class="credit" href="{$base_dir_ssl}order-slip.php" title="{l s='Credit slips'}"><br> {l s='Credit slips'}</a></li> <li><a class="vouch" href="{$base_dir_ssl}discount.php" title="{l s='Your vouchers'}"><br> {l s='Your vouchers'}</a></li> {/if} {$HOOK_CUSTOMER_ACCOUNT} </ul> Please help. I've also attached the screenshot to this post as well. Link to comment Share on other sites More sharing options...
Jasen Posted November 7, 2011 Author Share Posted November 7, 2011 Fixed. Found in global-css that there was an unusual margin code. So deleted that and everything's good. Link to comment Share on other sites More sharing options...
Carl Favre Posted November 7, 2011 Share Posted November 7, 2011 12min to fix it yourself, not bad . One more thing, could you add [solved] to your topic title ? To do it you need to edit your first post and to use the full editor. Thanks . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now