Here the CSS trick for fixing those squished headlines on your blog such as the H1 Heading shown in the screenshot below. The original code in the CSS (cascading style sheet) for that H1 was as follows: #content h1 { font-size: 25px; color:#036; background: transparent; font-family: Verdana, ‘Trebuchet MS’, Arial, Helvetica, sans-serif; font-weight: bold; margin: [...]
How to Correct Bulleted List Errors with CSS
I’ve been running across more and more bulleted list errors on webpages of late. An unordered bulleted list should be coded as follows: <UL><LI>1st Item</LI><LI>2nd Item </LI><LI>3rd Item</LI></UL> The resulting bulleted list will appear like this: 1st Item 2nd Item 3rd Item However, I frequently see this awful looking mess on webpages and blogs: <p [...]




