Bonjour,
à votre avis où se trouve le problème ?
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 ... <div align="left"><font color="#cc9900" face="Arial,Helvetica,sans-serif" size="3"> <a href="javascript:history.back()"><%if request("code")= 63 then%> <table height="126" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="40"><img border='0' src="images/miele_image_gauche.gif" alt="<%=rstpart("nom")%>"/></td> <td width="1000" background="images/miele_image_centre.gif" style="background-repeat:repeat-x" ></td> <td width="220"><img border='0' src="images/miele_image_droite.gif" alt="<%=rstpart("nom")%>"/></td> </tr> </table> <%else%><img border='0' src="images/<%=rstpart("ficlogo")%>" alt = "<%=rstpart("nom")%>"><%end if%></a> </font></div> ......
car sous IE le lien n'est pas cliquable et le td qui a pour width="1000" ne s'affiche pas...
pourquoi ?
Partager