Posterous theme by Cory Watilo

Images with added space in table cells

Okay, I hate doing e-letter campaigns because it's like coding html in the 90s - inline css, tables etc...

However, I've noticed an annoying issue when using campaign wysiwyg editors (mailchimp, Jango, etc...) in that images in TDs seem to include added space. prominent in gmail.

to resolve this...

simply adding a display: block to the image as such - <img src="image.jpg" style="display: block;" />

fixed... I still hate html eletters

Rounded corners in IE7 and IE8

I like the CSS3 PIE option for rounded corners, but am having some problems getting it to work on my Drupal site. In the meantime I opted for a JS version which works real nice :

Source : http://www.dillerdesign.com/experiment/DD_roundies/

Then you simply add the following:

<script type="text/javascript" src="DD_roundies.js"></script><script type="text/javascript">  DD_roundies.addRule('.roundify', '10px');</script>