Jonathan M. Hollin wrote:
<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!)

last time we have inlined style into <li> it has messed up NS4. It'll probably do the same this time. So it's better to have all the styles in the right places.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to