alors je poursuis mes recherches.
je souhaite caler mes liens dans le header pour que mes images transparente soitent calées sur les textes de mon header (copte, accueil, panier...).Or je seche dans le smodifs.
je viens de regarder avec namowebeditor comment ça marche mais je n'arrive pas à decaler mes liens vers les bas et vers la droite.
J'ai recherché sur le net les codes php mais ce que je souhaite faire est tellement simple que je ne trouve que des script.
je veux connaitres les codes pour bouger tout ça.
il me semblait que align="" permettait de bouger à droite ou à gauche mais là???
il me manque le code pour bouger vers le bas (j'ai essayé avec cellpadding et cellspacing mais c'est pas ça non plus)
je laisse mon bout de code où j'essaie de modifier tout cela.
si vous avez des sites ou des codes.
merci d'avance
Code
<table class="fond" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" valign="top">
<table border="0" align="center" width="950" cellspacing="0" cellpadding="0" height="100%">
<tr class="header" height="20">
<td align="left" valign="bottom" height="20">
<table border="0" cellpadding="0" cellspacing="10" >
<tr>
<td width="30"><?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>'; ?></td>
</tr>
<tr>
<td width="30"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>'; ?></td>
</tr>
<tr>
<td width="20" border="0"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?></td>
</tr>
<tr>
<td width="20"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">'.tep_image(DIR_WS_IMAGES . 'accueil.gif', 'http://www.jolilola.com') . '</a>'; ?></td>
</tr>
<tr>
<td width="20"><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">'.tep_image(DIR_WS_IMAGES . 'contact.gif', '') . '</a>'; ?></td>
<td width="500"></td>
</tr>
</table>
<table border="0" width="950" cellspacing="0" cellpadding="0" class="headerNavigation">
<tr height="20">
<td class="headerNavigation" height="30"> <?php echo $breadcrumb->trail(' » '); ?></td>
</tr>
</table>
<table border="0" align="center" width="950" cellspacing="0" cellpadding="0" height="100%">
<tr class="header" height="20">
<td align="left" valign="bottom" height="20">
<table border="0" cellpadding="0" cellspacing="10" >
<tr>
<td width="30"><?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>'; ?></td>
</tr>
<tr>
<td width="30"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>'; ?></td>
</tr>
<tr>
<td width="20" border="0"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?></td>
</tr>
<tr>
<td width="20"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">'.tep_image(DIR_WS_IMAGES . 'accueil.gif', 'http://www.jolilola.com') . '</a>'; ?></td>
</tr>
<tr>
<td width="20"><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">'.tep_image(DIR_WS_IMAGES . 'contact.gif', '') . '</a>'; ?></td>
<td width="500"></td>
</tr>
</table>
<table border="0" width="950" cellspacing="0" cellpadding="0" class="headerNavigation">
<tr height="20">
<td class="headerNavigation" height="30"> <?php echo $breadcrumb->trail(' » '); ?></td>
</tr>
</table>
