C
Cal Who
<li><a href="Doc1.pdf" target="DocFrame">Doc1</a></li>
<li><a href="Doc2.htm" target="DocFrame">Doc2</a></li>
I have statements like the above.
DocFrame is an iFrame element that is inside a Div with nonzero padding set.
For an html document that looks like a letter this put white space around
the text that looks like the margin you normally would see in a letter.
But for a pdf document it does not look good.
How can I set the padding to zero if the document is pdf?
I have no idea how to even start trying so any helpful hint would be
appreciated.
Thanks
<li><a href="Doc2.htm" target="DocFrame">Doc2</a></li>
I have statements like the above.
DocFrame is an iFrame element that is inside a Div with nonzero padding set.
For an html document that looks like a letter this put white space around
the text that looks like the margin you normally would see in a letter.
But for a pdf document it does not look good.
How can I set the padding to zero if the document is pdf?
I have no idea how to even start trying so any helpful hint would be
appreciated.
Thanks