I have a form submit button that has a line under it that I'd like to
remove. Can't find its source. Reduced to its basics, here's the
markup. I added margin-left to reveal the troublesome line.
<style type="text/css">
#subt { margin-left: 40px; }
</style>
<form>
<ins>
<input type="submit" id="sub" />
</ins>
</form>
How do I get rid of this line? I put it on line:
--
Haines Brown
remove. Can't find its source. Reduced to its basics, here's the
markup. I added margin-left to reveal the troublesome line.
<style type="text/css">
#subt { margin-left: 40px; }
</style>
<form>
<ins>
<input type="submit" id="sub" />
</ins>
</form>
How do I get rid of this line? I put it on line:
--
Haines Brown
Comment