03-20-2012, 09:46 PM
been a while since I messed with much html and css....is it possible to style an image using inline css so that it doesn't have any padding and no margins?
for example, how would I use inline css to remove the margins & padding here?:
for example, how would I use inline css to remove the margins & padding here?:
Code:
<a href="http://test.com" title="test link">Test Link<img src="http://test.com/test.jpg" alt="test logo" /></a>