I have this snippet:
<label> </label><a id="whatever"
onclick="addmore('field_whatever', 'What's up?');">The deal is?</a><br/>
How do i use CSS to add space on the top or the bottom. I am able to do it for margin-left but it won't work for margin-top nor margin-bottom.
Thanks