Html positionement image

marikikiki -  
 marikikiki -
Bonjour,



j'ai essayer plusieurs fois de mettre une image a la droite du menu mais ceci ne fonctionne pas,pouvez vous me donner le code corriger.
<html>
<head>
<title>La guerre des clans</title>
</head>
<body>
<img src="C:\Documents and Settings\Administrator\My Documents\My Pictures\Mon site\Banniere site.jpg" width="959" height="119" alt="" />
<form> 
<div style="background:#990099;"><div style="text-align: center">Pseudo:<input name="pseudo"> Mot de passe:<input name="pass" type="password"><input
value="Connexion" name="connect" type="submit"><?php <php></div></div>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<style type="text/css">
html{
font:12px Arial, Helvetica, sans-serif;
color:#333;
padding:0;
margin:0;}

.listmenu ul {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
list-style-type: none;
width:185px;}

.listmenu li a {
color: #333;
display: block;
border-left:3px solid #006;
border-right:3px solid #006;
height: 16px;
padding: 4px 0 4px 14px;
text-decoration: none;
font-weight:bold;
background-color:#fff;}

.listmenu li a:hover {
background-color: #006;
color:#fff;}
</style>
<div class="listmenu">
<ul>
	<li><a href="#">Forum </a></li>
	<li><a href="#">Le jeu </a></li>
	<li><a href="#">Rdj </a></li>
	<li><a href="#">Mon clan </a></li>
			<img src="../My Documents/laguerredesclans.jpg" width="700" height="525" alt="" />
A voir également:

2 réponses

Utilisateur anonyme
 
<li><a href="#">Forum </a></li>
<li><a href="#">Le jeu </a></li>
<li><a href="#">Rdj </a></li>
<li><a href="#">Mon clan </a></li>
<img src="../My Documents/laguerredesclans.jpg" width="700" height="525" alt="" />

Deviendrais plutôt sous Windows

<li><a href="#">Forum </a></li>
<li><a href="#">Le jeu </a></li>
<li><a href="#">Rdj </a></li>
<li><a href="#">Mon clan </a></li>
<img src="..\My Documents\laguerredesclans.jpg" width="700" height="525" alt="" />
0
marikikiki
 
Ceci ne fonctionne pas encore.On me met l'image en dessous du menu.


Merci de m'aider
0