Question en html

Fermé
ALexie - 31 janv. 2006 à 21:33
 Nini - 1 févr. 2006 à 15:12
Bonjour à tous , je suis présentement entrian de faire une page web..par contre , mes images liens ne s'affiche pas ds le browser..c-a-d mes a ref..pourtant les noms correspondent et les files sont situés au bon endroit ...aidez moi svp :)
J'ai procédé de la facoin suivante : j'Ai splice un template de pasge web ds fotoshop,,,ensuite jai modifier le code avec dreaweaver que j'aime bien ...
ALexie

<html>
<head>
<title>029</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" >
<!-- ImageReady Slices (029.psd) -->
<table id="Table_01" width="781" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6">
<img src="images/029_01.gif" width="401" height="34" alt=""></td>
<td colspan="5">
<img src="images/029_02.gif" width="91" height="34" alt=""></td>
<td colspan="2">
<img src="images/029_03.gif" width="89" height="34" alt=""></td>
<td colspan="3">
<img src="images/029_04.gif" width="92" height="34" alt=""></td>
<td>
<img src="images/029_05.gif" width="4" height="34" alt=""></td>
<td colspan="2">
<img src="images/029_06.gif" width="103" height="34" alt=""></td>
</tr>
<tr>
<td>
<img src="images/029_07.gif" width="26" height="3" alt=""></td>
<td rowspan="2">
<img src="images/029_08.gif" width="220" height="159" alt=""></td>
<td rowspan="2">
<img src="images/029_09.gif" width="2" height="159" alt=""></td>
<td colspan="16" rowspan="2">
<img src="images/029_10.gif" width="532" height="159" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="3" alt=""></td>
</tr>
<tr>
<td>
<img src="images/029_11.gif" width="26" height="156" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="156" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<img src="images/029_12.gif" width="248" height="60" alt=""></td>

<td colspan="2">
<a href="/aboutus.html"><IMG SRC="/images/aboutus.gif" BORDER="0"></a><br></td>

<td colspan="4">
<a href="/services.html"><IMG SRC="/images/services.gif" BORDER="0"></a><br></td>

<td colspan="3" rowspan="2">
<a href="/products.html"><IMG SRC="/images/products.gif" BORDER="0"></a><br></td>

<td colspan="3" rowspan="2">
<a href="/careers.html"><IMG SRC="/images/careers.gif" BORDER="0"></a><br></td>

<td colspan="3" rowspan="2">
<a href="/contactus.html"><IMG SRC="/images/contactus.gif" BORDER="0"></a><br></td>

<td rowspan="2">
<img src="images/029_18.gif" width="30" height="43" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="42" alt=""></td>
</tr>
...
A voir également:

1 réponse

Si tu fermais tes balises img après les avoir ouverte !

<img src="...."></img>


enjoy !
0