Author Topic: How can I use the empty areas?  (Read 6008 times)

0 Members and 1 Guest are viewing this topic.

Offline NTH

  • Newbie
  • *
  • Posts: 43
    • View Profile
How can I use the empty areas?
« on: October 20, 2005, 06:29:38 PM »
How can I use the empty red area?
How can I write this "boxes"?
(the red area)


Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: How can I use the empty areas?
« Reply #1 on: October 20, 2005, 09:34:07 PM »
user a template with width=100% or search all Templates for <table width="640" and <table width="636" and <table width="450" etc.

Offline NTH

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: How can I use the empty areas?
« Reply #2 on: October 23, 2005, 06:59:07 PM »
No no not the gallery width..
How can I paste vertical banners the red areas?

Offline Hein

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
Re: How can I use the empty areas?
« Reply #3 on: November 09, 2005, 10:01:45 AM »
create a html-table with 3 cells like this:

Quote
{header}

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="150" align="center" valign="top">

here code for banners on the left

    </td>
   
    <td width="641"><table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>

here copy the complete html-code of (for instance) home.html without {header} and {footer} in

    </td>
  </tr>
</table>

</td>
    <td width="150" align="center" valign="top">

here html-code for banners on the right
   
</td>
  </tr>
</table>

{footer}

Please note:
you must do this for every 4 image template, where you will place something arround!

Sorry for my bad english

Hein

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: How can I use the empty areas?
« Reply #4 on: July 13, 2006, 07:44:22 PM »
lol  :D

warum spricht ihr nicht beide Deutsch

ihr redet aneinander vorbei und entschuldigt euch "sorry for my bad english"

@ topic

i tried it, but i cant get it work.
I thought the red area is only the background color.
Can give somebody a more explicit description how to to this