par
realb65 » 09 nov. 2006, 17:35
Bonjour,
Je me suis créer une interface graphique pour mon site web de photos. Je voudrais insérer un lien (texte ou bouton) sur l'image de gauche vers d'autre page de mon site web.
J'aurais de besoin de trois liens, soit: début, page 1, page 2.
J'utilise dreamweaver pour créer mes pages. Pouvez-vous m'aider?
J'inclus le code ici:
Code : Tout sélectionner
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Home page</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image/template-haut.gif" width="800" height="126"></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="153" valign="top"><img src="image/template-gauche_.gif" width="153" height="474"></td>
jhghjgjhjhg
</tr>
</table>
</body>
</html>
Merci de votre aide
Bonjour,
Je me suis créer une interface graphique pour mon site web de photos. Je voudrais insérer un lien (texte ou bouton) sur l'image de gauche vers d'autre page de mon site web.
J'aurais de besoin de trois liens, soit: début, page 1, page 2.
J'utilise dreamweaver pour créer mes pages. Pouvez-vous m'aider?
J'inclus le code ici:
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Home page</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image/template-haut.gif" width="800" height="126"></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="153" valign="top"><img src="image/template-gauche_.gif" width="153" height="474"></td>
jhghjgjhjhg
</tr>
</table>
</body>
</html>[/code]
Merci de votre aide