Hello,

I have a table with several <TH> tags that have text within them.
I want only one if the <TH> tag's text to be indented by 30px.
I tried using <style="padding-left: 30px;> as follows:
<th><span style="padding-left: 30px;">This is my Text</span></th>
and
<th style="padding-left: 30px;">Payee Name Search</th>
but neither one works.

Any suggestions will be greatly appreciated!

Thanks,
Rita