Home › Forums › DITA and XMetaL Discussion › WebHelp: Extra line break added before lists › Reply To: WebHelp: Extra line break added before lists
Reply to: WebHelp: Extra line break added before lists
April 19, 2012 at 11:27 pmThere are two options I can think of:
1) Create some CSS that suppresses elements you do not want to see (using the CSS property display:none), or changes their styling (height, margin, padding, etc) some other way.
2) Modify the XSLT that generates the XHTML. I believe the main file that does most of the work is here:
You will need to find the template that builds the
- to modify it. Most likely it will be in something like
where the “…” is trying to match on a class attribute of “topic/ul”. Hopefully somewhere in there you can spot a
.