Posted by Beauregard T. Shagnasty on 12/20/05 16:40
Tha RagMan wrote:
> Up front let me once again admit to being far behind the learning
> curve and still using tables with Netscape Composer to handle my
> little web sites. I know that I should get up to speed with CSS but
> just haven't made it yet. My problem is when I create a page and add
> a table that I want at the extreme top of the page I always end up
> with a pretty good space at the top of the page that I seem not to be
> able to overcome. Take a look at one of my sights and you can see the
> space I am talking about at the top of the page.
> http://www.BRPPISAFETY.COM What can I do to move my table to the
> extreme top of page in place of this default space I always get?
Add this in the <head> section:
<style type="text/css">
body,table { margin: 0; padding: 0; }
</style>
and remove that errant between the <body> and the <table>.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|