I\'m having a problem with the padding in my form on my website. If I\'ve set a height/width to a form element and then adds a padding to it. In all browsers I\'ve tried, ex
Try this:
/* Set all margins and paddings to 0 on all browsers */ * { margin: 0; padding: 0; }