Bonjour, je créer un plugin pour wordpress qui permet d'afficher le profil d'un utilisateur et je souhaiterais que le div 'avatar' s'affiche à 20px à droite du div 'infos' qui serait adapatable en fonction de la taille des infos fournis par l'utilisateur. Pourriez vous m'aider ?
Désolé si je suis pas tres clair .. mais n'hésitez pas à me poser des questions.
<div style="margin-bottom:20px; margin-left:10%; height:64px;">
<div id='infos'>
<span style="font-size:24px; font-weight:bold;">Pseudo</span>
<p><img src="boy.png" width="6" height="13"> homme, xx ans Ville (departement) PAYS</p>
</div>
<div id='avatar' style="width:64px; height:64px; margin-left:20px; background:url(URL AVATAR) center no-repeat;"></div>
</div>
Désolé si je suis pas tres clair .. mais n'hésitez pas à me poser des questions.
<div style="margin-bottom:20px; margin-left:10%; height:64px;">
<div id='infos'>
<span style="font-size:24px; font-weight:bold;">Pseudo</span>
<p><img src="boy.png" width="6" height="13"> homme, xx ans Ville (departement) PAYS</p>
</div>
<div id='avatar' style="width:64px; height:64px; margin-left:20px; background:url(URL AVATAR) center no-repeat;"></div>
</div>