Bienvenue sur le forum d'aide à la création : Création de site, cuisine, musique...
Enregistrez vous pour pouvoir poster, et suivre plus facilement la vie du forum.
#
Forum création
# Javascript #
Kit graphique
# Partenaires
Des
nouvelles du site ?
|
| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
[FuNkY_KoAla]
Inscrit le: 04 Fév 2007 Messages: 2 Localisation: 94100
|
Posté le: Lun Fév 05, 2007 10:57 pm Sujet du message: Probleme de création de menu vertical gauche |
|
|
Bonjour!
Je créer actuellement un site avec dreamweaver 8 et j'ai un probleme;..
Je n'arrive pas à créer un menu vertical à gauche....
Voila le code source avec lequel j'aimerai créer un menu vertical à gauche:
<body>
<p align="center"><img src="header3.jpg" width="797" height="276" /></p>
<p align="left"><a href="Smart-trade.html"><img src="Accueil Menu.html.images/bt0_0.gif" border="0" alt ="Accueil" /></a><a href="Accueil.html"></a></p>
<p align="left"><a href="Consoles.html"><img src="Consoles Menu.html.images/bt0_0.gif" border="0" alt ="Consoles" /></a></p>
<p align="left"><a href="Jeux Vidéos.html"><img src="Jeux Vidéos Menu.html.images/bt0_0.gif" border="0" alt ="Jeux Vidéos" /></a></p>
<p align="left"><a href="Ceintures.html"><img src="Ceintures Menu.html.images/bt0_0.gif" border="0" alt ="Ceintures" /></a></p>
<p align="left"><a href="Chaussures.html"><img src="Chaussures Menu.html.images/bt0_0.gif" border="0" alt ="Chaussures" /></a></p>
<p align="left"><a href="Chemises.html"><img src="ChemisesMenu.html.images/bt0_0.gif" border="0" alt ="Chemises" /></a></p>
<p align="left"><a href="Lunettes de Soleil.html"><img src="Lunettes de Soleil Menu.html.images/bt0_0.gif" border="0" alt ="Lunettes" /></a></p>
<p align="left"><a href="Maillots de Foot.html"><img src="Maillots de Foot Menu.html.images/bt0_0.gif" border="0" alt ="Maillots de Foot" /></a></p>
<p align="left"><a href="Montres.html"><img src="Montres Menu.html.images/bt0_0.gif" border="0" alt ="Montres" /></a></p>
<p align="left"><a href="Polos manches courtes.html"><img src="Polos manches courtes Menu.html.images/bt0_0.gif" border="0" alt ="Polos manches" /></a></p>
<p align="left"><a href="Polos manches longues.html"><img src="Polos manches longues Menu.html.images/bt0_0.gif" border="0" alt ="Polos manches longues" /></a></p>
<p align="left"><a href="Tee shirt manches courtes.html"><img src="Tee shirt manches courtes Menu.html.images/bt0_0.gif" border="0" alt ="Tee shirt manches courtes" /></a></p>
<p align="left"><a href="Tee shirt manches longues.html"><img src="Tee shirt manches longues Menu.html.images/bt0_0.gif" border="0" alt ="Tee shirt manches longues" /></a></p>
<p align="left"><a href="Portefeuilles.html"><img src="Portefeuilles Menu.html.images/bt0_0.gif" border="0" alt ="Portefeuilles" /></a></p>
Il s'agit en fait de boutons....
Merci de me dire comment faire...
PS: j'ai sélectionner "page html" ds dreamweaver au début de la création... c'est donc une page html...
Merci! |
|
| Revenir en haut de page |
|
 |
[FuNkY_KoAla]
Inscrit le: 04 Fév 2007 Messages: 2 Localisation: 94100
|
Posté le: Mar Fév 06, 2007 7:46 pm Sujet du message: Resolu |
|
|
C'est bon j'ai trouvé, enfin.. j'ai fait autre chose... mais maintenant j'ai une colonne en trop... à gauche.... comment la supprimer?
Voici le code source:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- This Site Was Designed By Wayne D. Fields Contact: deonya22@yahoo.com -->
<html>
<head>
<title>Untitled</title>
<meta name="description" content="Insert Description Here">
<meta name="keywords" content="Insert Keywords Here">
<style type="text/css">
<!--
a:link, a:active, a:visited {
color: #4A265A;
text-decoration: underline}
a:hover {
color: #4A265A;
text-decoration: none}
body {
background-repeat: repeat-x}
.Style1 { color: #3333FF;
font-weight: bold;
}
.Style2 {color: #000000; font-weight: bold; }
-->
</style>
</head>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1077"><img src="images/header3.jpg" width="797" height="276"></td>
</tr>
<tr>
<td colspan="3" background="images/bg_pg.gif" valign="top">
<table width="794" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="4"> </td>
<td width="170" valign="top">
<!-- Side Panel -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="170" height="95"> </td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com"><img src="images/link_1.gif" width="170" height="30" border="0" alt="link_1"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Consoles.html"><img src="images/link_2.gif" width="170" height="30" border="0" alt="link_2"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Ceintures.html"><img src="images/link_3.gif" width="170" height="30" border="0" alt="link_3"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Chemises.html"><img src="images/link_4.gif" width="170" height="30" border="0" alt="link_4"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Lunettes de soleil.html"><img src="images/link_5.gif" width="170" height="30" border="0" alt="link_5"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Maillots de Foot.html"><img src="images/link_6.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Montres.html"><img src="images/link_7.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Polos manches courtes.html"><img src="images/link_8.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Polos manche longues.html"><img src="images/link_9.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Tee shirt manches courtes.html"><img src="images/link_10.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Tee shirt manches longues.html"><img src="images/link_11.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td><a href="http://smart-trade.ifrance.com/Portefeuilles.html"><img src="images/link_12.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td width="170" height="214" valign="top">
<br>
<blockquote> </blockquote></td>
</tr>
</table>
<!-- Side Panel --></td>
<td width="8"> </td>
<td width="612" align="center" valign="top">
<!-- Content --><br>
<br>
<img src="images/hr_top.gif" width="528" height="58" border="0">
<blockquote>
<p align="center"><strong>Bienvenue sur le Smart-Trade Store</strong></p>
<p align="center"> </p>
<p align="center" class="Style1"><u>PRIX DES PRODUITS:</u> </p>
<p align="center" class="Style2">Console Sony PSP 1.5: 200 euros </p>
<p align="center" class="Style2">Ceintures: 45 euros </p>
<p align="center" class="Style2">Chemises: 50 euros</p>
<p align="center" class="Style2">Lunettes de soleil: 50 euros </p>
<p align="center" class="Style2">Maillots de Foot: 50 euros</p>
<p align="center" class="Style2">Montres: 110 euros</p>
<p align="center" class="Style2">Polos manches courtes et manche longues: 50 euros</p>
<p align="center" class="Style2">Tee shirt manches courtes et manches longues : 50 euros </p>
<p align="center" class="Style2">Portefeuilles: 45 euros<br>
<br>
<img src="images/hr_bot.gif" width="528" height="44" border="0">
<!-- Content -->
</p>
</blockquote></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Merci! |
|
| Revenir en haut de page |
|
 |
|
|
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
|
|