Layout table - gradient background

G

Guest

How do I create a gradient background, rather than a solid color background,
to a cell in my layout table?
 
T

Thomas A. Rowe

You would have to create a image, and insert it as the cell background image.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
G

Guest

Can I do this with a "shared border" as well?

Thomas A. Rowe said:
You would have to create a image, and insert it as the cell background image.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
T

Thomas A. Rowe

Yes, as long as you have insert a table, and then apply a image as a cell background.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
G

Guest

Is there a website where I can download such images for use in a gradient
color background? I don't have the software to create the image.
 
T

Tom Pepper Willett

Google for:
free gradient background
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
| Is there a website where I can download such images for use in a gradient
| color background? I don't have the software to create the image.
|
| "Thomas A. Rowe" wrote:
|
| > Yes, as long as you have insert a table, and then apply a image as a
cell background.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Can I do this with a "shared border" as well?
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> You would have to create a image, and insert it as the cell
background image.
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> ==============================================
| > >> If you feel your current issue is a results of installing
| > >> a Service Pack or security update, please contact
| > >> Microsoft Product Support Services:
| > >> http://support.microsoft.com
| > >> If the problem can be shown to have been caused by a
| > >> security update, then there is usually no charge for the call.
| > >> ==============================================
| > >>
| > >> | > >> > How do I create a gradient background, rather than a solid color
background,
| > >> > to a cell in my layout table?
| > >>
| > >>
| > >>
| >
| >
| >
 
T

Trevor L.

You may be able to use something like this

<html>
<head></head>
<body>
<table border="0" cellpadding="0" cellspacing="0"
width="100%" height="100%">
<tr>
<td width="100%"
style="filter:progid:DXImageTransform.Microsoft.Gradient
(startColorStr='#87CEFA',endColorStr='#FFFFFF',gradientType='1')">
</td>
</tr>
</table>
</body>
</html>

I am fairly sure that this will only work with IE (what versions I don't
know) because of the use of filter.
 
K

KatWoman

GIMP is an image creation editing program, FREE and has many features of
fancier for $ programs.
I use Photoshop and Illustrator 'cause I am a graphic artist, but PS puts
out Photo Elements for non-pros.
 
T

Trevor L.

Yeah, thought it might be.

I got it from a person on this newsgroup or the scripting NG (can't recall
which).

I wonder if there are other nonIE ways to do the same thing
:)
 

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