Mobile optimization

Zymek

New Member
Hi. Can anyone tell me how to optimize a website for phones? I know how to make a webpage in Notepad by using only html tags but does mobile optimization require css? I would like not to use an editor if I don't have to. If I don't have mobile optimization, I can see people just skipping my website, everybody uses phones.
Thanks
 

Cromewell

Administrator
Staff member
You want to look at something called responsive design. There's lots of resources for it, a quick search will turn up good guides.
 

Zymek

New Member
Thanks, I'll look responsive designs up now. I made a webpage a long time ago when smart phones weren't around so much.
 

Zymek

New Member
Thanks Cromewell! I got the snippet of code I needed. Boy, what a relief. I was worried that it was only useable in an all css site but I entered it after the head tag and it does just what I wanted for phones. Things have changed! I might be learning css. Html is the same, as it has to be, but finding tutorials on html only is getting harder to find. Unfortunately, there is better yet more complex ways to do it diy, anyway until I learn it..lol. Responsive web design is way more than I thought. It sounded kinda like a brand name but it's becoming more of an industry standard on modernizing website design. This little bit of code is huge for phone viewing. - Try to add this code after your opening head tag <meta content='width=device-width, initial-scale=1' name='viewport'/> Thanks again, Will. My woodworking site - willswoodwork.com
 
Top