Posted by Kim Andrι Akerψ on 04/01/06 13:52
affiliateian@gmail.com wrote:
> Sorry, they are <li>'s. My typo.
>
> What is the proper syntax for controling margins? I tried this this in
> the CDD but nothing happened:
>
> LI { margin: 0; }
>
> When I tried this:
>
> UL { margin: 0; }
>
> it took away the extra line but it also removed all the bullet points.
>
> Can anyone share the proper syntax for the CSS?
Try this:
UL { margin-top: 0; margin-bottom: 0; }
That'll keep the side margins to the default.
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|