Page is a not externally linkable
garann - 6:41 pm on May 23, 2006 (gmt 0)
Here's the tag you'd want to use to point to a handheld stylesheet: <link rel="stylesheet" type="text/css" media="handheld" href="file_name.css"> ..In case anyone else runs into the same thing. Seems to be working for me!
I think I found the answer: [webmonkey.wired.com] The good news is that some SSBs won't mess too much with your CSS if you link to an explicitly defined handheld stylesheet. For instance, Opera's Symbian browser employs something they call "small-screen Rendering" (or, SSR, in their terminology). They tweak with your HTML according to their SSR rules unless you've specified a unique handheld stylesheet, whereby they trust you to know what you're doing with fixed table widths, images sizes, etc.