Super speedy quick tip of the day is something that I do on every website I work with and that is styling that ugly HR tag to something that is clean and much prettier than the browser defaults. Down and dirty here is the code: hr { border: 0; color: #E3E3E3; background-color: #E3E3E3; height: 1px; width: 100%; text-align: left; } This is cross browser and yes you need all the definitions. One is to reset IE and the other is for the rest of the browsers (Firefox, Chrome, Opera,...