Hi there,
I have some thoughts and questions about images.
First of all: Why do you need “display: inline;” for the left and right aligned images? Seem to show the same without it.
Second: Why is the top margin set to 0px and why is there padding? Instead of just adjust all (top, right, bottom, left) only with margin? I have done this in my blog. You can see an example in this post:
https://mickej.se/blogg/tallinnkryssningen
In my CSS I have:
img.alignright {
margin: 10px 0px 7px 14px;
float: right;
}
Third: If not touching the original wordpress style sheet at all. And using the ordinary align=”right”. Why does it show up like this
https://bilder.mickej.se/wordpress.PNG
instead of this
https://bilder.mickej.se/orig.PNG
Don’t care about the font beeing Times New Roman att the second one. Did’n care to change.
No. I’m not good at CSS. ??
Looking forward to answers and/or thoughts.
—
Micke