Forum: IT Professionals' Lounge Sep 16th, 2008 |
| Replies: 11 Views: 1,994 Hello cakka,
I suggest that you sign up for Google Webmaster Tools (http://www.google.com/webmasters/). This will allow you to see crawl statistics, site errors, etc. You might have problem with... |
Forum: HTML and CSS Jul 20th, 2008 |
| Replies: 3 Views: 2,562 What you are doing is floating the div, not the images inside the div. You should target the images.
.float img {float: left; margin: 0 10px;}
<div class="float">img img img img</div>
That... |