X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Need help in aligning button (https://forum.x-cart.com/showthread.php?t=12477)

artinion 02-28-2005 05:43 PM

Need help in aligning button
 
I am having problems in aligning the button that says "Buy Now". The following is the original code found in "/skin1/buttons/button.tpl".

Code:

{* MAKE SURE YOU HAVE NO REDUNDANT CARRIAGE RETURNS IN THIS FILE ! *}{if $type eq "input"}{assign var="img_type" value="INPUT type=image"}{else}{assign var="img_type" value="img"}{/if}{capture name=goimage}{include file="buttons/go_image.tpl"}{/capture}{if $style eq "button" and $webmaster_mode ne "editor"}<SCRIPT>
if (navigator.appName.indexOf('Microsoft')>=0)
document.write('<nobr><{$img_type} src="{$ImagesDir}/but1.gif" width="7" height="14" border="0" align="absmiddle"><FONT class="Button">{$button_title}</FONT>[img]{$ImagesDir}/but2.gif[/img]</nobr>');
else
document.write('<font class="FormButton">{$button_title} <{$img_type} {$smarty.capture.goimage|replace:"\r":""|replace:"\n":""}></font>' );
</SCRIPT>{else}<font class="FormButton">{$button_title} <{$img_type} {include file="buttons/go_image.tpl"}></font>{/if}


In the original default version of X-Cart gold, 3 column layout and orange scheme, the button lines up correctly. When I am trying to customize it, it has become misaligned. The middle and the ends do not line up.

What should I edit? I saw this post http://<a href="http://forum.x-cart.com/viewtopic.php?t=12538&highlight=button+aligned" target="_blank">ht...on+aligned</a> but the code above does not have tables.

Art

balinor 02-28-2005 06:11 PM

Your original template files are stored in the skin1_original folder. Take a look at that and see what you might have changed to cause the problem.

artinion 02-28-2005 07:51 PM

Got it. Thank you.

Art


All times are GMT -8. The time now is 08:33 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.