Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 14700

Iframe tamanho PDF

$
0
0
Boas ,

Estou a criar uma página com um Iframe e lá dentro encontra-se um PDF.

Eu quero colocar o PDF com o tamanho da tabela. Isso é possivel?

CSS
Código :
iframe{ width:100%; height:100%;
border:none;overflow-x:hidden;
  overflow-Y:hidden;}

HTML:
Código :
<center><table border="0" width="500px" height="1000px">
<tr >
<td>
<iframe src="PDF"   ></iframe>
</td>
</tr>
<tr>
<td>
<iframe src=" PDF"  ></iframe>
</td>
</tr>
</table></center>

Viewing all articles
Browse latest Browse all 14700

Trending Articles