Button with css
Posted: Thu Nov 05, 2009 7:45 am
Good morning. I am trying to make a button that uses css. Below I was able to make one of my website buttons work using css. It works but I would apreciate if someone would look at it and tell me if it written correctly.
I am also trying to make the button below use the save css instead of an image but don't want to use a form. Can someone help me with the button.
Thank you for your help.
Code: Select all
$itemTags['submitButton'] = $form->makeSubmitButton($label = ' Buy It Now »', $params = 'class="submitButtonG"');Code: Select all
$checkout = $URL->makeHref('checkout.php', '', 'SSL');
$cartTags['checkout'] = $URL->makeLink($checkout, '<img src="' .
DIR_WS_SKIN_IMAGES .'button_continue.gif" border="0" alt="Checkout" title="Checkout">');Thank you for your help.