Is it possible to do an HTML FORM POST from a peice of text rather than a button or image?
I'm trying to add a Paypal shopping cart based purchasing system to my site (Coppermine based image gallery) and I've cracked everything bar the "View Basket" button. I want to add it into the menu at the top of the gallery so that it's visible at all times but I'm struggling to integrate it intot he coppermine theme. The buttons at present are test href links to other bits of PHP with the graphics applied as a background image to the table cell via a CSS style.
Basically I want it to look like this:
but if I try and put an image in the View Basket cell for the POST (no CSS style on the cell) I get this:
As you can see the image knocks the menu out of line with the background and the spacer images.
So. What are my options for getting round this? The misaligned image works perfectly but looks naff and I'm not sure what I need to do to realign things.
Any help would be appreciated. Let me know if you want me to post some sample HTML etc.
I'm trying to add a Paypal shopping cart based purchasing system to my site (Coppermine based image gallery) and I've cracked everything bar the "View Basket" button. I want to add it into the menu at the top of the gallery so that it's visible at all times but I'm struggling to integrate it intot he coppermine theme. The buttons at present are test href links to other bits of PHP with the graphics applied as a background image to the table cell via a CSS style.
Basically I want it to look like this:
but if I try and put an image in the View Basket cell for the POST (no CSS style on the cell) I get this:
As you can see the image knocks the menu out of line with the background and the spacer images.
So. What are my options for getting round this? The misaligned image works perfectly but looks naff and I'm not sure what I need to do to realign things.
Any help would be appreciated. Let me know if you want me to post some sample HTML etc.