answersLogoWhite

0

What is an email background image?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

um what it sounds like

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

If you use CSS to configure both the background image and the background color what will happen?

In most browsers the background image will be shown. If the image has been configured so as not to repeat, and the element is larger than the background image then the area that is not covered by the background image will display the background color. DJL


How do you get a background image for sites?

body{ background-image: photo.jpeg(example.com/image.jpeg);


What is the HTML command used to display an image in background?

style="background-image: url('image.jpg')" Example: <body style="background-image: url('background.jpg')">


How do you set a horizontally and vertically repeating background image to an HTML page using inline CSS?

Use the "style" attribute in the "body" tag to set inline styles. Set the "background-image" and "background-repeat"CSS attributes to the body element. "background-image" should have a path to the image you want as a background, and "background-repeat" should have "repeat," indicating you want the image to tile both horizontally and vertically. For example (replace path-to-image.jpg with a relative or absolute path to the background image of your choice): ---- ... ----


How do you email an image from Photoshop cs4?

You can't. Save the image and send it as an attachment using your email client.


How to use CSS in making the picture a background?

To make a picture a background of a web site using CSS, you will use the different background properties, which are: background-color, background-image, background-repeat, background-attachment, and background-position. The specific property you are looking for is background-image. To use this property you would declare in your style sheet the following: body { background-image: url('paper.jpg'); } This is telling the web browser to use the image paper.jpg and make it the background of the entire page. The other background properties control whether the backgound is repeated along the x and/or y axis, the position on the screen the image begins at, whether the background is fixed or scrolls with the page, and the background color.


If you have chosen both a background color and a background image for a page within your site?

This is actually a very good idea, especially if you have a dark background image. The background color will almost always work (unless the browser doesn't support any colors at all) but the background image may not load properly or may take a long time to load. If you have light text on a dark background image, the text will not be readable against the default white background until the background image appears. If something goes wrong with the image download, the user may never be able to read the text. It's a good idea to assign a background color that is similar to the background image to prevent this problem.


How do you know the right size image file to email?

usually it will well you the size of the image in the email editor, Anything bellow 2MB is 0k for an email


How do you send scan as image file to email?

Scan the image into the computer, send to your documents files, then attach to an email.


Where can a Ninja Pixie image be found to place as a PC background?

Image sites such as Flikr offer images (either for free or for a small charge) of a Ninja Pixie which can be used as a PC background. One can do this simply by saving the image to their computer, and then setting the image as their background.


How do you stop your background site from tiling?

To stop your background site from tiling, you can use CSS to set the background image property. Specifically, use background-repeat: no-repeat; to prevent the image from repeating. Additionally, you can set background-size: cover; or background-size: contain; to ensure the image fits the desired area without tiling. This will create a cleaner look for your background.


What is the correct HTML for inserting a background image?

< body background = " background.gif">