Robyn said:
So I would change the transparency of just the image?
You need to use an image editor and how to do it depends on the image editor you are using
In Picture It!, it is
Photo & color effects
Color or texture
Transparent fade even
You then select a number between 0 and 100 - 75 looks OK to me - and click on Done.
Each image editor will have different menus, but you should eventually end up in the situation where you select a transparency
number.
After this, save the image, either as the same name or as a different name.
How would I get it onto/into a Frontpage background?
To add any code into your page, you need to use Code or HTML view
You can just cut the code below and paste it into the page.
To add a background, define a style.
This can be done in the <head> section by:
<style type = "text/css">
#mystyle {
background: url("images/myimage.jpg");
}
</style>
(Alter the name of the image.)
Then apply the style to the element
It could be :
<body class="mystyle">
or
<table class="mystyle">
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website:
http://trevorl.mvps.org/