When I tried looking my sites in iPad, it seems like chicken scratches and Disarranged. What do you do to make it look better?
Make different css styles and structures for iPad, for iPhone. For example your code in header: <link href="css/main.css" rel="stylesheet" type="text/css" media="screen, projection" /> <link href="css/tablet.css" rel="stylesheet" type="text/css" media="all and (min-width: 481px) and (max-width: 768px)" /> <link href="css/mobile.css" rel="stylesheet" type="text/css" media="all and (min-width: 0px) and (max-width: 480px)" /> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> HTML:
yes css will do it or i like to keep it simple and create one site that is 800x in width, and making sure your graphics are in gif format optimized for quicker download vira 1g 3g 4g networks