Archive for the ‘Html’ Category

Html: Create form definitions outside table.

Sunday, October 12th, 2008

Make sure that you keep the

tag outside of the table definition.

and not

HTML: Windows & Mac “Safe” Fonts

Saturday, October 4th, 2008

Sans Serif Examples

font-family: Arial, Helvetica, sans-serif;
font-family: ‘Arial Black’, Gadget, sans-serif;
font-family: Impact, Charcoal, sans-serif;
font-family: ‘MS Sans Serif’, Geneva, sans-serif;
font-family: ‘MS Serif’, ‘New York’, sans-serif;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
font-family: Verdana, Geneva, sans-serif;
font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
font-family: Tahoma, Geneva, sans-serif;

Monospace fonts

font-family: Courier, monospace; Courier
font-family: ‘Courier New’, Courier, monospace; Courier New, Courier
font-family: ‘Lucida Console’, Monaco, monospace; Lucida Console, Monaco

HTML: Why not to use font-family “Verdana”

Saturday, October 4th, 2008

http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

In short, Verdana is much bigger than the other font. Putting the font-size at 85% will resolve this issue, however, if the user does not have Verdana, then its default font will be way too small.