THE PROCASTINATOR

Wednesday, January 09, 2008

horizontal rule

yeah, -errors. :o h1{font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #303F6E}there should be a comma after "arial" and before "sans-serif".This takes quite a while to load, too. Much of the code could be streamlined, reduced, eliminated. Like, putting a
inside of a is unnecessary. Being a block-level element you could just use
by itself and declare width and center it
, thus eliminating the need for the containers "
" every time you use the horizontal rule.Later, you can 'condense' that even farther with:
and include:.hr {width:95%; margin:0 auto}in your STYLEs