FireflyBeads
Member
Posted 8 years ago #
I have tried to search the forums on this, but haven't found an answer other than to check the wp-includes/kses.php file.
I have found that if I use the <center> and </center> tags for an image that everything below the image is a larger font.
Is there another code to use to center an image, or how should I modify my wp-includes/kses.php file to accept this?
Thanks!
I would guess you are entering it like this ?
blah blah<center>image url</center>blah blah
Doing it like this should solve the problem
blah blah
<center>image url</center>
blah blah`
There are other ways of managing images with css:
http://www.tamba2.org.uk/wordpress/graphicalcss/align/index.html
FireflyBeads
Member
Posted 8 years ago #
Thanks! (I just now saw the reply to this question...)
This link http://www.tamba2.org.uk/wordpress/graphicalcss/align/index.html was very helpful and fixed the problem.
Wow, podz, great info on that link! Thanks!
Holy 10 month post bump...
Oops, sorry about that. But I really did find this info helpful. And hey, at least I didn't post a brand new thread with the same question. I found the info I needed! :-)