Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Display a graphic button instead of a form button

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-02-2004, 08:48 AM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default Display a graphic button instead of a form button

I want to display a graphic button in place of this:
Code:
"<TR><TD align=\"center\"><INPUT TYPE=\"Submit\" NAME=\"vote\" VALUE=\" Vote \"></TD></TR>\n"; echo "<TR><TD align=\"center\"></form><form method=post><input type=hidden name=vresult value=1><INPUT TYPE=\"Submit\" NAME=\"result\" VALUE=\"Result\">\n"; echo "</TABLE></form>";
How would I do it?
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #2  
Old 06-02-2004, 08:59 AM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

Try...

Quote:
"<TR><TD align=\"center\"><INPUT TYPE=\"Submit\" NAME=\"vote\" VALUE=\" Vote \"></TD></TR>\n";
echo "<TR><TD align=\"center\"></form><form method=post>
<input type=hidden name=vresult value=1>
<INPUT TYPE=\"image\" NAME=\"result\" src=\"images/submit.gif\" width=\"10\" height=\"10\" border="0" alt=\"ALT Text\"> \n";
echo "</TABLE></form>";
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote
  #3  
Old 06-02-2004, 04:29 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

WOW!, I wasn't expecting such a fast response I'll give it a try, Thanks Emerson

[UPDATE] parse error, expecting `','' or `';'' in line 40

line 40=
Code:
<INPUT TYPE=\"image\" NAME=\"result\" src=\"skin1/images/submit.gif\" width=\"48\" height=\"19\" border="0" alt=\"ALT Text\">\n";

It's somewhere in here
Code:
" border="0" alt=\"ALT Text\

GOT IT!
Code:
border=\"0\" alt=\"ALT Text\
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:23 AM.

   

 
X-Cart forums © 2001-2020