Help with AutogallerySQL needed !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Canoeman
    Registered User
    • Jan 2006
    • 75

    #1

    Help with AutogallerySQL needed !


    I'm building my first MGP. I choosed for Autogallery SQL to manage it all.
    It's going well, but now I get blue borders around my thumbs which I don't want. Is there somebody out there who can help me remove those ugly borders or just make them another color.
    You can see the mgp here

    Here you see how I made the 4 TopPicks

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

    <%TEMPLATE
    NAME Peter
    HTML <a href="##Gallery_URL##"><img src="##Thumbnail_URL##"></a>
    %>

    <%GALLERIES
    CATEGORY Mixed
    AMOUNT 4
    HTML Peter
    GETNEW True
    %>
    </td></tr></table></td>


    I would very appreciate any help.
    See you on..
    www.SinfulStudents.com
  • DaveMac
    Confirmed User
    • Jul 2001
    • 361

    #2
    look like you need to add border="0" to your thumbs

    your template should look something like this:

    <%TEMPLATE
    NAME Thumb
    HTML <td><a href="##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" alt="Thumb"></a></td>
    %>

    Comment

    • VicD
      ICQ: 304-611-162
      • Feb 2005
      • 13245

      #3
      Originally posted by DaveMac
      look like you need to add border="0" to your thumbs

      your template should look something like this:

      <%TEMPLATE
      NAME Thumb
      HTML <td><a href="##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" alt="Thumb"></a></td>
      %>
      Yep, the border is gone now if you ask me

      Comment

      • Canoeman
        Registered User
        • Jan 2006
        • 75

        #4
        Originally posted by vicd
        Yep, the border is gone now if you ask me
        Yeah, thanks. It works!
        But border="1" bordercolor="#BEB858" in the same line won't work.
        The border stay's blue.
        Any ideas about that?
        See you on..
        www.SinfulStudents.com

        Comment

        Working...