4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: Sun Zaza on January 16, 2010, 06:51:06 PM

Title: 4images tableless
Post by: Sun Zaza 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
Title: Re: 4images tableless
Post by: Rembrandt 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}
Title: Re: 4images tableless
Post by: Sun Zaza on January 16, 2010, 08:20:31 PM
Very nice Andy :evil: