tables

M

Matt

I cant seem to get my tables to align with the very top of the page. I have set all of the margins to 0 but still no luck.they are leaving a very small about 1/4 inch space
 
S

Steve Easton

See if you can navigate to the area between the table and the top of the
page using the arrow keys. If so, when the cursor is in the space, press
Backspace one time.

hth


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
Matt said:
I cant seem to get my tables to align with the very top of the page. I
have set all of the margins to 0 but still no luck.they are leaving a very
small about 1/4 inch space
 
G

Guest

Replace the body tag with:

<body topmargin="0" marginheight="0" leftmargin="0"
marginwidth="0">

also try: right click the table, cell padding , cell
spacing 0
-----Original Message-----
I cant seem to get my tables to align with the very top
of the page. I have set all of the margins to 0 but still
no luck.they are leaving a very small about 1/4 inch space
 
N

Net55

<body topmargin="0" marginheight="0" leftmargin="0"
marginwidth="0">

right click tabe cell padding cell spacing 0
-----Original Message-----
I cant seem to get my tables to align with the very top
of the page. I have set all of the margins to 0 but still
no luck.they are leaving a very small about 1/4 inch space
 
T

Tom Miller

Matt said:
I cant seem to get my tables to align with the very top of the page. I
have set all of the margins to 0 but still no luck.they are leaving a very
small about 1/4 inch space

In the browser or preview? If in browser, which browser? Try the other
answers, but you may find that the spacing your talking about is browser
specific. If so, life gets a little more complicated.

Sincerely,
Tom Miller, A+, CNA5.1
 
Top