I just completed a big skin design for a friend of mine. Once the changes were live, I noticed an image had been posted that was wider than my fixed width layout. I tried to edit it with <img style="width/height" /> but discovered that b2 does not allow for style attributes in img tags.
A bit later I wanted to remove the deprecated <center> tag from in front of an anchor tag by styling the anchor, and found that the style attribute couldn't be used there either!
Is there a way to get around this? Style attributes can be a vital tool for laying out a post, and I would like to provide that functionality for my friend.
Thanks for your time.