Background

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a background image template I'm using for an email (the email text
goes over this image). I want it to be centered in the background, but when I
insert it, it looks tiled (multiple pictures tiled, instead of just one
picture centered as the background). I either need to resize the page so that
it fits the picture perfectly or figure out how to "un-tile" the background.
Thanks!
 
That's the way HTML works, it can't be stretched.

You need to make the bg image bigger than the max res you are desigining for
e.g. 1024x768 so that it will appear as "one" image, even though it really
still is tiled. There is no way to not make the image repeat itself in
this fashion.
 
Back
Top