I write on a blog (not mine) where CSS gives a default hspace of 10 to images.
1°) It induces a problem when I insert a picture in a table, because it leaves a 10px space between the side of the cell and the picture. I tried to force it by adding "hspace="0" to no avail. Can I go around this and force manually a "zero" hspace ?
2°) Similarly, all text has a default line height. I'd like to change that manually from time to time (when I quote a text, in a legend). Is that feasible ?