questo è il file (copiato dal file Source di kompozer:
codice:
<html>
<head>
<style>
a{
color:gray; text-decoration:none;
}
</style>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>test</title>
</head>
<body style="background-image: url(immaginihome/homesfondo.jpg);">
<br>
<table
style="background-color: white; text-align: left; margin-left: auto; margin-right: auto; width: 1000px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 1000px;"><br>
<div style="text-align: center;"><img
style="width: 593px; height: 458px;" alt=""
src="homepageimage.jpg"><br>
</div>
<br>
<br>
<table
style="width: 900px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="width: 225px; font-family: Century Gothic; color: rgb(63, 63, 63); text-align: center;"><big><big><big>Home</big></big></big></td>
<td
style="width: 225px; font-family: Century Gothic; color: rgb(63, 63, 63); text-align: center;"><a
href="fotografie.html" target="_self"><big><big><big>Fotografie</big></big></big></a></td>
<td
style="width: 225px; font-family: Century Gothic; color: rgb(63, 63, 63); text-align: center;"><big><big><big>Link
utili</big></big></big></td>
<td
style="width: 225px; font-family: Century Gothic; color: rgb(63, 63, 63); text-align: center;"><big><big><big>Contatti</big></big></big></td>
</tr>
</tbody>
</table>
<span style="color: rgb(63, 63, 63); font-style: italic;"></span><br>
<span style="color: rgb(63, 63, 63); font-style: italic;"></span></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
al posto di gray dovrei quindi mettere il codice del colore che ho usato io per le altre scritte...da dove si ricava il codice? (che a sto punto dovrebbe essere l'equivalente del rgb (63,63,63) o sbaglio?)