If you are anything like me you hate how you have to resize images for fixed width layouts. I use this code in my upcoming redesign which will launch very soon.

#textArea img { max-width: 100%; } #textArea img:hover { max-width: none; }

Copyright 2012 A.J. Cates - Valid HTML5 - Powered by Wolf CMS