Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" > <head> <title>Inscription_Candidats</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" media="screen" type="text/css" title="Exemple" href="css/profil-candidat-base-modification.css" /> </head> <body> <!--pti_menu--> <div class="petit_menu"><a href="#">Accueil</a> <a href="#">Offres d'emploi</a> <a href="#">Demandes d'emploi</a> <a href="#">Association & Investissement</a> <a href="#">Relations commerciales</a> <a href="#">BouloTalk<a> <a href="#">Contact<a> <a href="#">Aide<a></div> <!--photo profil--> <div style="float:left;width:180px;margin-top:100px;margin-left:100px"> <div style="width:180px;height:180px;border:2px solid grey;float:left"></div> <div style="float:right"><a style="font-size:12px" href="#">Ajouter une image personnelle!</a></div> </div> </body> </html>
j ai créé une page web avec ces code:
le probleme:quand j'efface "petimenu" lien ajouter une image personnelle reste sous cadre de l'image et quand j'ajoute peti menu se met a coté du cadre
qu'est ce je dois faire ????
Partager