Adding hyperlinks to areas of a jpeg

I want to use a big jpeg as the background to a simple
sitemap webpage, and then add buttons with hyperlinks on it. How do
I do this?
I have CS3 Dreamweaver and Photoshop, and I'm a beginner.
many thanks

You cannot add hyperlinks or image maps to a background
image. Further,
aligning page content to a background image is like nailing
jelly to the
wall. It will fail.
Your path is a forlorn one. It's not the right way to go.
Consider this -
Taking a Fireworks comp to a CSS-based layout in Dreamweaver
http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Nathsh" <[email protected]> wrote in
message
news:gg53k3$1fe$[email protected]..
>I want to use a big jpeg as the background to a simple
sitemap webpage, and
> then add buttons with hyperlinks on it. How do I do
this?
>
> I have CS3 Dreamweaver and Photoshop, and I'm a
beginner.
>
> many thanks
>

Similar Messages

  • Adding hyperlinks to objects in 3D PDF

    Hi everyone,
    I'm trying to figure out if 3D PDF has the capability to import a number of individual machine models (made in SolidWorks) to create a 3D layout of a facility, and then make it so people viewing this layout can click (or doubleclick) on a machine and have that open a web page (or another .pdf file)...are there javascript routines that get called when one of the objects is clicked/doubleclicked? If so, can that script be used to open up a url?
    Any help would be appreciated,
    Thanks,
    Jon Fournier

    On second thought, here is the an example code for adding hyperlinks to objects. It will be very tedious to do this for a huge number of parts. If metadata could be stored (no such luck) in the u3d file, this process would be very easy.
    - Greg
    http://www.immdesign.com
    The u3d file and pdf example are available using the links:
    http://www.immdesign.com/templates/hyperlink.pdf
    http://www.immdesign.com/templates/robotHand.u3d
    Parts of the code below were given to me by Grayson Lang.
    The code below must be added as a document level javascript
    use the menu - Advanced->Javascript->Document Javascript...
    // -------- Start of Document Script
    initialize3D = function ()
    var a3d = getAnnots3D(0)[0];
    var c3d = a3d.context3D;
    if ( a3d.activated )
    app.clearInterval( timeout );
    c3d.runtime.doc = this;
    c3d.runtime.app = app;
    var timeout = app.setInterval( "initialize3D()", 200 );
    // -------- End of Document Script
    // -------- Start of 3D Script
    // Save this code in as a .js file and use it as the default
    // script when inserting the u3d file into your PDF file
    // ugly code to add hyperlinks on selection of an object
    // this will only work with URLs and will not work for
    // just openning any old file
    // format for the hyperlink array -
    // hLinks["the object's name"] = "file URL"
    var hLinks = new Array;
    hLinks["fingertip-1"] = "http://www.immdesign.com"
    hLinks["fingertip-2"] = "http://www.myroombud.com"
    hLinks["fingertip-3"] = "http://www.adobe.com"
    function onSelection( objName ) {
    if ( typeof( hLink = eval( "hLinks['" + objName + "']" ) ) != 'undefined' ) {
    if (runtime.app) { runtime.app.launchURL(hLink); }
    // ack! we have to create our own "pick" function since there is no way
    // to get the selected object from the Acrobat pick right now
    var downX = -999999999999;
    var downY = -999999999999;
    var mouseDown = 0;
    myMouseHandler = new MouseEventHandler();
    myMouseHandler.onMouseDown = true; //this prop is true by default
    myMouseHandler.onMouseUp = true; //this prop is true by default
    myMouseHandler.onMouseMove = true;
    myMouseHandler.reportAllTargets = false;
    myMouseHandler.onEvent = function(event)
    // capture mouse down location
    if ( event.isMouseDown ) {
    downX = event.mouseX
    downY = event.mouseY
    mouseDown = 1;
    else {
    // check if mouse up is the same location as mouse down
    if ( event.isMouseUp ) {
    if ( downX == event.mouseX && downY == event.mouseY ) {
    if ( event.hits.length ) {
    objName = event.hits[0].target.name;
    onSelection( objName );
    downX = -999999999999;
    downY = -999999999999;
    mouseDown = 0;
    //Register the handler and turn the mule on
    runtime.addEventHandler(myMouseHandler);
    // ------ End of 3D Script

  • Adding hyperlinks to CP4 text

    Can anyone help with advise on how to add a hyperlink to text
    in Captivate 4. The hyperlinks from PowerPoint seem, to work, but I
    can't see a way to add a hyperlink in the text field to an external
    website.

    Hi
    Ok I was trying to record it, not working
    Make sure that you've copied or saved the pdf files are in the web site folder first
    1 insert text,
    2 with this text, create a fake link, blue and underline
    3 click on Click box in the tools box
    4 resize the click box over the fake link, I only keep the hint Type hint here (I deleted the 2 others) and I type Click on the link, in French Cliquez sur le lien
    5 click box is still selected, then in the left menu select Action tab
    6 In drop-down menu On success select Open url or file
    7 Click to browse, click on file or type the url
    8 Click on the drop down menu (arrow), click and select New so that way it will opens in a New browser window.
    When you export in swf
    You will have, at the end of the exportation, to copy paste manually the files in the web folder where is the swf file.
    Now we have a new problem. I didn't have this problem with all the projects published, but it happened once. Also, once on the server, the link would not open for that reason, see this blog. Still working on it. 
    http://sorcererstone.wordpress.com/2009/06/19/when-captivate-links-don t/
    sophie
    Date: Mon, 6 Sep 2010 19:21:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: Adding hyperlinks to CP4 text
    Can someone provide me to the steps of adding hyperlinks
    to CP4?
    >

  • Adding hyperlinks to word report generated using Report Generation Toolkit (RGT)

    Hi All,
    I am generating a word report using LabVIEW RGT. I would like to add Hyperlinks to the files in the local PC to the word report. I found few links which explain adding hyperlinks to Excel report but not word report.
    Please help me with this.
    Anandelamaran Duraisamy,
    Senior Project Engineer,
    Soliton Technologies (P) Ltd,
    www.solitontech.com
    Solved!
    Go to Solution.

    Hi Srikrishna,
    Thanks for your effort to reply. I think you are suggesting it for Excel report. 
    It seems that we can use the below shown VI to add Hyperlinks to a word report,
    I initially thought it will only work for HTML reports.
    Anandelamaran Duraisamy,
    Senior Project Engineer,
    Soliton Technologies (P) Ltd,
    www.solitontech.com

  • Adding Hyperlinks to other projects (Merged)

    I am running into an issue with adding Hyperlinks to other projects.  I have several projects that I have merged into one Master project.  I have generated all the child projects into their corresponding Merged Project folders in the master file.  All I am trying to do is link one project to another.  So in "Child Project A" I have a hyperlink to "Child Project B". I am linking to a "File" which is Project B's HTML file in the Master Project (Merged Folder).  When I do this, I get a message in project A that:
    "This action will create an external link to the help system.  The link may not function when the help system is moved to other systems. Create link anyway?"
    So I create the link and generate Project A, but when I generate the Master Project, the link does not work. How do I fix this?  Links that I have to pages within a project work just fine, but not when linked externally even though all the projects linked have been merged within the Master Project.

    My link is showing in the HTML like this:
    <a href="../../../MasterMerge/mergedProjects/ChildProject2/ChildProject2.htm">test link</a>
    Where "MasterMerge" is the name of the folder that I have given to generate the master project to.  I was expecting RoboHelp to convert my absolute path to a relative path that looks like this:
    <a href="../ChildProject2/ChildProject2.htm">test link</a>
    as you suggested.  I can't figure out why it is changing my absolute path to a relative path that is so long..and still the link is not working.  The work-around for this is that I go into the HTML and just paste in my absolute path.  I don't want to continue doing this.
    Note that my actual path looks something like this:
    Q:\QA\Application Documentation\MasterMerge\mergedProjects\ChildProject2\ChildProject2.htm
    Do I have too many folders?  If so, I'm not sure what to do about this since my project needs to reside on a specific drive and folder at work that other departments don't have access to.
    Thanks for responding!  I'm just so frustrated with this because it seems the little details are causing me the most trouble.

  • I recently upgraded to iOS 8. Looks like the pics I had in my messages are no longer appearing as pictures, rather they are appearing as JPEG files (not broken jpegs). I need to get these pics. Can't figure out how to do it. I'm on an iPhone 5C.

    I recently upgraded to iOS 8. Looks like the pics I had in my messages are no longer appearing as pictures, rather they are appearing as JPEG files (not broken jpegs). I need to get these pics. Can't figure out how to do it. I'm on an iPhone 5C.
    I've tried resetting my phone, looking for the pics in the new 'deleted' folder. I tried forwarding the jpegs to sees if they'll appear in a new message (but turnout the phone won't let me forward these pics). Apple is trying to say it's the 30 day reason, but I know that is not the problem. ALl of my pics older than 30 days were viewable. It is the upgrade that screwed this up. Help! Important pics!

    Try this to learn about using keys:
    http://www.apple.com/support/macbasics/
    You can also use your PC mouse.
    As for iPhoto, it sounds like you were trying to move files around in the library. That is a bib no-no in Aperture or iPhoto.

  • The RAW files I just downloaded on new MacBook Pro are designated as JPEG in the photo info box. Why??

    The RAW files I just downloaded on new MacBook Pro are designated as JPEG in the photo info box. Why??

    How did you download? Have you been using the Import panel?
    How is the pop-up selector for the "Raw+Jpeg" set?
    If you are importing raw+jpeg pairs, and you set this to (Use Jpeg as original), then you will see a little J on the thumbnail, otherwise a R.
    Or did ou import with Jpeg only?

  • Grey area in the JPEG image

    Recently my external hard drive with thousands of pictures failed. So I moved all of the files on the external to my Mac harddrive. I deleted the contents of the external hard drive. Now when I open the images (some not all) open with this grey area in the jpeg image. I'm assuming the file is partially corrupted. How can I restore the entire picture? The file size of the images seems to be the entire file but not showing up when I open the file. It does however show the entire picture as a thumbnail icon.
    And other pictures show different colors (not just grey).
    If someone can direct me to a software or perhaps tell me how to fix them. Not sure if Aperture has some capability of fixing this but hopefully someone out there has the answer.
    Cheers,
    Gilbert

    Are they gray, or partially gray in the Finder QuickView, Preview, etc or only in Aperture? If the former, then yeah they may be damaged beyond repair but if it is only Aperture, then it could be the in-app thumbs that are bad and you could try reconnecting them and then rebuilding thumbs.

  • Adding Hyperlinks to photos in iWeb

    Using a photo template in iWeb, I am having trouble adding hyperlinks to photos as well as to the 'captions' beneath the photos... is adding hyperlinks simply not possible in a photo template or available only on selected templates?
    Appreciate any help.

    Try this old technic:
    http://discussions.apple.com/thread.jspa?messageID=4888047&#4888047

  • A few of the photos will not transfer as they are saved as jpeg.rem files

    Hi,
    I'm new to this board and trying to transfer pictures and videos from my Blackberry Bold  (work one with T-mobile) to
    my PC.  I tried to do it by using media card reader and was sucessfully able to most of the files
    but for some reason a few of the photos will not transfer as they are saved as jpeg.rem files
    on my media card. Any ideas why would some of the pictures would be save in a different format
    and any suggestions how to transfer them?
    I have the same issue with the videos..out of 20+ that I have on the device memory i was only
    able to copy about 5 that are in .gp format...rest of them will not open as it appears to be encrypted.
    I also have a blackberry curve (with AT&T) as my personal phone...would it read my media card from the
    Blackberry Bold?
    Thanks!

    Hi guruli
    The .rem files indicate these files are encrypted.  This article should help.
    KB11454 - Encrypted files stored on the microSD media card appear as .rem files
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • SC items added to Work Area

    Hello,
    I would like to have confirmation about SC process in Sourcing when added to Work Area using 'Find' tab or 'Worklist' tab.
    In both cases, if SC items from Requirements table overview are added to Work Area, rows selected are transfered and not copied, aren't they ?
    By "transfered" instead of "copied" i mean SC items added to Work Area are no longer displayed in table overview of Requirements.
    Thank you for your answers.
    Regards.
    Laurent.

    Hello Pradeep,
    I wrote a message to OSS regarding this process.
    As i expected, when a requirement is selected and added to the workarea, it is actually transfered and not copied. When the requirement is in the workarea, you can no longer see it in the list above.
    So, there is no mismatch when using 'Worklist' tab or 'Find' tab.
    Regards.
    Laurent.

  • Adding hyperlinks to Flash Executable files

    I'm using a demo version of Flash 5 to see if I'd like to
    invest in a copy of Flash. I added hyperlinked text to to a flash
    movie I produced, and when I uploaded the html added to a webpage,
    when I click on the hyperlink it successfully takes me to the
    correct website. However, when I try clicking on the executable
    file version of the same flash movie, published at the same time,
    although I get the usual little hand when the put the cursor over
    the hyperlink I'm not taken to any webpage.
    Can anyone tell me what's going wrong?

    HI
    You need to use FlashJester JStart
    http://jstart.flashjester.com
    Download a FREE evaluation copy and try it.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Adding new depreciation area to assets

    Hi,
    1.I created a new depreciation area 13( tax depreciation) . When I am executing the transaction AFBN for adding this depreciation area to all the assets, first I am getting the error message
    +/- sign rule for the new depreciation area is too restrictive
    Message no. AU 113 " and
    " Closed fiscal years for areas 01 and 13 differ by more than 1 years ".
    2. I am in 4.6C and in OAAR, for depreciation area 13 the closed fiscal year is 2002 and for all others 2007.
    3. The OSS note 421549 is already implemented.
    Any help for resolving this is highly appreciated.
    thanks
    Srinivasa Vepa

    Hii
    as u said the message says that the closed fiscal year for dep.area 01 and 13 is more than one year.
    and u also state that the fiscal year close for dep area 13 is 2002 and for all others is 2007.
    so first step u need to do is to close the fiscal year for dep. area 13 till 2006.
    here the functionality of AA works like it allows only 2 fiscal year to be open at the same time.. so as the dep. area 13 is open since 2003 it will give u an error..
    so please try to close all this and i m sure it will solve ur query......
    thanks
    sejal

  • Adding Hyperlinks to text on a Summary Sheet in Powerpoint

    Hi
    I have a slide show that features No buttons, for questions 1- 10, If a user clicks a No button it prints a row of text with help for that particular topic.
    Im using vba to generate the wording and code for the summary page, see below
    Code for the No button is below
    Sub No1(button As Shape)
    If button.Fill.ForeColor.RGB <> RGB(128, 100, 162) Then
    button.Fill.ForeColor.RGB = RGB(128, 100, 162)
    Else
    button.Fill.ForeColor.RGB = RGB(255, 255, 255) ' default white colour
            End If
            q1Answered = False
            If q1Answered = False Then
            numIncorrect = numIncorrect + 1
            answer1 = "1. Answer to question 1 - Click Here for Further Help" & vbCr 'ADDED
            End If
    End Sub
    Code for the summary page is below
    Sub SummarySlide1() 'Summary Page for Create ADDED
        Dim printableSlide As Slide
        Dim homeButton As Shape
        Dim printButton As Shape
        Set printableSlide = _
        ActivePresentation.Slides.Add(Index:=summarySlideNumber1, _
    Layout:=ppLayoutText)
        printableSlide.Shapes(1).TextFrame.TextRange.Font.Size = 9
        printableSlide.Shapes(1).TextFrame.TextRange.Text = _
        vbCr & vbCr & vbCr & userName & _
        vbCr & "The following areas have been highlighted as one(s) which need development"
        printableSlide.Shapes(2).TextFrame.TextRange.Font.Size = 8.5
        printableSlide.Shapes(2).TextFrame.TextRange.Text = _
            answer1 & vbCr & answer2 & vbCr & answer3 & vbCr & answer4 & vbCr & answer5 & vbCr & _
            answer6 & vbCr & answer7 & vbCr & vbCr & answer8
            ActivePresentation.SlideShowWindow.View.GotoSlide 40
            MsgBox " Please Remember to Print Your Results before you leave this Page "
        ActivePresentation.Saved = True
    End Sub
    So what you end up with on the summary sheet is all the NO's the user has clicked
    for example
    1. Answer to question 1 - Click Here for Further Help
    What i'd like to do is turn the click here part in this text into a hyperlink to another web page
    Is there a way to do this using vba?
    Any help would be appreciated
    Thanks
    Jinks

    Hi Jinks,
    For this requirement, you could add a textbox with text: Click here, then use
    Hyperlink Object to add click action.
    With ActivePresentation.Slides(1).Shapes(3) _
    .ActionSettings(ppMouseClick)
    .Action = ppActionHyperlink
    .Hyperlink.Address = "http://www.microsoft.com"
    End With
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding RAW files to Aperture when JPEG exists

    Here's my situation:
    I recently bought Aperture and loaded my existing iPhoto library into it.  This library only includes JPEG files.  I have been shooting RAW+JPEG with a newer camera so I have an entire set of RAW files in a separate folder on my computer (which I never added to my iPhoto library).  I want to now load these RAW files into Aperture -- will they correctly pair up with the corresponding JPEG's?  What are the steps I need to take to ensure that they somehow pair with the existing JPEGs and I don't end up with duplicate RAW+JPEG files in different areas of my Aperture library?  I would also like the RAWs to become the master over the JPEGs. 

    Read this page of the manual:
    http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=4%26sec tion=6%26hash=apple_ref:doc:uid:Aperture-UserManual-91292IMP-SW5
    To import the RAW files that match the JPEG files in your Aperture library
    Choose “Matching RAW files” from the Import pop-up menu.The Include pop-up menu appears below the Import pop-up menu.
    Do one of the following:
    To import all matching RAW files regardless of rating: Choose “All matching files” from the Include pop-up menu.
    To import all RAW files matching JPEG files that are unrated or better: Choose “Unrated or better” from the Include pop-up menu.
    To import all RAW files that match the current rating: Choose “Current filter” from the Include pop-up menu.

Maybe you are looking for