Theres a good thread covering it here.
http://forums.asp.net/thread/1349790.aspx
Regards
John Timney (MVP)
"Sebho" <(E-Mail Removed)> wrote in message
news:24CF0ECE-1B9C-425C-8EC1-(E-Mail Removed)...
> Hi,
>
> i have an asp page (page1.aspx) that inherits from a masterpage
> (MasterPage.master)
>
> so i try to define a stylesheet (mystyle.css) page to Page1.aspx and i
> have
> to put a <link> tag between <head> and </head> .
>
> But my problem is in a page who inherits from a masterpage i have no the
> tag
> <head> and </head> and i can't reference my styleSheet
>
> so i don't know how i can define my css file in the asp page who inherits
> from a masterpage
>
> thanks for your help
>
> --
> Sebho