Ae galera fiz uma tela pra um sisteminha meu...
QUeria alguams dicas para deixar os links mais "bonitos".....<tr>
<span style="font-family:verdana; font-color:#000000; font-size:10px; font-weight:bold;">
<a href = "CMP.php">Escolha a Campanha Promocional</a>
</span>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border=0 width=650px style="border:1px solid; border-color:#9999CC; background-color:#DDE7FC; font-size:16px; font-family:verdana; color:#000000;">
<tr>
<td width ='162,5' align ='center'>
<a href="<?php print $url; ?>funcao=novo">Novo</a>
</td>
<td width ='162,5' align ='center'>
<a href="<?php print $url; ?>funcao=editar&<?php print $codigo; ?>=<?php print $a; ?>">Editar</a>
</td>
<td width ='162,5' align ='center'>
<a href="<?php print $url; ?>funcao=consultar&<?php print $codigo; ?>=<?php print $a; ?>">Consultar</a>
</td>
<td width ='162,5' align ='center'>
<a href="<?php print $url; ?>funcao=excluir&<?php print $codigo; ?>=<?php print $a; ?>">Excluir</a>
</td>
</tr>
</table>
<table border=0 width=650px style='font-family:verdana; font-size:10;'>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
</p>
MODERAÇÃO: adicionadas as tags code
