I want to align an image to the corner of a table cell in Blogger. I found a way to do it in a simple Html page:
<td width="20%" valign="top" align="right" style="vertical-align: top;" >
but when I use this in Blogger , it doesn't work.
The image is always in the center no matter what are the values of valign and align. I think that I need to override a specific style or disable it but I don't know how what to do as I'm a beginner. Any help ?