please help with AutoGalleryPro alignment issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • born2blog
    Confirmed User
    • Sep 2006
    • 1801

    #1

    please help with AutoGalleryPro alignment issue

    can anyone here who has good experience using AutoGalleryPro please help with a formatting/alignment issue I'm having.

    My new TGP is here: http://www.shemalesexstars.com

    and if you load that page and view the thumbs you'll notice there is an alignment issue. the script itself is working great, but my rows for some reason are all out of wack.

    I want to have 5 thumbs in each row but I need each row to properly line up.

    the code (which was there by default) at this time looks like this:

    <tr>
    <td>
    <%GALLERIES
    TYPE Thumb
    CATEGORY Mixed
    AMOUNT 20
    HTML Thumb

    INSERT
    {
    LOCATION +5
    HTML </tr><tr>
    }
    %>
    </td>
    </tr>
    <tr>
    <td>
    <%GALLERIES
    TYPE Text
    CATEGORY Mixed
    AMOUNT 100
    HTML Text

    INSERT
    {
    LOCATION 50
    HTML </td><td width="100"></td><td>
    }
    %>
    </td>
    </tr>

    the TGP is brand new, and there is not enough galleries for the text galleries to show yet, and I just used FHG's for the moment to fill it up and test my script basically.

    I've tried fiddling with the code now for over 24 hours and still can't figure it out for some reason so if anyone here could help I would REALLY appreciate it. I'd go to the jmbsoft forums but my tech support has ran out because I purchased the software back in 2003 and just haven't got around to setting up a TGP yet.

    thanks in advance
    Juicy Ads - Buy & Sell Quality Traffic!!
  • teksonline
    So Fucking Banned
    • Jan 2005
    • 2904

    #2
    right at the top it doesnt have a </td></tr>

    actually that just looks all messed up with bad <tr><td> </td></tr>'s

    use indentation

    <tr>
    <td>
    MOOO
    </td>
    <td>
    <table>
    <tr>
    <td>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    Last edited by teksonline; 10-28-2006, 02:26 PM.

    Comment

    • teksonline
      So Fucking Banned
      • Jan 2005
      • 2904

      #3
      argh, stupid spaces

      <tr>
      __<td>
      ____MOOO
      __</td>
      __<td>
      __<table>
      ____<tr>
      ______<td>
      ______</td>
      ____</tr>
      __</table>
      __</td>
      </tr>

      Comment

      • born2blog
        Confirmed User
        • Sep 2006
        • 1801

        #4
        thanks teksonline, but I tried that and it only messed up the thumbs even worse and for some reason placed them all on one row.

        I've been a web developer for over 10 years now and for the life of me cannot wrap my head around this tiny little glitch and it's starting to piss me off lol because I know the solution has got to be simple.
        Juicy Ads - Buy & Sell Quality Traffic!!

        Comment

        Working...