Author Topic: Template/stylefrage // Template/stylequestion  (Read 4165 times)

0 Members and 1 Guest are viewing this topic.

Offline Fuztug

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
Template/stylefrage // Template/stylequestion
« on: March 23, 2003, 09:11:45 AM »
Ich möchte die beide Copyrightverweise IM blauem rahmen haben, wie mache ich das?!?


I want this 2 copyright IN the blue "border" (exuse my english), how do i do it?!




Thanks.
Fuztug

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Template/stylefrage // Template/stylequestion
« Reply #1 on: March 23, 2003, 10:12:44 AM »
you have to remove it from footer.html, and then add to all main templates into this table:
Code: [Select]
     <table width="640" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
        <tr>
          <td width="6"><img src="{template_url}/images/footer_left.gif" width="6" height="19" alt="" /></td>
          <td width="405">&nbsp;</td>
          <td width="225">&nbsp;</td>
          <td width="6"><img src="{template_url}/images/footer_right.gif" width="6" height="19" alt="" /></td>
        </tr>
      </table>