Options

adding more code to css/html/java sections

sujasuja Registered Users Posts: 13 Big grins
Hello,
i would like to try out one of the hacks here, the zoom thumb bulk hack, but i already have some code in the customization section of my page. I wanted to hide some galleries and i had to put some code in the java and footer i believe and now i want to try this other hack but i don't know where to put it.

please forgive me, i'm a totally newbie.

can i put it just underneith the code that is already there?

thank you,
sue

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 9, 2008
    suja wrote:
    Hello,
    i would like to try out one of the hacks here, the zoom thumb bulk hack, but i already have some code in the customization section of my page. I wanted to hide some galleries and i had to put some code in the java and footer i believe and now i want to try this other hack but i don't know where to put it.

    please forgive me, i'm a totally newbie.

    can i put it just underneith the code that is already there?

    thank you,
    sue
    The BZT code is on this page. Add each section in their corresponding
    customize box. That page has what box each goes in. Just place at
    the end of what you have in each box now.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    sujasuja Registered Users Posts: 13 Big grins
    edited January 9, 2008
    oo!!
    Allen wrote:
    The BZT code is on this page. Add each section in their corresponding
    customize box. That page has what box each goes in. Just place at
    the end of what you have in each box now.

    Thank you so much!!! just so I can know which code is which can i seperate them with a ******* ?
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 9, 2008
    suja wrote:
    Thank you so much!!! just so I can know which code is which can i separate them with a ******* ?
    Great idea labeling what each is.

    In the header, footer and javascript

    Use the <!-- and --> for comments

    <!-- start Bulk Zoom Thumbnail -->
    code in here
    <!-- end Bulk Zoom Thumbnail -->


    In the CSS use /* and */ for comments

    /* vvvv start Bulk Zoom Thumbnail vvvv */
    code in here
    /* ^^^^ end Bulk Zoom Thumbnail ^^^^ */
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    sujasuja Registered Users Posts: 13 Big grins
    edited January 13, 2008
    Allen wrote:
    Great idea labeling what each is.

    In the header, footer and javascript

    Use the <!-- and --> for comments

    <!-- start Bulk Zoom Thumbnail -->
    code in here
    <!-- end Bulk Zoom Thumbnail -->


    In the CSS use /* and */ for comments

    /* vvvv start Bulk Zoom Thumbnail vvvv */
    code in here
    /* ^^^^ end Bulk Zoom Thumbnail ^^^^ */

    how about html?
  • Options
    sujasuja Registered Users Posts: 13 Big grins
    edited January 13, 2008
    suja wrote:
    how about html?

    nevermind.. hehe
Sign In or Register to comment.