Options

single photo link to a new window or tab

mgitelismgitelis Registered Users Posts: 50 Big grins
edited September 30, 2013 in SmugMug Customization
Hello,

I've created a page with a number of "single photo" and in each "single photo" i've made a link to a site.
is it possible to make the link open in a new tab or window?

http://mgitelis.smugmug.com/Costumers#customize

thank you

moshi

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited September 30, 2013
    There is no way to do this with CSS. That's about the only bit of code we can customize.

    You'd have to do this by placing an HTML block with your own:
    <A HREF="LINK_HERE" [COLOR="Red"]target="_blank"[/COLOR]>
    <IMG SRC="IMG_URL_HERE">
    </A>
    

    Apply whatever CSS formatting you want.

    You can get the link by navigating to your photo in SmugMug, clicking the "Share" button below your photo, and choosing "Get a Link".
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    mgitelismgitelis Registered Users Posts: 50 Big grins
    edited September 30, 2013
    leftquark wrote: »
    There is no way to do this with CSS. That's about the only bit of code we can customize.

    You'd have to do this by placing an HTML block with your own:
    <A HREF="LINK_HERE" [COLOR=Red]target="_blank"[/COLOR]>
    <IMG SRC="IMG_URL_HERE">
    </A>
    
    Apply whatever CSS formatting you want.

    You can get the link by navigating to your photo in SmugMug, clicking the "Share" button below your photo, and choosing "Get a Link".


    OK. Thanks
Sign In or Register to comment.