Cell background

M

M. Noroozi Eghbali

Hi,

I want to stretch a picture as the background of a cell, but the background
of the cell is always tiled. Is there anyway to resolve this problem? Any
help would be appreciated.

Thanks,
Mehrdad
 
T

Tom Pepper Willett

You must create the image and size it in an image editor to the exact
dimensions you want for the cell.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
| Hi,
|
| I want to stretch a picture as the background of a cell, but the
background
| of the cell is always tiled. Is there anyway to resolve this problem? Any
| help would be appreciated.
|
| Thanks,
| Mehrdad
|
|
 
J

Jon Spivey

Hi,
Are you thinkng of stretching the background in the same way you can on
your windows desktop? If so that just is not possible - best you can do is
stop it tiling.
#yourCell{
background: #fff url(picture.gif) no-repeat;
}
 
Top