Hi all,
just having some issues with my coding.
my validation on w3.org brings back some issues i'm struggling to fix.
I've seen some other posts about this but i've tried what they have said, and they are still coming up.
And some lines look the same and are not coming up as issues.
first issue -
Line 59, Column 36: there is no attribute "leftmargin"
This is also for "topmargin" "leftmargin" marginwidth etc
if i remove this line, will this affect anything?
Second issue -
Line 90, Column 14: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
<li><a class="trigger" href="#">Weddings</a>
Full code -
<li><a class="trigger" href="#">Weddings</a>
<ul>
<li><a href="weddings.html">Weddings at Tokar Estate</a></li>
</ul>
<li><a class="trigger" href="#">Functions</a>
<ul>
<li><a href="functions.html">Function at Tokar Estate</a></li>
</ul>
<li><a class="trigger" href="#">Events</a>
<ul>
<li><a href="upcoming-events.html">Upcoming Events</a></li>
</ul>
<li><a href="http://utils.impactdata.com.au/pages/2394/imagegallery080105/login.html" target="_blank">Image Gallery</a></li>
<li><a class="trigger" href="contact.html">Contact Us</a>
<ul>
<li><a href="join.html">Join</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</div></td>
please help