Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Table at top of page

  • Subject: Re: Table at top of page
  • From: "CEFM" <charles.freesmelvin@gmail.com>
  • Date: Thu, 31 Mar 2005 09:10:23 -0400
  • Newsgroups: alt.html
  • References: <I_L2e.18272$Go4.6900@trnddc05> <d2g6to$175n$1@godfrey.mcc.ac.uk>
  • Xref: news.mcc.ac.uk alt.html:284414
what does the <tbody> tag do?

"Roy Schestowitz" <newsgroups@schestowitz.com> wrote in message 
d2g6to$175n$1@godfrey.mcc.ac.uk">news:d2g6to$175n$1@godfrey.mcc.ac.uk...
> Russ Hromyko wrote:
>
>> I would like to create a bar or table that goes all the way across the
>> very
>> top of  the page yet when I create a table it doesn't go all the way to
>> the
>> top or sides, there is a small space that seems to go around the table.
>> How do I create a table or whatever so there is no space between the 
>> table
>> and
>> top and side of the page?  I hope I explained this correctly.
>>
>> Thanks.
>>
>> Russ
>
> Try this:
>
> <body style="margin-top: 0px; margin-left: 0px; margin-right: 0px;">
> <table width="100%" cellspacing="0">
> <TBODY>
> <TR>
> <TD>
> Title
> </TD>
> </TR>
> </TBODY>
> </TABLE>
> </body>
>
> Hope it helps,
>
> Roy
>
> -- 
> Roy S. Schestowitz
> http://Schestowitz.com 



[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index