Click to See Complete Forum and Search --> : removing blank space at the top


irlynjl
01-23-2006, 12:26 AM
Hello!


I have designed one website and still making another one.My main problem is every time I create a main table, it allocates a balnk space at the top. How will i remove that blank space above a table?

LiLcRaZyFuZzY
01-23-2006, 12:31 AM
Do not use tables for layout:
http://www.hotdesign.com/seybold/everything.html

NogDog
01-23-2006, 01:30 AM
Quick fix while you're studying up on CSS:

<table style="margin-top: 0" ... >

pcthug
01-23-2006, 05:16 AM
or are you referring to the space above the actuall table,

body { margin-top: 0; }