Style Sheet not working

I ahve tried writing style sheet a very simple one, but when i include the style sheet in “Shared Resources” it works. But when i write the very same stylesheet under the pages it doesnot reflect in my web form…?

I can continue my work with adding it under shared resources but i just want the justification why it is not working under pages…

can any one please sort out this isseue …

thanx in advance

sam

Subject: Style Sheet not working

It most likely can’t find your stylesheet page.

In the form that you want to use it put the following in the HTML Head Content section. Substitute formformatting.css for the name of your page.

“<link rel=‘stylesheet’ type=‘text/css’ href= "/” + @WebDbName + “/formformatting.css">”