View Single Post
Old 07-14-2005, 03:47 PM   #3 (permalink)
dotDan
Web Guru
No Avatar
 
Name: Dan
Last Online: 11-06-2009 11:23 PM
iTrader: (5)
Join Date: Apr 2003
Posts: 210
DNF$: 1,929
Location: Connecticut
Country:


Re: 12 Essential Web Site Design Tips

A quick tip--
Code:
<style type="text/css" media="screen,projection">
* { color: #000; font: 10pt Verdana,sans-serif; }
</style>
This will define a standard font family, size, and color. You wouldn't believe how many sites I've seen where the typeface is inconsistant.
dotDan is offline   Reply With Quote