My Workaround!!
I have found a way to work around this issue. Its not the best, but it works. First, you can add the below code to your header to redirect mobile users to a different page:
<script language=javascript>
<!--
if((navigator.userAgent.match(/iPhone/i)) ||
(navigator.userAgent.match(/iPod/i)) ||
(navigator.userAgent.match(/BlackBerry/i)) ||
(navigator.userAgent.match(/Android/i)))
{
location.replace("http://www.YOUR.PAGE/HERE.HTML");
}
-->
</script>
Once you have redirected your mobile users to another page, you can setup that page. I generally try to create consolidated page with the label on top "Page formated for mobile devices". I have learned that if I use a graphics package and turn my text into a graphic block they show just find. I know the text is then seen as an image but for just the mobile page I think this is fine. Like I said, this is a pretty solution but it work for me right now.
Bill
Quick Biz Websites
www.quickbizwebsites.com