Sistemare Header

Postate qui discussioni di carattere generale riguardo a problemi di installazione e configurazione di osCommerce

Moderatore: mod Generali

Rispondi
3dstudiomax
membro Veteran
membro Veteran
Messaggi: 520
Iscritto il: 24/06/2008, 19:45

Sistemare Header

Messaggio da 3dstudiomax »

ragazzi ho un piccolo problema con l'header in particolare vorrei poter creare un logo dove sopra questo logo (nella posizione che voglio io) mettere i seguenti collegamenti:

Questo è il codice incriminato:

Codice: Seleziona tutto

<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="header">
  <td valign="middle" height="80"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo.jpg') . '</a>'; ?>
    </td>    
  </tr>
</table>
<tr><td width="53" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link1.php')?> class=ch2>Specials</a></td>
         <td width="67" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link2.php')?> class=ch2>Search</a></td>
         <td width="94" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link3.php')?> class=ch2>Contact Us</a></td>
         <td width="142" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link4php')?> class=ch2>Create an account</a></td>
         <td width="116" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link5php')?> class=ch2>Customer Login</a></td>
       </tr>
       </table>
</td>
      <td background=images/m04.gif width=1 height=89></td>
      <td>
       <table cellcpacing=0 cellpadding=0 class=ch3>
        <tr><td>
         
      </td>
      </tr>
     </table>
io vorrei che questi:

Codice: Seleziona tutto

<tr><td width="53" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link1.php')?> class=ch2>Specials</a></td>
         <td width="67" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link2.php')?> class=ch2>Search</a></td>
         <td width="94" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link3.php')?> class=ch2>Contact Us</a></td>
         <td width="142" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link4.php')?> class=ch2>Create an account</a></td>
         <td width="116" valign=top class=ch3><img src=images/m05.gif width=4 height=4>  <a href=<?=tep_href_link('link5.php')?> class=ch2>Customer Login</a></td>
       </tr>
Vengano messi sovrapposti il logo

Come posso fare ?
loris_ripa
membro Veteran
membro Veteran
Messaggi: 937
Iscritto il: 21/03/2004, 1:00
Località: Italia
Contatta:

Re: Sistemare Header

Messaggio da loris_ripa »

Fai un disegno di ciò che hai e di ciò che vuoi ottenere...
:mrgreen: :mrgreen: :mrgreen:
Rispondi