par
charabia » 02 janv. 2006, 12:40
Ton tableau est mal construit. Tu as des balises qui ne se ferment pas. J'ai corrigé rapidement ton code en incluant les css à la place de toutes tes fonts. Tu peux encore faire plus propre, reportes toi aux tutos sur les CSS.
<html>
<head>
<title>Texte du titre</title>
<style>
a {
color:#cc0000;
text-decoration: none;
font-weight: bold;
}
a.lien:link { color: #000080; text-decoration: none;}
a.lien:active { color: #000080; text-decoration: none;}
a.lien:visited { color: #000080; text-decoration: none;}
a.lien:hover { color: #000080; text-decoration: none;}
.couleur {
color:#000080;
}
.couleurg {
color:#000080;
font-weight: bold;
}
.couleurmenu {
color:#cc0000;
font-weight: bold;
}
</style>
</head>
<body style="margin:0px; padding:0px;" bgcolor="#CC0000" link="#CC0000" vlink="#CC0000" alink="#CC0000" text="#000080">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="bande.gif"></td>
</tr>
<tr>
<td align="center">
<table border="1" cellpadding="3" cellspacing="0" bgcolor="#000080">
<tr>
<td><a href="tableau.htm">Accueil</a></td>
</tr>
<tr>
<td><a href="actualite.htm">Actualité</a></td>
</tr>
<tr>
<td><a href="resultats.htm">Résultats</a></td>
</tr>
<tr>
<td><a href="calendrier.htm">Calendrier</a></td>
</tr>
<tr>
<td><a href="classement.htm">Classement</a></td>
</tr>
<tr>
<td><a href="effectif.htm">Effectif</a></td>
</tr>
<tr>
<td><a href="competitions.htm">Compétitions</a></td>
</tr>
<tr>
<td><a href="branche.htm">Branche</a></td>
</tr>
<tr>
<td><a href="histoire.htm">Histoire</a></td>
</tr>
<tr>
<td><a href="stades.htm">Stades</a></td>
</tr>
<tr>
<td class="couleurmenu">Supporters</td>
</tr>
<tr>
<td><a href="http://www.munsterrugbystore.com" target="_blank">Boutique</a></td>
</tr>
<tr>
<td class="couleurmenu">Billeterie</td>
</tr>
<tr>
<td class="couleurmenu">Liens</td>
</tr>
<tr>
<td><a href="contact.htm">Contact</a></td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<h1 class="couleur">Compétitions</h1>
<p class="couleurg">Choisissez une compétition:</p>
<h3 align="center"><a href="ligueceltique.htm" class="lien">Ligue Celtique</a> - <a href="coupeceltique.htm" class="lien">Coupe Celtique</a> - <a href="coupeheineken.htm" class="lien">Coupe Heineken</a></h3>
<p align="center"><img src="competitions.jpg" width="450" height="298"></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Ton tableau est mal construit. Tu as des balises qui ne se ferment pas. J'ai corrigé rapidement ton code en incluant les css à la place de toutes tes fonts. Tu peux encore faire plus propre, reportes toi aux tutos sur les CSS.
[php]
<html>
<head>
<title>Texte du titre</title>
<style>
a {
color:#cc0000;
text-decoration: none;
font-weight: bold;
}
a.lien:link { color: #000080; text-decoration: none;}
a.lien:active { color: #000080; text-decoration: none;}
a.lien:visited { color: #000080; text-decoration: none;}
a.lien:hover { color: #000080; text-decoration: none;}
.couleur {
color:#000080;
}
.couleurg {
color:#000080;
font-weight: bold;
}
.couleurmenu {
color:#cc0000;
font-weight: bold;
}
</style>
</head>
<body style="margin:0px; padding:0px;" bgcolor="#CC0000" link="#CC0000" vlink="#CC0000" alink="#CC0000" text="#000080">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="bande.gif"></td>
</tr>
<tr>
<td align="center">
<table border="1" cellpadding="3" cellspacing="0" bgcolor="#000080">
<tr>
<td><a href="tableau.htm">Accueil</a></td>
</tr>
<tr>
<td><a href="actualite.htm">Actualité</a></td>
</tr>
<tr>
<td><a href="resultats.htm">Résultats</a></td>
</tr>
<tr>
<td><a href="calendrier.htm">Calendrier</a></td>
</tr>
<tr>
<td><a href="classement.htm">Classement</a></td>
</tr>
<tr>
<td><a href="effectif.htm">Effectif</a></td>
</tr>
<tr>
<td><a href="competitions.htm">Compétitions</a></td>
</tr>
<tr>
<td><a href="branche.htm">Branche</a></td>
</tr>
<tr>
<td><a href="histoire.htm">Histoire</a></td>
</tr>
<tr>
<td><a href="stades.htm">Stades</a></td>
</tr>
<tr>
<td class="couleurmenu">Supporters</td>
</tr>
<tr>
<td><a href="http://www.munsterrugbystore.com" target="_blank">Boutique</a></td>
</tr>
<tr>
<td class="couleurmenu">Billeterie</td>
</tr>
<tr>
<td class="couleurmenu">Liens</td>
</tr>
<tr>
<td><a href="contact.htm">Contact</a></td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<h1 class="couleur">Compétitions</h1>
<p class="couleurg">Choisissez une compétition:</p>
<h3 align="center"><a href="ligueceltique.htm" class="lien">Ligue Celtique</a> - <a href="coupeceltique.htm" class="lien">Coupe Celtique</a> - <a href="coupeheineken.htm" class="lien">Coupe Heineken</a></h3>
<p align="center"><img src="competitions.jpg" width="450" height="298"></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>[/php]