Ever wondered why the hell that H1 tag makes empty line after it? How I can correct that so that my design does not look like shit. Well here's solution to it and couple other tiny HTML, annoying stuff.
H1 titles are important in SEO = Search Engine Optimization. In this page - H1 title is used in "HTML Tips to solve annoying stuff" -text. It's basic without fixing that "extra line." Below is example of H1 title with text under it.
The annoying line is over here.
HTML CODE: <h1>your title</h1>
HTML CODE: <h1 style="display:inline;">your title</h1>
Ok it's fixed! And this will work with H2,H3 etc tags too. Have fun!
Last modified: 2005-05-07
-JK-