dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by flingy 3 years 8 weeks ago

pic
 flingy
mobiForge Newbie
Posts: 1
Joined: 3 years ago
[offline]

Hi all,

I'm a new member here. I've run test site from ready.mobi and give me fails message on :
Attribute "class" was already specified for element "li".

as i am a still learning XHTML-MP standard, would you let me know, what's wrong on my code, please? Thanks indeed.

Regards,

Posted by MRLacey 3 years ago

pic
 MRLacey
mobiForge Enthusiast
Posts: 19
Joined: 3 years ago
[offline]

Post your code or a link to your site so we can really see what the issue is.
However, you're probably creating something like:
<li class="aaa" class="bbb">xxx</li>
When you can only have one class attribute.