View Single Post
  #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