Forum Moderators: not2easy
Is there a way to bring these lines together in CSS, or is there another trick in HTML I am not aware of?
Thanks, WFN :)
You could adjust margin-top and margin-bottom until you're happy. Start with <p style="margin-top: 0.5em; margin-bottom: 0.5em"> and change the attributes in increments of 0.1em until you think it looks ok.
In the longer term I would recommend a stint of writing code with a text-editor to really get to grips with the combination of html + css.