Cell background

  • Thread starter Thread starter M. Noroozi Eghbali
  • Start date Start date
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
 
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
|
|
 
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;
}
 

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

Back
Top