my site on a mobile phone

How do i make my site balanced on a mobile phone? is there a special CSS for that?

Re-direct your users to the mobile directory if mobile header is found.

Then the DTD should be changed to

<?xml version="1.0"?>

However your design should match the small screen of a mobile, which will be your judgement call. Make sure your CSS has media=“all”.

Hope that helps.

There are other tricks as well. One is to use JS to check the screen width and redirect based on dat. Another is to check the user-agent header and redirect based on dat