|
Donkey -> RE: Table position Lotus Notes email (8/2/2005 10:01:02)
|
This should work: <style>
table{
position:relative;
top: 0;
left: 0;
font: 11px Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
border-color: #C0C0C0;
border-collapse: collapse;
border-style: solid;
border-width: 1px;
}
</style> This will bring the table right into the corner, if you want to offset it slightly just change the top & left values to a pixel or percentage value. It will also work if you change position: relative; to position:absolute;.
|
|
|
|