I need a table to appear in the top left corner but I can't remember how! :S It's something likebut it isn't. AARGH! HELP ME!<table topmargin="0" leftmargin="0">

I need a table to appear in the top left corner but I can't remember how! :S It's something likebut it isn't. AARGH! HELP ME!<table topmargin="0" leftmargin="0">
Surely that would work?HTML Code:<style> table { margin: 0 auto; } </style>
change table to body then?
table {
margin: 0px;
}
Lets set the stage on fire, and hollywood will be jealous.
Need to give the body margin and padding sa 0 too.
Code:body { margin: 0; padding: 0; } table { margin: 0; top: 0; left: 0; }
Last edited by L?KE; 11-11-2008 at 05:32 PM.
Want to hide these adverts? Register an account for free!