OK that's almost there! Now it's works for the "attached" images that appear below the post text, but not the attachments added inline via the "Insert Image" method.
The link above, has images added via Attachment Manager and that is working now:
http://www.bogley.com/forum/showthre...04-I-fell-into
But I'd also really need this same concept to work on the "Insert Image" inline images, example here:
http://www.bogley.com/forum/showthre...op_May-19-2012
Thanks so far for the help, I just pasted that code at the bottom of the additional.css template.
--------------- Added [DATE]1337751543[/DATE] at [TIME]1337751543[/TIME] ---------------
Any new ideas for the inline images? I just need to know what the css term is. Thanks
Better yet... what is the post preview css file called? Since the inline image width is responsive there, maybe I can just copy the code in that css sheet and add it to the additional css?
Thanks.
EDIT: Nevermind, found it. Added this to the additional.css:
blockquote img {
max-width: 100%;
}