I recently got a warning from the WDG HTML Validator at
http://www.htmlhelp.com/ for assigning two classes as shown for
http://www.journeys.ws/books.asp :
Line 71, character 23:
<p class="menu" class="nw">
Error: duplicate specification of attribute CLASS
I Googled but can't find anything on it. Is there a way to assign two
classes so the page will validate (yes, I know there are other errors and
I'm working on them)?
TIA
Neill
--
Wayfarer
Journeys: http://www.journeys.ws/
There is a difference between knowing the path and walking the path. -
Morpheus
http://www.htmlhelp.com/ for assigning two classes as shown for
http://www.journeys.ws/books.asp :
Line 71, character 23:
<p class="menu" class="nw">
Error: duplicate specification of attribute CLASS
I Googled but can't find anything on it. Is there a way to assign two
classes so the page will validate (yes, I know there are other errors and
I'm working on them)?
TIA
Neill
--
Wayfarer
Journeys: http://www.journeys.ws/
There is a difference between knowing the path and walking the path. -
Morpheus
Comment