1001010.com

one zero zero one zero one zero dot com
one hundred ten ten dot com
binary representation of ascii 'J' (74) dot com

home code projects photos wiki resumé tombstone ?
Individual Entry Archive: The Experiments of Jason De Arte - Evil Lawn Dart Master, Toy Maker and Professional Software Engineer
« prev: FireFox and this site
» next: Debugging an Unhanded Exception Filter
HTML Fun | Thursday
[div] instead of [p]
Posted by Jason on Thursday October 21, 2004 03:09 PM  |  Permalink

I figured out the problem with the extra vertical space when viewing this page with a FireFox web browser - the paragraph tag <p> was adding the space! so, rather than dig thru the CSS docs to figure out if/how to set the paragraph spacing - I just replaced the appropriate tags with <div> tags.