Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Problem with Links

    Hi,
    i have a picture with a link.
    I used the web properties -> link tab and typed the following line:

    index_htm_files/image-1.jpg" rel="lightbox" title="my caption">image #1

    After export of my page i can see the following code in the html code which is not working:

    <a href="index_htm_files/image-1.jpg%22%20rel=%22lightbox%22%20title=%22my%20capt ion%22>image%20#1" onclick="return(xr_nn());">

    but the link should be:

    <a href="index_htm_files/image-1.jpg" rel="lightbox" title="my caption">image #1</a>


    How can i achieve this?

    Thank you

    Sebastian

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Problem with Links

    You can achieve this with a code placeholder of course.
    John.

  3. #3
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Problem with Links

    Hi John,
    yes, but if i put the link code to a placeholder i don't see the image or i must put additional code for the image to the placeholder. I thought it was possible with the link properties.

    Sebastian

  4. #4
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Problem with Links

    Yes, you'd have to place image code to into placeholder to. And no, you can't get it with link property.
    John.

  5. #5
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Problem with Links

    Quote Originally Posted by covoxer View Post
    Yes, you'd have to place image code to into placeholder to. And no, you can't get it with link property.
    Is it possible to inherit the size of the placeholder to set the size of the image?

  6. #6
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Problem with Links

    Try to set image height and width to "100%".
    John.

  7. #7
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Problem with Links

    Quote Originally Posted by covoxer View Post
    Try to set image height and width to "100%".
    Thank you John, it is working

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •