Forum Moderators: not2easy
Here is my .css document code outlining my spacing rules for all of the pages:
/* CSS Document */
a:link {
text-decoration: none ;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.nospacing { border:0px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px }
Also, I'm not seeing a difference with the margin on the top of the page between IE and FF.
P.S.: I don't mean to be nitpicky, but is there a real need to have a table with one cell in it, containing everything? :)
P.P.S.: You're not allowed URIs of that nature - see the Forum Charter :) A moderator will be along shortly to remove it.