Hi,
I would like to change some style attributes of the <a> and <p> elements for a class, but some styles don't seem to have any effect.

.links { ... }

a.links { color: #000000; text-decoration: none; }
p.links { padding-top: 5px; }

The color attribute works but the text-decoration and padding-top don't.

Thanks


Reply via email to