How do i make a mobile site readable?
I cant really link the site i am talking about here (or paste css). But what do i need to do to make the site readable on an ipod touch? and other mobile device?
I used width: 100% (and i think i tested with 95%) and removed any widths with pixels. What happens is the width fits however the text is not readable. You need to zoom in + scroll to read. I believe on another device i had to scroll but that screen was really tiny and i think i make a css mistake somewhere.
Anyways whats the proper way to ha开发者_StackOverflow中文版ve text readable on a mobile device or at least ipod touch?
did you add Doctype correctly?
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
精彩评论