Friday, November 27, 2009

Table Top Menu How Do I Make A Table In A Webpage Go To The Absolute Top Of The Page Without Leaving Little Margin?

How do I make a table in a webpage go to the absolute top of the page without leaving little margin? - table top menu

Good people, I am building a website for a graphic design company. I designed a logo and a menu with a black background, the appearance of my intention. I want that 15% of the site, on a black background. The rest (below) know. How do I make a table top. Like Yahoo Answers to see that there is no place in the top of the page. Oh Facebook, the same ..... Help would be great. Thanks in advance! Because everything I'm doing now is an array of black at the top of the page, as with the white of 1 cm above .....

2 comments:

SomeGuyW... said...

Do not use tables for layout, not what they are.

There are many examples to show how good column layout using CSS and DIV.

Content assembly, is the top of the page:

Body (
margin: 0;
padding: 0;
)

Remove all the edges of a document, you can margins and padding of the elements inside the body to be.

SomeGuyW... said...

Do not use tables for layout, not what they are.

There are many examples to show how good column layout using CSS and DIV.

Content assembly, is the top of the page:

Body (
margin: 0;
padding: 0;
)

Remove all the edges of a document, you can margins and padding of the elements inside the body to be.

Post a Comment