Boas pessoal,
Como posso colocar um scroll vertical dentro de uma tabela??
Código (PHP):
Como posso colocar um scroll vertical dentro de uma tabela??
Código (PHP):
<table border="inset" width="600" height="120" overflow="auto" ><tr>
<center>
<td BGCOLOR="darkorange">
<P ALIGN="right"> <a href="http://localhost/ListarClientes.php"> Listar todos os clientes </a></P ALIGN="right">
<form name="formularioPesquisa" method="POST" action="http://localhost/ConsultarClientes.php">
<blockquote>
<label for="pesquisa"><font size="5" SCROLL="no">Nome:</font></label>
<input class="textbox"type="text" name="Nome">
<input type="submit" value="Pesquisar" class="botao" name="Guardar" />
</br></blockquote>
</form>
</tr>
</table>
<center>
<td BGCOLOR="darkorange">
<P ALIGN="right"> <a href="http://localhost/ListarClientes.php"> Listar todos os clientes </a></P ALIGN="right">
<form name="formularioPesquisa" method="POST" action="http://localhost/ConsultarClientes.php">
<blockquote>
<label for="pesquisa"><font size="5" SCROLL="no">Nome:</font></label>
<input class="textbox"type="text" name="Nome">
<input type="submit" value="Pesquisar" class="botao" name="Guardar" />
</br></blockquote>
</form>
</tr>
</table>