[thelist] ASP.NET: accessing the style of the page inserver-sidecode?

Ben Morrison ben.morrison at dogstardesign.co.uk
Tue Sep 30 05:23:14 CDT 2003


On 30/9/03 10:25 am, "Jason Handby" <jasonh at corestar.co.uk> wrote:
>
> A good question. Basically it's a maintenance issue -- someone other than me
> will be working on the stylesheet in the future, and I don't want to have to
> explain to them that they now have two almost-identical stylesheets to edit
> instead of one! I'd rather make my tiny addition on the one page where it's
> particularly needed...
>

You could add the media print rule in the same css file:

@media print {
  /* style sheet for print goes here */
}

ben




More information about the thelist mailing list