Forum Moderators: open
I'm not sure in which forum to post this...
I want to embed pdf-files into my webpage and i am trying to get rid of the scrollbars, so i googled it and used the regular way to get rid of them, the scrollbar=0 option.
Here's my code:
<div class="midden" >
<table border="0" width="725px" height="550" bgcolor="#000000">
<td align="left" valign="top">
<object data='images/acquisitiebladen/egw/00001_fascinatio_01.pdf#scrollbar=0'
type='application/pdf'
width='100%'
height='100%'>
</object>
<p>It appears your Web browser is not configured to display PDF files.
No worries, just <a href='images/acquisitiebladen/egw/00001_fascinatio_01.pdf'>click here to download the PDF file.</a></p></td>
</table>
</div>
now the way it is shown in my webpage is [u]with[/u] scrollbar.
what am i doing wrong?
Thanx!
Kees
The Netherlands
[edited by: Kees at 10:23 am (utc) on Jan. 28, 2009]
[edited by: engine at 11:09 am (utc) on Jan. 28, 2009]
[edit reason] Screenshot removed, see TOS [/edit]