Originariamente inviato da regiui
Salve a tutti..e sopratutto a te..MYAKU
ti scrivo i tag della mia "tabella".

<table width="300" height="200" border="3" cellpadding="0" cellspacing="1" bgcolor="#00FF00">
<tr>
<td bgcolor="#FFFFCC"><center><FONT COLOR="FF66FF"> <a href="http://www.ikariam.it/">IKARIAM</td></FONT COLOR="FF66FF"></center>
<td bgcolor="#FFFFCC"><center><FONT COLOR="FF66FF"><a href="http://www.ryanair.it/">RYANAIR</td></FONT COLOR="FF66FF"></center>
<td bgcolor="#FFFFCC"><center><FONT COLOR="FF66FF"> <a href="http://www.calciomercato.com/">CALCIOMERCATO</td></FONT COLOR="FF66FF"></center>

</tr>
<tr>
<td bgcolor="#FFCCFF"> <center>andrea</td></center>
<td bgcolor="#FFCCFF"> <center>andrea</td></center>
<td bgcolor="#FFCCFF"> <center>andrea</td></center>

</tr>
<tr>
<td bgcolor="#99FF00"> <center>prove</td></center>
<td bgcolor="#99FF00"> <center>prove</td></center>
<td bgcolor="#99FF00"><center> prove</td></center>
</tr>
</table>

Ecco..dove ci sono i link..dentro la tabella..vorrei che si ingrandessero al passaggio del mouse..mi riesci a correggere i tag da me scritti?? grazie ancora
Questo codice fa orrore, non hai nemmenu chiuso i tag <a>

Comunque ecco come devio fare per ingrandire il testo
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF66FF;
}
a {
	font-size: 12pt;
	color: #FF66FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	font-size:16pt;
}
a:active {
	text-decoration: underline;
	color: #009966;
}
-->
</style></head>

<body>

Calciomercato

</body>
</html>