PDA

View Full Version : size for button


duguest
29-Oct-2004, 05:12 PM
(My english is bad, I'm french !!!)
At the beginning of the order, when I validate a product, I have 3 buttons on the page : confirm, checkout and cancel. These 3 buttons are too big so they cannot stay on a same line.
How can I reduce the size ?
Thank you.

I-CC
29-Oct-2004, 05:14 PM
Are the buttons images or form buttons? Do you have a URL in which we can go through the process to see them and suggest alternative methods :)

duguest
29-Oct-2004, 08:47 PM
It is form button, not image. My URL is www.pool.fr/acatalog
Thank you

Nadeem
02-Nov-2004, 08:01 AM
Hi there,

You could try the following;

Instead of using the form buttons, uses images instead. Please click here (http://knowledge.actinic.com/users/kadmin/cgi-bin/ss000007.pl?PRODREF=CD2&NOLOGIN=1&ACTINIC_REFERRER=http://knowledge.actinic.com/users/kadmin/acatalog/) to see a knowledgebase article on having images in the NEXT,BACK and CANCEL checkout stages.

Kind Regards

duguest
02-Nov-2004, 09:30 AM
Thank you for the information. I think that you're right and your solution is probably good. But we prefer not to use the images and keep the button as it is easier. I have seen on other website that they do not have problem with this : perhpas it is a problem with the font type and siez. What do you think ? Regards

Mike Hughes
02-Nov-2004, 10:17 AM
I think it's probably because you've made the table cell that contains the input buttons too small.

From what I can see it's set to 319 pixels, which seems a bit on the small side to me.

<td width="319" align="LEFT" valign="top" >

Mike

duguest
04-Nov-2004, 09:16 AM
Ok thank you. I have modify the size and it works perfectly. Thank you