This is a pretty cool site. :-) The only gripe I have is the font`s too
small, but otherwise, it looks really useful. One good tip I`ve found
elsewhere is to play with your font size in terms of "em" units (an
M-dash). That`s a relative size, based on how a capital "M" appears to
whatever browser and its own settings.
Pixels (px) are absolute sizes, so on my screen 10px is very small. But
if you mess with it and set something like 1em or 0.85em for the font
size, it won`t matter how large or small is my particular screen, or
what resolution I`m using. The text will appear the same size relative
to all your other elements. You can do this also for line height, or
any other tag that uses a size style.
CraigL2008-9-22 21:32:41