Is there a simple way to make an HTML page automatically adjust for mobile phone users? My page: http://www.xiexianhui.com/baxjoomla15/index0.html apparently doesn’t fit into my sony xperia ray phone.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should first take a look at the concepts of Responsive Web Design. There’s just too much and this question is too generic to answer everything. But in a nutshell it requires 3 components:
If you just want to have your site render in full on the phone’s screen you would have to use the viewport meta tag. Put this in the
<head>of your page:and your page will fully fit the screen. But you’ll notice now everything is exceptionally small and not usable. Responsive web design is the solution for that.