Frequently Asked Questions
These questions are meant help you solve specific, but common problems that may pop up when using this language. They are meant to be read after you have gone through the tutorial and begin actual development.
How do I get my font to appear consistently in different browsers?
There is no way to guarantee a font correctly displaying in every browser on every computer. About 11 fonts are almost always available, and are called "web safe fonts". You can find more information on web safe fonts, and the alternative "font stacks" here: CSS text styling
How can I build a simple three column layout?
A three column layout is a very appealing and popular design thus there is no need to start from scratch. The following link will take you to a list of three column css files of various designs that you can easily apply to your website http://css-discuss.incutio.com/wiki/Three_Column_Layouts.

