HTML question. I'm using tables to position elements for a MIME email. I want two images in cells next to...

HTML question. I'm using tables to position elements for a MIME email. I want two images in cells next to each other to appear as if they are one image, but there is always a gap between them. I've set border=0 and cellspacing =0 and cellpadding=0. What else could I do to get the desired effect? Thanks Sam Okay, so it's not two images, it's one image (which is a green curve) and then the next cell has a green background where text can be entered. MIME is really annoying as every HTML element that you use has to be compatible with every type of email program/web mail, and there are a lot out there. Was going to do it as a background image, but Lotus Notes doesn't support background images in emails! For those confused by the bigger picture, I'm creating a database where users can create MIME mails.

Public Comments

  1. merge the images or use layers.
  2. you could either merge the images, use layers on the page and be able to overlap the images or you could also edit the 2 images and convert them into one and then you'd only have to adjust the size and position of one image. If you need the 2 images still seperate for linking purposes or for effect or whatever then the best way is to set the entire page to use layers.
Powered by Yahoo! Answers