View Single Post
  #5  
Old 10-24-2012, 09:22 PM
 
Pyro Pyro is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 506
 

Default Re: browser conflict

Quote:
Originally Posted by keystone
Does anyone know how to get around this warning from the w3c validator?

I'm not really even sure what the <-- 300px --> does.



Looks like it was an attempt to comment it out.


You could replace the line with


<div class="details" style="margin-left: 1px;">




The correct way to comment out HTML is with <!-- commented out stuff here -->

As you can see in what you have, you are missing the ! in the first part, so I would assume that is where the error is coming from.
__________________
Best Wishes,
James

4.5.2 Gold (work in progress)
Reply With Quote