Forum Moderators: open
I was wondering if it was possible to get rid of the trailing linebreaks after the H1 tag.
For example,
<h1>Article Title</h1>
Article Preview
Would give you:
Article Title
Article Preview
I want the "Article Preview" to be right after the "Article Title." Does anyone know if this is possible, and if so, how can I get rid of these linebreaks?
I am not aware of padding being added automatically(to <h> tags), so that should not be an issue.
Using display: inline; with a <br/> is really not the cleanest solution. Kind of defeats the purpose of CSS.
Note: Always include the measuring operator(ie. px, em, pt), unless the value is zero(0).