By Dubber Dan on
I'm going nuts here, but for the life of me I can't figure out how to create the CSS to float some images for this page http://www.spamedicalcentre.co.uk/theteam/administration
I've tried:
img.left { float: left; padding: 10px; }
#main img.left { float: left; padding: 10px; }
.content img.left { float: left; padding: 10px; }
#main .content img.left { float: left; padding: 10px; }
But nothing seems to get them floating!
Anyone help me out here?
Comments
invalid css
i think if you fix the error on line 485 then the rules that follow it will take effect (actually the error is the ")" on line 479).
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.spamed...
That did the trick
Cheers :-)