I have a table and I want it right up in the top left corner. I've done
it before, it's something like <table leftmargain/border="0" topmargin/border="0"> but i can't remember. HELP!!!
I have a table and I want it right up in the top left corner. I've done
it before, it's something like <table leftmargain/border="0" topmargin/border="0"> but i can't remember. HELP!!!
That shud work. I replied in your other thread aswell lmaoHTML Code:<style> table { margin: 0 auto; } </style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
table {
width: whatever px;
height: whatever px;
margin: 0;
padding: whatever.
top: 0;
left: 0;
}
Should work?
Want to hide these adverts? Register an account for free!