Sad to see you go, but you will be remembered dearly to me for drawing me that one piece for the 100 follower special and just having a cool site and vibe in general... gonna miss ya! -chillbitz
Hey guys, there's this border around my logo on the top of the page that is kind of bothering me, does anyone know a good way to fuse the image with the table and to the top of the page?
"table {border-collapse: collapse;}" before "" should fuse the top and bottom. "margin-top: 0px;" after "body {" should get the top to touch the top of your viewport.
"table {border-collapse: collapse;}" before "" should fuse the top and bottom. "margin-top: 0px;" after "body {" should get the top to touch the top of your viewport.
Looks like comments don't like tags. "table {border-collapse: collapse;}" should go before the end style tag. Sorry about that.
Thank you so very much!!!