Forum Moderators: not2easy
Hoping someone can clarify this for me.
The shopping cart software we use styles the horizontal menu like this, for example:
<a class="dark" href="categories.php">products</a>
I've always thought it should be like this:
<a href="categories.php" class="dark">products</a>products</a>
I just did a search on Google and have found css samples showing it both ways. Are both versions valid? I'm confused now...
(Also, validating the code through w3c didn't indicate a problem with that first version)
Thanks,
ksd