No matter what I try, I cannot get text to right align. How can I do that - I've tried using align="right" in the <tr> and <td> tags as well as style position etc. but nothing works. Here is my code sample.
select 'dbr.purehtml', '<table align="center" width="800" border="2"><tr><td bgcolor="#FF0000">';
select 'dbr.hideheader';
select 'dbr.colstyle', 1, mydbr_style('medbold');
select concat('Open Order List as of ', date(now()));
select 'dbr.purehtml', '</td></tr></table>';
medbold = [font-weight:bolder;font-size:20px;padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px;position:relative;right:-10px;]