Another suggestion: use Markdown for formatting in the content files rather than raw HTML, then have PHP parse the Markdown into actual HMTL when it loads the file contents.
Sorry to hijack this thread, but whats the best way to get content to look right for multiple broweser sizes? programming? or can it be done in css/html
I always get complaints that people with smaller screens have to scroll around lol
You can use liquid layouts for multiple screen resolutions as it will resize itself to the available screen space.
You could also create a different version of the page [or rather its CSS] for mobile devices. Then you could use something like PHP or ASP to serve that particular CSS/page when it detects the client is a mobile device.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.