Bonjour, j'aimerais aligner le texte verticalement centré dans le code suivant qui donne ceci :
http://img219.imageshack.us/img219/6352/exrt1.jpg
Modifié par Theberge43 (05 Jan 2007 - 21:22)
http://img219.imageshack.us/img219/6352/exrt1.jpg
<div id="navigation">
<table width="100%" cellspacing="0">
<tr>
<td class="genmed">
<img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/connect.png" width="16" height="16" alt="Logout [ Theberge43 ]" /> <a href="./ucp.php?mode=logout">Logout [ Theberge43 ]</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/email_go.png" width="16" height="16" alt="Private Messages" /> <a href="./ucp.php?i=pm&folder=inbox"><strong>1</strong> new message</a> </td>
<td class="genmed" align="right"> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/house.png" width="16" height="16" alt="Portal" /> <a href="./portal.php">Portal</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/comments.png" width="16" height="16" alt="Forum" /> <a href="./index.php">Forum</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/help.png" width="16" height="16" alt="FAQ" /> <a href="./faq.php">FAQ</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/zoom.png" width="16" height="16" alt="Search" /> <a href="./search.php">Search</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/group.png" width="16" height="16" alt="Members" /> <a href="./memberlist.php">Members</a> <img onload="fixPNG(this)" src="./styles/QcFL2/theme/images/user_edit.png" width="16" height="16" alt="User Control Panel" /> <a href="./ucp.php">User Control Panel</a></td>
</tr>
</table>
</div> <!-- Fermeture navigation -->
Modifié par Theberge43 (05 Jan 2007 - 21:22)