In order to "hide" my querystrings, I am using a form with hidden fields for my links. However, there is padding above and below the link button. Is there a way to get rid of this?
Thanks,
Casey
webworker us
2:54 pm on Apr 17, 2006 (gmt 0)
I have found the answer. After more reading, and some better worded google searches I came upon using STYLE="margin: 0px; padding: 0px;" in the form tag.