Help, trying to align tables?

message from Haresh Kainth on 15 Jul 2004
Hello everyone

Im trying to align a table with 3 columns and 2 rows, to the top of the page.
I can center the table in the middle of the page, but i can't seems to find a
way to align the table to the top of the page, any ideas on how to do this?

Many thanks in Advance.
 
Murray *TMM* replied to Haresh Kainth on 15 Jul 2004
Link to an external stylesheet (using DW's CSS editor), or embed a
stylesheet in your code (between <head> and </head>) with the following
style in it (embedded shown for cut-n-paste convenience) (assuming you want
zero margins) -

<style type="text/css">
<!--
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
0px; padding:0px; }
 

Archived message: Help, trying to align tables? (Macromedia Dreamweaver)