Click to See Complete Forum and Search --> : stylesheet for "save"


blinkerton
03-14-2007, 09:43 PM
Is there a way to apply a specific stylesheet when saving a page?

<link href="resume.css" rel="stylesheet" type="text/css" media="????">

Thanks,
Cody

WebJoel
03-14-2007, 10:14 PM
media="all" or media="screen"

blinkerton
03-15-2007, 12:03 AM
Thanks, but i meant only when the page is being saved. I already have style sheets for screen and print.

felgall
03-15-2007, 12:13 AM
Media is physical things such as screen, projector, printer, aural, etc. When you save it is just an electronic copy and any media that was valid for online access can all still be used for local access. It is only when the page is finally displayed/read that a media appropriate to the device is then used. That device always works from its own cached copy and doesn't care whether that was copied from a web site or a local drive.