Forum Moderators: not2easy
.sidespace { text-decoration:none; }
in the style sheet
and
<div class="sidespace">
in the section I want no underline
Am I trying the impossible or just doing it wrong?
.sidespace a { text-decoration: none; }
From this I assume I need to use the a whenever I am setting attributes for anchor text.
SN