mistergrady
Technical User
I am using DW heading tags e.g. <h1> rather than making my own. However, they generate a unwanted blank row after each tag.
For example:
<h1 align="left">Home</h1>
<h2 align="left">Welcome</h2>
Generates:
Home
Welcome
Whereas I want it to generate it:
Home
Welcome
I can't see anything in the properties to adjust to remove the extra line. Maybe it's hard coded into the tag? Any comments/suggestions appreciated.
For example:
<h1 align="left">Home</h1>
<h2 align="left">Welcome</h2>
Generates:
Home
Welcome
Whereas I want it to generate it:
Home
Welcome
I can't see anything in the properties to adjust to remove the extra line. Maybe it's hard coded into the tag? Any comments/suggestions appreciated.