I have formatted a text (including title and paragraph) in a cell using CSS styles to achieve the desired appearance. The only thing left is to create some space between the top of the Title and the content below it. I attempted to use the margin parameter with the L1 tag I created, but unfortunately, it did not work as expected. What would be the solution to this issue?
CSS
<style>
p {
margin-top: 0px;
margin-bottom: 0px;
}
L1{
font-size:12px}
</style>
Here is the code for the cell:
<td width="373" valign="top"><p><strong><l1>ARTICLE #11</l1></strong><p>
<br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mollis elit in lobortis interdum. Morbi gravida scelerisque ultrices. Suspendisse eget felis efficitur, porttitor tellus eget, euismod metus. Nullam id pellentesque quam, quis ultrices ipsum. Aenean orci purus, ultrices vel</td>