Author Topic: How to delete the header area - Den header Bereich entfernen  (Read 2678 times)

0 Members and 1 Guest are viewing this topic.

Offline NicoM

  • Pre-Newbie
  • Posts: 1
    • View Profile
How to delete the header area - Den header Bereich entfernen
« on: August 18, 2009, 03:49:58 PM »
Hello,

could you please tell me how to procede to delete the header area on the top of my 4images homepage. I mean the one with the 4images gallery logo and the search form. Excluding the following part of the home.html code is obviously not sufficient:

kann mir bitte jemand sagen, wie ich es anstellen soll, den header Bereich mit dem 4images Logo und dem Suchfeld zu entfernen? Es reicht anscheinend nicht aus, nur den folgenden Teil der home.html auszuklammern:

Code: [Select]
<!--        <tr>
          <td width="6"><img src="{template_url}/images/header_left.gif" width="6" height="60" alt="" /></td>
          <td width="100%"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>
                </tr>
              </table>
            </form>
          </td>
          <td align="right" width="6"><img src="{template_url}/images/header_right.gif" width="6" height="60" alt="" /></td>
        </tr> //-->

Thanks in advance for your help,
Danke im voraus für jegliche Hilfe,
NicoM
« Last Edit: August 19, 2009, 10:49:02 AM by NicoM »