Jump to content

Recommended Posts

Posted

Há 1 tempo colokei um topico a perguntar por uma alternativa às frames no fp, e responderam-me, uma tabela.

Mas acontece que com as frames ficava a barra de navegaçao (para cima e para baixo) demtro da frame, mas na tabela, ao inserir muita informaçao a amplia-me a tabela, k é o k n pretendo... O k posso fazer? cumps

Posted

ora aqui está um exemplo de uma iframe dentro de uma tabela.

dentro da iframe podes abrir o que quiseres que ela mantem o seu tamanho original.

através do name="I1" podes criar links que tenham um target="I1" significando que vão ser abertos dentro da iframe

exemplo : <a target="I1" href="asd">asd</a>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nova página 1</title>
</head>

<body>

<p> </p>
<table border="1" width="100%" id="table1">
<tr>
	<td width="177"> </td>
	<td width="821"> </td>
	<td> </td>
</tr>
<tr>
	<td width="177"> </td>
	<td width="821">
	<iframe name="I1" width="710" height="253" src="http://www.google.com/">
	O browser não suporta frames incorporadas ou está actualmente configurado para não mostrar frames incorporadas.
	</iframe></td>
	<td> </td>
</tr>
<tr>
	<td width="177"> </td>
	<td width="821"> </td>
	<td> </td>
</tr>
</table>

</body>

</html>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.