If you are trying to remove spaces created using tags <br />
, then I do not think that this can be done using CSS.
You can use JavaScript to remove spaces, but the most elegant solution is to create spaces using CSS primarily using margins and indents.
Swaff source
share