Stationary repeats left column graphic past center in HTML

G

Guest

When I use Marbled Desk stationary, the graphic down the left side of the
page repeats itself just to the right of the center of the page when the
email is received.

How can I prevent the stationary from doing this?
 
D

DGuess

Jerrold said:
When I use Marbled Desk stationary, the graphic down the left side of the
page repeats itself just to the right of the center of the page when the
email is received.

How can I prevent the stationary from doing this?


The graphic used is not as wide as the window you have open thus it repeats
itself.

Open the graphic used and Paint or some other graphic editor and copy and
paste a bit of the blue to make it wider.

Edit the HTML for that Stationery to use the new graphic instead.

The HTML can also be edited to include the background-repeat: repeat-y for
the body element of the stylesheet.


body
{background-repeat: repeat-y;

}

or in the BODY tag itself using <BODY style="background-repeat:repeat-y;"
background = name_of_picture?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top