I made a template where the images should be allowed to be wider than the text width of the post, but this causes the text area to also widen to the width of the img since they're sharing the same CSS class and are only accessible with just one var in the template(the_content).
In the link above i'm using the easyswf plugin and i managed to edit the plugin to add a separate CSS class to the inserted swf.(the gray border to test visually what was going on). but that alone didn't do the trick of keeping the text width fixed :(
Is there a way to separate this 2 elements in tables perhaps, so that when inserted the text would keep its fixed width and the img could expand its width as needed?
Which file holds the formatting of the post body? so maybe i can take a look at it too.
Thanks in advanced.