From: lgg on
Hi,
I am using Frontpage 2002 and working with a css template. I need help on
how to remove the backround off all webpages except the index page.
Thank you!
From: Tina Clarke on
"lgg" <lgg(a)discussions.microsoft.com> wrote in message
news:7D143338-36D3-437D-A494-00AD8FE81379(a)microsoft.com...
> Hi,
> I am using Frontpage 2002 and working with a css template. I need help on
> how to remove the backround off all webpages except the index page.
> Thank you!


Can we see the template? Is it a free one or a bought one? If yours is not
online can we see the orginal?

There are different ways to implement css ...

is it?

inline
embedded
external

if so intructions for each defer.

But basically you go to the location of the body style and remove the
background color or picture .. you don't say which.

To put it only on the homepage you would need to add that inline or
emebedded.

WHO WANTS TO Win Expression Web 3.0?
Closing date 6th June - come on its fairly easy!
http://www.expression-web.net/expression-web-404-contest/


From: Stefan B Rusynko on
Edit the css to remove the background from all pages
- then edit the home page file to apply a background
(either as a style in the header or body tag)
- the local style on the home will override (cascade) the global style sheet for all pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"lgg" <lgg(a)discussions.microsoft.com> wrote in message news:7D143338-36D3-437D-A494-00AD8FE81379(a)microsoft.com...
Hi,
I am using Frontpage 2002 and working with a css template. I need help on
how to remove the backround off all webpages except the index page.
Thank you!