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.