Anchor Link for an Image

Hi There
I am trying to create an anchor link in a site that I have built and need it to link to an image rather than a piece of text.  Does anyone know how you do this please I am using CS4 - thanks.
G
(Question - are Chocolate Chip Cookies bad for a dinner if your a web designer)

Place your image in the HTML document:
In front of the image tag, add your starting anchor link:
Close the anchor tag right after the end of thr image taghttp://webdesign.about.com/od/htmltags/ht/URL
http://webdesign.about.com/od/htmltags/ht/htlinkimage.htm
Hope this helps

Similar Messages

  • How to keep Anchor links for all small piece of Images in a BIG Image?

    Hey,
    I have a Bigger Image, in which I have some number of Images (created it through Fireworks)..
    Now I need a links to all those piece images
    For more info: pls check my actual thread here: http://forums.adobe.com/message/4695100#4695100
    Hoping for quick soln..
    Thanx!

    HI,
    I just did what mentioned in that link, i was able to create an image with links..
    BUT my requirement is quite different:   Iam using Nivo Slider JQuery Plugin in which Iam thinking to place an Images in which it displays some 3 products in each images.. so If I place 3 images, it means it displays 9 products (3 products in each Image).. that means, there should be 3 differnt anchor links in each image and total 9 anchor links for 3 images.
    I guess iam clear.. BUT iam not sure whether this is POSSSIBLE practically or not..
    COuld you please suggest whether this is possible or not..?
    FYI, here is a  jqurey plugin you can get freely: http://nivo.dev7studios.com/
    I will be glad if anyone helps me out in this..
    Thanks!

  • Disable link for a Image in Content editor web part

    Hi
    i want to disable hyperlink for a banner added using content editor web part. Instead of hiding using Target Audience, i want to disable the link.
    Please help me how can i achieve this?
    regards,
    Vinay
    Thanks and Regards, vinnu

    Hi Vinay,
    I recommend to disable the link for an image using Jquery in Content Editor web part.
    First, you need to use F12 tool in Internet Explorer(IE) to get the html tag for the image, and you’d better find the class or id value for the tag of the image.
    For example, if the class for the image is test, then the code should be:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
    <script type="text/javascript">
    $('.test').click(function(e) {
    e.preventDefault();
    </script>
    You can also paste the code of the image here for further research.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Set link for main image in gallery

    Hi, how do you set link to the main image in the photo
    gallery? I was able to add photo caption using the
    spry:detailregion but cannot do use the same method for the main
    image because Spry won't allow nested div.
    I saw a thread that talked about changing the SetMainImage
    function but I've tried that it doens't seem to work. Can you show
    me how to edit the code to do this? Thank you.

    ok, after a day of trial and errors, I found a little fix for
    this. It is not pretty but it does the job. First, change the
    mainImageOutline div to a link. Second, add in two lines of codes
    into the function ShowCurrentImage()
    html file
    <a href="#" id="mainImageOutline" style="width: 0px;
    height: 0px;" ><img border="0" id="mainImage" height="250"
    width="250" src="images/spacer.gif" /></a>
    gallery.js
    function ShowCurrentImage()
    var curRow = dsPhotos.getCurrentRow();
    // added by Tri
    var tri_imgHolder =
    document.getElementById("mainImageOutline");
    tri_imgHolder.href = curRow["@newsLink"]; // this pull the
    link from the XML file
    // added by Tri
    SetMainImage("2006_home_news/" +
    dsGalleries.getCurrentRow()["@base"] + "images/" + curRow["@path"],
    curRow["@width"], curRow["@height"], "tn" + curRow["ds_RowID"]);
    link in the xml file
    <photo
    path = "Domlg.jpg"
    width = "440"
    height = "250"
    thumbpath = "domthumb.jpg"
    thumbwidth = "90"
    thumbheight = "70"
    newsLink="
    http://www.tringuyen.net">

  • Get link for placed image

    I am placing a graphic image file on a page in an InDesign (CS6) JavaScript script:
    var imageArray = page.place(imprintFile, [imprintImageLeft, imprintImageTop]);
    var imprintImage = imageArray[0];
    var imprintImageFrame = imprintImage.parent;
    var imprintLink = myDoc.links.lastItem();
    I want to get the link that is created when the image is placed. Is this the way to do it (reference the lastItem in the links array)?
    All I want to do is unlink the image to make it embedded. Is there a better way to do that?
    Thanks!

    Hi,
    call unlink() method with your image link property:
    imprintImage.itemLink.unlink();
    Jarek

  • Anchor link only for image in table header for sorting

    Hi,
    I need to implement sorting functionality for datatable.
    for sorting header of the table column will have image along with header text.
    for this i am using <h:commandLink> and <h:graphicImage>.
    But i am getting behaviour as anchor link for both text and image.
    deserved behavior for this is only ofr Image.
    If any one implemented the same ..please help me
    Regards

    Try:
    Sub ClearKeepWNext()
    Dim Tbl As Table, i As Long
    For Each Tbl In ActiveDocument.Tables
      With Tbl
        .Range.ParagraphFormat.KeepWithNext = False
        For i = 1 To .Rows.Count
          With .Rows(i)
            If .HeadingFormat = True Then
              .Range.ParagraphFormat.KeepWithNext = True
            Else
              Exit For
            End If
          End With
        Next
      End With
    Next
    End Sub
    If the tables only have a single heading row, you could instead use:
    Sub ClearKeepWNext()
    Dim Tbl As Table
    For Each Tbl In ActiveDocument.Tables
      With Tbl
        .Range.ParagraphFormat.KeepWithNext = False
        With .Rows(1)
          If .HeadingFormat = True Then
            .AllowBreakAcrossPages = False
          End If
        End With
      End With
    Next
    End Sub
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Anchor text for images: where insert it?

    I see a field for ALT attributes in property bar, but what
    about anchor text for you image links? How does one insert that? is
    there a filed for that there? thanks

    You don't need a hotspot to make an image a link :-)
    Highlight your image, and in the PI give it a link. However,
    be aware that
    you may get a blue border around this image if it is created
    as a link - you
    need to use css to remove it.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Customisation Service Available:
    http://www.csstemplates.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Fred1000" <[email protected]> wrote in
    message
    news:eqn2kj$dmm$[email protected]..
    > If you are talking about making an image a link, you
    need to use the
    > "hotspot"
    > feature. Click on the image, draw the hotspot on the
    image using the
    > shapes in
    > the lower left side of the property inspector and then
    fill in the url of
    > the
    > link.
    >

  • How to create a link on an image

    Sorry for the basic question but I am totally new to Flex. I
    try to find how to do this simple HTML code in Flex - without using
    the mx:htmlText tag:
    <a href="www.adobe.com"><img
    src="adobeLogo.jpg"></a>
    I tried to create a linkButton but I am not able to put the
    link for the image.

    put a click method on the image and in the function use:
    var u:URLRequest = new
    URLRequest("http:www.yourdomain.com");
    navigateToURL(u);

  • How to read ZIP files(having PDFs,Image) using MQ Series link for R/3

    Hi,
    1)Is it possible to transfer a zip file (having an image or pdf) using IDocs in SAP 4.6C using MQ Series link for R/?
    Scenario: "MQ Series link for R/3" converts Business-Reports from a third-party software,into SAP IDocs.Each Business-Report contains one XML file and one ZIP file.
    2)Being on ABAP side,do I have to worry about how the zip file would be converted into IDocs?
    Detailed descrption:
    This scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I want someone who has worked in a similar scenario to confirm this.

    Hi,
    I have a feeling I have posted this question in the wrong forum or maybe I will let you decide this.Any help would be appreciated (even the right forum name).
    My scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I wanted someone who has worked in a similar scenario to confirm this.

  • Gallery composition with link/anchor to a specific image

    Hello everyone,
    Is there a way go to a page that has a gallery composition in it and being able to show the page with a specific image in the gallery?... So if I have five images on the gallery, the link to the page might include the name of the image or anchor name and when the link is clicked it will land showing that image.
    Thanks in advance.

    Hello,
    You can try creating the gallery using widgets and then use 'Hyperlink' to link the individual images to other pages in Muse site.
    Regards,
    Neha

  • Embed a web link into an image for email

    Embed a web link into an image for email.  Anyone knows how to do this?

    Fantastic!!
    Where did you get that?!   I'll try it with the "poster frame" of a movie.  I am so grateful.  It opens a whole new world.

  • Is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?

    Hi there.
    i have set my links to be black in my page properties.  i have somes images that i am using for links and i do not want the to have a black box tracing their outline.  it's messing up my design and tables.  is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?
    see attachment.
    thanks for sharing your knowledge with me.
    gina

    If you would like your NON-linked images to have a border, and only remove the border from linked images then this css:
    a img { border:none; }
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Download link for images

    What is the solution to create a download link that will
    automatically start to download to the hard disk or ask where to be
    saved (ie. Desktop, Downloads)? What I don't want to happen is to
    have the image open in a new browser window. I have .eps, .tif and
    .jpg files. Is this hard to do? I can't find any help anywhere on
    the net for this problem.

    .oO(A Dion Lainy)
    >What is the solution to create a download link that will
    automatically start to
    >download to the hard disk or ask where to be saved (ie.
    Desktop, Downloads)?
    >What I don't want to happen is to have the image open in
    a new browser window.
    >I have .eps, .tif and .jpg files. Is this hard to do? I
    can't find any help
    >anywhere on the net for this problem.
    Well, usually the preferred way is to just link to the image
    or another
    file and let the browser/user decide what do with it.
    If you still want to "force" a download, the easiest way for
    you as the
    author is to simply zip the file(s). In most cases this will
    cause a
    download dialog, but also creates another hurdle for the
    user, because
    he has to unpack the file before he can use it.
    Another way - a bit more complicated for you, but much easier
    for the
    users - would be to deliver the files with another content
    type like
    "application/octet-stream". This should also cause a download
    dialog.
    How to do that depends on the capabilities of your server. It
    can be
    done with scripting or even with just a simple AddType
    directive in an
    .htaccess file on Apache servers.
    Micha

  • Does anyone have a good link for images I can access for my web development work. I have Adobe Creative SUite 5.5

    Does anyone have a good link for images I can access for my web development work. I have Adobe Creative Suite 5.5

    In short, NO.
    I was hoping that the 7.4.1 update would allow it to work, but it has caused more problems than it is worth.If you do actually get it to work you will see the TC in finder (under Shared) when connected to the internet outside of your home network. What I have found though is that the 7.4.1 firmware update has made using the internet at home almost impossible.
    I have tried Hamachi but it is not reliable.
    I have settled with Dropbox so my files are synced between my home machine and laptop.

  • Changing the linked image for the Image Matte Key doesn't work

    When I change the linked image for the Image Matte Key in Photoshop, the link does not change in my Premiere Pro CS6. Sometimes it takes 2-3 times going into the Image Matte Key setting and locating the new matte in Explorer (each time having to re-locate the folder that the matte is in) to see it within the premier monitor. Any suggestions?

    Hi
    The commands work correctly here on the same OS etc: Cycle Locators jump to the next/prev marker and the Playhead jumps to the Start of the Marker.
    Default KC are Control Command +Arrow Left/right
    Step 1: check you are using the correct key command :-)
    CCT

Maybe you are looking for