4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: Fuztug on March 23, 2003, 09:11:45 AM

Title: Template/stylefrage // Template/stylequestion
Post by: Fuztug 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?!

(http://v072540.km0823.kasserver.com/uploadss/upl/footergestaltungsfrage1234.gif)


Thanks.
Fuztug
Title: Template/stylefrage // Template/stylequestion
Post by: SLL 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>