Jump to content

[SOLVED] html remove border from submit field


stockton

Recommended Posts

<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")>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.