Quote:
Originally Posted by Eco2020
|
Again, if you're images had a class...
The images containing div is not needed and you can add the classs something like this -
Code:
<a href="http://www.greencareersguide.com/Green-Entrepreneurship.html"> <img class="limage" height="90" width="100" vspace="5" alt="Entrepreneur" src="http://www.greencareersguide.com/image-files/entrepreneur1.jpg"/></a>
Then you can style it from your CSS like this -
Code:
.limage {
float: left;
margin: 0 10px 0 0;
}