You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for such a wonderful library. In trying to do layout for a catalog I noticed that all of the images that I bring in with an img tag have a built-in 10px right margin. I can't seem to get the image width to be the exact same width as the containing td tag.
I've tried using margin attributes on both the img tag itself as well as the containing td tag, but to no avail. Is there anything I can do to get rid of this margin?
The text was updated successfully, but these errors were encountered:
Hello and thank you for such a wonderful library. In trying to do layout for a catalog I noticed that all of the images that I bring in with an img tag have a built-in 10px right margin. I can't seem to get the image width to be the exact same width as the containing td tag.
<table><tr><td background-color="red"><img src="http://path/to/img" /></td></tr></table>
I've tried using margin attributes on both the img tag itself as well as the containing td tag, but to no avail. Is there anything I can do to get rid of this margin?
The text was updated successfully, but these errors were encountered: