Placing a table inline with the top edge of a page?

S

Steve

Hi,

I cannot seem to get my table to start from the very top of the page.

I am using FPage 2002 and i do not seem to be able to get rid of the small
gap between the top of the table and the top of the page. The image inside
the table is designed to start from the top edge of the page.

How can I do this please?

Thanks,
Steve
 
W

Wayne-I-M

H Steve

You could select the the table and then Possition it absolutley (I think its
on the Format tab - don't have FP on this machine) - set the top and left
margins to 0
 
R

Ronx

A better way is to simply set page margins and padding.

Add this just before </head> in Code View:

<style type="text/css">
body {margin: 0; padding: 0;}
</style>

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
M

Murray

Easy but the wrong way to do it. Use Ronx's suggestion for a best practice.
It's just a bad idea to use absolute positioning unless there is a good
reason to do so.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top