Thread Starter
waak
(@waak)
Hey guys, thanks for the replys.
So I edited the functions.php but they’re all still appearing in the admin panel…
I’m using/testing the 3.6 version.
Thread Starter
waak
(@waak)
Hey there! 🙂
When I insert images into posts, WP keeps generating “align” and “width/height” tags that I don’t actually need, because they’re all specified in CSS already. I just want:
<p><img src=”myimage.jpg” alt=”My Image” /></p>
I could do this manually, but what about clients? They shouldn’t have to worry about removing HTML markup.