Hi Lee
Thanks for your latest tutorial which includes adding various media types via css @import.
My question is this: Using the @import method would it be possible to also include a media type for handheld devices, e.g. mobile phones?
However, I understand that in order to utilise this, it is necessary to change the Doctype e.g.
<!DOCTYPE html PUBLIC "-//OPENWAVE//DTD XHTML Mobile 1.0//EN"
"http://www.openwave.com/dtd/xhtml-m...">
<?xml-stylesheet href="xmlmobile.css" media="handheld" type="text/css"?>
Is this correct?
If so, how can this by implimented using DNN and yet still be able to display the same site to media: screen users? Or would this require a seperate site?
Thanks.
Lynn