Author Topic: 4images tableless  (Read 7252 times)

0 Members and 1 Guest are viewing this topic.

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
4images tableless
« on: January 16, 2010, 06:51:06 PM »
Hello guys,

4images should come with a tabeless version. I am trying to change the HTML code of my galery and I have to say that I am enjoing myseld doing that. It is easier and faster. :wink:

Good luck 4images guys. I love your work.
Cruxy

Rembrandt

  • Guest
Re: 4images tableless
« Reply #1 on: January 16, 2010, 08:04:14 PM »
Hi!
example my home.html   :mrgreen: :
Code: [Select]
{header}
<div id="gesamt">
<div id="absolute">
    <div id="headpic"><a href="http://www.vienna-pictures.com"><img src="{template_url}/images/header_black.gif" alt="header_black" title="header_black" style="text-decoration:none;border-style:none;"></a></div>
<div  id="float_left">
      <p id="click" >{clickstream}</p>
      <?php include("4pure.php");?>
<p id="anmldg"><a href="javascript:toggle('lnk6')">Anmeldung</a></p>
      <div id="lnk6" style="DISPLAY:none;">{user_box}</div>

</div> 
    <div id="float_right">
<h1>Galerie</h1>
      <hr>
      {if categories}
      {categories}
      {endif categories}
      {if msg}<div class="blink">{msg}</div><br><br>{endif msg}
      <h3>Neue Bilder</h3>
      <div>{new_images}</div>
<!-- <div>{new_images2}</div> -->
<h3>Zufallsbilder</h3>
      <div>{random_images}</div>
{category_dropdown_form}
      {setperpage_dropdown_form}
</div>
<div style="clear:both;"></div>
</div>
<div id="bottompic"></div>
</div>
{footer}

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: 4images tableless
« Reply #2 on: January 16, 2010, 08:20:31 PM »
Very nice Andy :evil: