From: James E. F. <jf...@ac...> - 2002-02-15 17:40:11
|
On Thu, 14 Feb 2002, Terrie Beloin wrote: > I am trying to create a survey in Japanese which has worked fine; however, I > need to have the submit button located in /public/handler.php to also be in > Japanese. I have created a jpeg that has the correct 'submit' text but when > I try to change the html tags to either > > <input type="image" src="images/submit.jpg"> Try: <input type="image" name="submit" src="images/submit.jpg"> Or you could make a copy of the handler.php and use one copy for english and one copy for Japanese. Just change the text in the Japanese one. -James |