1.
a. get rid of the font tagQuote:
<font face="Arial">------------------------------------------------------------------------------------------------------------------------------ <br>
<font>it has been depreciated.
b. you can use the horizontal rule tag and kill 2 birds with 1 stone.
2.HTML Code:<hr>
if the table is 100% there shouldn't be any center but you can use css styling to accomplish this, and force everything to the leftQuote:
Thanks for reply.Now the entire thing,including the dashed line is on center,how can keep it on left?
HTML Code:<style type="text/css">
table, table * {
margin: 0;
padding: 0;
text-align: left;
}
</style>
