Cross Browser Resets


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .spacer {margin:0; padding:0; font-size:0px; clear:both;}
  2. p {margin:0; padding:0 0 10px 0;}
  3. td, tr {vertical-align:top; margin:0; padding:0;}
  4. tbody {border:none;}
  5. a {outline:none; text-decoration:none;}
  6. a:hover {text-decoration:underline;}
  7. img {margin:0; padding:0;}

Report this snippet


Comments


You need to login to view comments.