><input type="image" src="./images/arrow.gif" border="0"></td> > > Error: there is no attribute "BORDER" for this element (in >this HTML version)
It's not a problem fellas. Just change it to: <input type="image" src="./images/arrow.gif" style="border: none;" /> (which validates as XHTML too!) Jonathan M. Hollin - WYPUG Co-ordinator West Yorkshire Perl User Group http://wypug.pm.org/ http://wypug.digital-word.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
