Think so...kind of....

Hi again,

A little confused, I changed width, as you instructed, as so:

<!--redirect to mobile web code-->

<script type="text/javascript">

if (screen.width <=3000) {
document.location = "http://resumeidentity.com/mobile";
}

</script>

After doing this, opened the index.htm file for the classic site in a browser and it takes me to the mobile site in the browser. Great! When I put the dimension back to "less than 699" or: if (screen.width <=699) if reverts back to desktop site. I am feeling either easily confused or stupid. I'm not showing it working on my mobile phone at all.

Thanks for your patience! Pixelart