Forum Moderators: open
As a self taught newbie I just a bit of help with the syntax of this line of code to make it work properly.
It is to show a link in different colors to my navigation links. So I have set up a css class of external.
But I just need a bit of help with the syntax of this html line.
<a class="external" a href="catalog.htm"> <p>Click here to view our product catalog and place your order.</p>
Kind Regards
Digby
<a class="external"><p></p></a> << NO
<p><a class="external"></a></p> << YES
Make that switch and your style rules for the class should take effect on your anchor text.