Quote:
Originally Posted by juggledad
how were the two images added to the posts?
what HTML is involved in the two images? What surrounds them?
|
Juggledad,
1) Using the image adder at the top of the post 'kitchen'. HTML wise, just an IMG tag and an SRC.
2) The same. Like mentioned above.
3) if you mean HTML, there's no centre tag around either. I checked but did notice that written inside the IMG tag there was:
Code:
class="size-full wp-image-13 aligncenter"
I know I never added this manually, so I'm not sure how it got there. It isn't on the other image, so I guess that's what's happening. if this is so, couldn't I go to ATO>Add CSS/HTML Inserts and add something along the lines of:
Code:
img { size: full; align: center; }
Thanks for the reply.