Podlinkowanie headera

Konfiguracja for z rodziny phpBB.
Familka
Posty: 27
Rejestracja: 22 gru 2011, 10:18:42
Strona na CBA.pl: familyclub.c0.pl
Płeć: Kobieta
User Agent: Safari Windows 1366x768
Kontakt:

Podlinkowanie headera

Post autor: Familka »

Witam
Chciałabym podlinkować header, tylko nie wiem jak to zrobić.
Header mam zmieniony i nie wiem gdzie i jak wstawić kod, by po kliknięciu na header przenosiło na portal.
Przesyłam kawałek kodu z overall_header.tpl ( nie mogę wyslać jako załącznik, nie wiem czemu)
Jak i gdzie dodać link do headeru?

Kod: Zaznacz cały

  <!-- BEGIN header -->
         <table width="100%" cellspacing="0" cellpadding="8" border="0" align="center">
            <tr>
              <td width="100%">
                            <p><map name="FPMap0">
<area href="index.php" shape="rect" coords="30, 7, 63, 44">
<area href="staff.php" shape="rect" coords="65, 8, 98, 43">
<area href="search.php" shape="rect" coords="103, 8, 137, 44">
<area href="portal.php" shape="rect" coords="437, 22, 551, 54">
<area href="index.php" shape="rect" coords="420, 55, 544, 84">
<area href="dload.php" shape="rect" coords="370, 86, 518, 116">
<area href="album.php" shape="rect" coords="748, 23, 855, 55">
<area href="faq.php" shape="rect" coords="772, 57, 869, 86">
<area href="faq.php?mode=bbcode" shape="rect" coords="780, 88, 890, 119">
</map>
<img border="0" src="templates/OceanBlue/images/ocean_blue.gif" width="900" height="253" usemap="#FPMap0"></p>
           </td>
            </tr>
         </table>
    <table width="100%" cellspacing="0" cellpadding="8" border="0" align="center">
        <tr>                 
        <td align="center" valign="top" nowrap="nowrap">
Awatar użytkownika
hitman91
Posty: 589
Rejestracja: 10 mar 2006, 19:08:31
Strona na CBA.pl: www.itman.cba.pl
Płeć: Mężczyzna
User Agent: Firefox Windows 1280x800
Kontakt:

Re: Podlinkowanie headera

Post autor: hitman91 »

Kod: Zaznacz cały

 <!-- BEGIN header -->
         <table width="100%" cellspacing="0" cellpadding="8" border="0" align="center">
            <tr>
              <td width="100%">
                            <p><map name="FPMap0">
<area href="index.php" shape="rect" coords="30, 7, 63, 44">
<area href="staff.php" shape="rect" coords="65, 8, 98, 43">
<area href="search.php" shape="rect" coords="103, 8, 137, 44">
<area href="portal.php" shape="rect" coords="437, 22, 551, 54">
<area href="index.php" shape="rect" coords="420, 55, 544, 84">
<area href="dload.php" shape="rect" coords="370, 86, 518, 116">
<area href="album.php" shape="rect" coords="748, 23, 855, 55">
<area href="faq.php" shape="rect" coords="772, 57, 869, 86">
<area href="faq.php?mode=bbcode" shape="rect" coords="780, 88, 890, 119">
</map>
<a href="http://familyclub.c0.pl/"><img border="0" src="templates/OceanBlue/images/ocean_blue.gif" width="900" height="253" usemap="#FPMap0"></a></p>
           </td>
            </tr>
         </table>
    <table width="100%" cellspacing="0" cellpadding="8" border="0" align="center">
        <tr>                 
        <td align="center" valign="top" nowrap="nowrap"> 
Zamień swój kod na mój i spróbuj.
Pisząc na gg najpierw się PRZEDSTAW.
Familka
Posty: 27
Rejestracja: 22 gru 2011, 10:18:42
Strona na CBA.pl: familyclub.c0.pl
Płeć: Kobieta
User Agent: Safari Windows 1366x768
Kontakt:

Re: Podlinkowanie headera

Post autor: Familka »

Dzięki, działa :)
ODPOWIEDZ