Here is the HTML code I am working with:
<table width="100%;>
<tr><hr style="width:100%;"></hr></tr>
<tr>
<span style="float:left">abc</span>
<span class="noindex" style="float:right">PageID</span>
</tr>
<br/>
<tr>Some text here...</tr>
</table>
I am trying to add a 100px margin from the right side of the screen. I have attempted to add margin-right and remove the width=100%, but it does not seem to be working as expected.