I'm still having trouble trying to get my row data left aligned. The rows are in an html table. No matter what I do, it ends up center aligned in the table. Here's an example code.
select 'dbr.purehtml', '<table><tr><td align="left">';
select <mydata columns>;
select 'dbr.purehtml', '</td></tr></table>;
I've tried various css styles including text-align, position:fixed etc. but nothing works. What's the trick to doing this?
Thanks,
Neil