Hi,
I have some IMAGES inside a TABLE, now I know how to style my table using CSS but what I really need to do is style the Images inside the table using CSS also. IMG tag in my CSS only styles images outside the table.
my code:
<table><tbody><tr><td> <img style="width: 25px; height: 25px;"
alt="alternat text" src="images/image1.jpg"><br>
</td></tr></tbody></table>