stockton Posted June 17, 2009 Share Posted June 17, 2009 Please tell me how to remove the box/border from a field defined as:- <input type="submit" id=Grid value="Grid" onClick=ItemSelected("help-files/Grid.htm")> You can if you wish see the page at http://www.stockton.co.za/khulisa-help/help.php Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 17, 2009 Share Posted June 17, 2009 <input type="submit" id=Grid value="Grid" style="border:0;" onClick=ItemSelected("help-files/Grid.htm")> if you don't want the background on it either: <input type="submit" id=Grid value="Grid" style="border:0;background:none;" onClick=ItemSelected("help-files/Grid.htm")> Quote Link to comment Share on other sites More sharing options...
stockton Posted June 17, 2009 Author Share Posted June 17, 2009 Thank you. I did your suggested style="border:0;background:none;" and it now does what I want. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.