Create hot spot for link?

Hi,
Technically this is text inside a text box -- but I want to click anywhere
on the green SHOP ONLINE box and activate a link to go to the store:
Home
Any suggestions welcomed.
Anita

Hi Anita
You can use the text frame itself as a box and apply hyperlink for your shop page. So that users can click anywhere on the box and they will be directed to shop page.
If am missing out anything here , please provide me more details to understand what exactly you are trying to achieve.
Thanks,
Sanjit

Similar Messages

  • Creating Hot Spots in DPS

    I have a spot where I would like the same position to have both the open and the close button.
    For example, an image with a little “+” icon : when you tap the “+” icon, a box opens up with information, and the “+” icon changes to an “x” icon (the “x” is in the exact same place as the “+” was before)
    The image with the “+” icon is one state, the second state shows the information with the “x” icon – I would like it so that when you click on this “x” it brings you back to the first state.
    I know it can be done because I have seen it used in other digital magazine publications (for example, in Vanity Fair magazine)
    Can anyone explain me how to do it step-by-step? Tutorial link also be very helpful.
    Thnx.

    There are tutorials for creating hot spots and toggle buttons in DPS Tips > Advanced Overlays. Example:
    http://contentviewer.adobe.com/s/DPS%20Tips/7f80a0ffed3a4ff08734bc905aac4a29/Advanced_Over lays/04_Button_Toggle.html

  • Traveling to the Bahamas and Hot Spots for my iPhone

    Can I use my phone in Nassau, Bahamas?  And what charges/plans are there or will there possibly be?
    Also, can someone explain a hot spot for me and is it free?  I notice that I have to contact Verizon to get it set up, which makes me think it isn't free. I do have internet at my home.
    Thanks!

    Hello shellshell211
    Yes your device will work in the Bahamas! Have a great trip! Here's a link that will explain the charges when you use your device in the Bahamas: http://www.verizonwireless.com/b2c/tripplanner/tripplannercontroller
    The hotspot application allows you to use your iPhone 4 to connect up to five Wi-Fi enabled devices. It's great feature that uses your iPhone as an internet source for other devices. Here's a great link with the mobile hot spot application pricing: http://www.verizonwireless.com/b2c/plans/?page=mobileBroadband
    Please let me know if you need any further assistance
    Thank you
    JoeL_VZW
    Please follow us on twitter @vzwsupport

  • Deactivate the double click/ hot spot for a particular row in alv grid.

    Hello,
       As per a certain condition how to deactivate the double click/ hot spot for a particular row in alv grid.
    Regards,
    Saroj

    where u define layout there is a field hotspot.like
    data: var.
    if con is true
    var = 'X'. (show hotspot)
    else.
    var = ' '. (deactive hotspot)
    elseif ws_fieldcat-fieldname = 'DMBTR'
                    AND ws_fieldcat-tabname = 'T_MTAB'.
          ws_fieldcat-do_sum = C_X.
          <b>ws_fieldcat-hotsopts = var.</b>
          MODIFY Wt_fieldcat FROM ws_fieldcat
                  TRANSPORTING   DO_SUM.
    It is helpful for u. if any problen send me ur coding i will change it.
    Regards
    Manish Kumar

  • Can i use my iPhone as a hot spot for my iPad 2

    Can I use my iphone as a hot spot for my ipad 2?

    Yes, so long as your iPhone has the personal hotspot service enabled.

  • My iPhone5 is my wifi hot spot for my mac mini computer and iPad. I live in a rural area. Will this be sufficient to run apple tv and air play?

    My iPhone5 is my wifi hot spot for my mac minim computer and iPad. I live in a rural area with no other options. Will this be sufficient to run Apple TV and air play?

    If you are intending using your hot spot to download movies for the Apple TV, you'll very quickly eat through your data allowance.

  • How to create menu function for link to open file

    Hi,
    I need help how to create menu function for link to access file and allow user to save the file when click on it.
    The file will keep inside server.
    Thank you.
    Regards,
    Wilson

    I need help how to create menu function for link to access file and allow user to save the file when click on it.
    The file will keep inside server.AFAIK, you have to write a custom code to achieve this and Oracle does not provide this functionality.
    If you want to store the file as an attachment, please see (How to Store Image/PDF Attachments on the File System in 11i and R12 (like Attachment File Directory) [ID 294525.1]).
    Thanks,
    Hussein

  • Can I use the samsung galaxy phone as a hot spot for the ipad

    can I use the samsung galaxy phone as a hot spot for the ipad

    If your Cell carrier supports it, you should have an option in your phone for "Portable Wifi Hotspot"  under Wifi and networks.
    Look in your Phone's manual for specifics.
    http://www.fusiondub.com/how-to-turn-your-samsung-galaxy-s3-into-a-wi-fi-hotspot -2/
    Once you set up the Hotspot, the iPad can connect to it like a regular Wifi network.

  • Hot spot for field based on field value

    Hi,
    Im using ALV list to display report. And I have enable hot spot for that field based on field value. For example, If the field has value " 0 " then hotspot should be enabled for that field. If the field has value " 1 " then it should be displayed as normal field without hotspot.
    Can anyone tell me how to do this?
    Thanks,
    Amal

    Hi Amal
    Do this
    In your final internal table
    add a table type
    gi_cellstyles TYPE lvc_t_styl
    Then (while populating output)
    FORM prepare_edit_output.
    * say your field is 'field'
      DATA : lw_stylerow TYPE lvc_s_styl,
             li_styletab TYPE lvc_t_styl.
      IF gw_output-field = '0'.
        CLEAR lw_stylerow.
        lw_stylerow-fieldname = 'FIELD'.
        lw_stylerow-style     = cl_gui_alv_grid=>mc_style_hotspot.
        APPEND lw_stylerow TO li_styletab.
      ELSEIF gw_output-field = '1'.
        CLEAR lw_stylerow.
        lw_stylerow-fieldname = 'FIELD'.
        lw_stylerow-style     = cl_gui_alv_grid=>mc_style_hotspot_no.
        APPEND lw_stylerow TO li_styletab.
      ENDIF.
      INSERT LINES OF li_styletab INTO TABLE gw_output-gi_cellstyles.
    ENDFORM.
    In your layout building
        gw_layout-stylefname = 'GI_CELLSTYLES'.
    Pushpraj

  • Phone as hot spot for tablet?

    I have a tablet that is wifi only.  Is there anyway to setup my Galaxty Note 3 as a hot spot for the tablet?  I don't really want to set up a full service for this as the tablet will need the hot spot only once or twice a moth.
    Thanks in advance... Bob

    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/HT4517
    Use Bluetooth to tether your iPhone, iPod touch, or iPad
    http://www.macworld.com/article/1159258/bluetooth_tethering.htmlhttp://www.macworld.com/article/1159258/bluetooth_tethering.html
    How to Connect an iPad to an iPhone Via Bluetooth Tethering
    http://techtips.salon.com/connect-ipad-iphone-via-bluetooth-tethering-25472.html
     Cheers, Tom

  • TS1398 I phone hot spot for I pad issues

    I am having trouble using my I phone as a hot spot for my I pad. The I phone network option often times does not appear. When it does Iand I select it I get the unable to connect message??

    Time Machine in itself, without an external drive may well be good for instances where you accidentally delete documents that you later require. However in the event of a hard drive failure, if Time Machine backup is kept on the same drive as the original items, it will not be much use to you.
    In my opinion, it is vitally important that you have an external drive for backup, whether you use Time Machine or a another backup solution is entirely up to you.
    My situation is slightly unusual, I have four hard drives in my computer and multiple arrays of hard drive enclosures with multiple hard drives within them (in total I have 40 TB of storage). As a result of this I tend to employ more than one backup procedure, I use Time Machine to backup some items and a utility called tri-backup to backup other items. I also keep two backups of everything.
    Time Machine is free, it's included with your operating system, I wonder if you mean time capsule.

  • How to create a hot spot for a browser filled image?

    I have a background image created in Photoshop in the browser fill, scale to fill. 
    This is my landing page and would like to create a hot spot or "invisible" rectangle to link to another page in my site when clicked.
    I have this done and working, however, my problem is that when my browser size is enlarged or reduced, the spot where I want the hot spot to be changes in size and location.
    I want to create a hot spot that will keep its form around my logo no matter the screen size. 
    I have tried this with a no fill box and white stroke to see how it reacts with each fill property but cannot figure out how to create a box to be in a fixed position that will always match up
    with the browser fill image location and size.
    Thanks for your help.

    Hi
    Have you tried to pin the box on page so that it should be in fixed position ?
    Also if want the box to be on some specific position with page scroll, then you can try applying scroll effects which would scroll the box on page but within defined positions.
    Thanks,
    Sanjit

  • Export hot spots for GL CS2

    Hi, I've created a simple image with a hotspot but when I
    export as a jpeg I loose the hotspot. I've also tried to export
    jpeg + html and tried to paste the generated code in the sourcecode
    of my GL page but it's not working. What am I missing? I'm using FW
    CS3, GL CS2 and OS 10.4.11 all updated to latest versions.

    >wow! 100,000 shots...
    Really. It's nice to see someone has job security in this economy.
    >Everything I have read so far says to avoid using flash. The reasons given were: distraction (for the employees), uneven color (due to "hot spots") and time to recharge the flash between firing.
    Flash/strobe as far as I'm concerned, is going to be much more consistent color and exposure wise than tungsten. Flash tubes tend to stay much more constant over time and will certainly last much longer. And you won't have hot spots if you do as Ann says:
    >That means having at least two identical units positioned at equal distances on either side between the camera and the blue print and at a 45° angle from the print.
    Considering the enormity and apparent historic or other importance---and not knowing what sort of equipment you already have---I certainly wouldn't consider it imprudent to figure in an investment of a few hundred to (more likely) a few thousand dollars in order to make this happen as expeditiously as possible.
    And if you're going to be doing 100,000 shots straight down, either make sure you have a comfortable set-up and/or enroll in a yoga class, because that's gonna be tough on the back.
    >I still think someone is exaggerating or pulling my leg.
    Somehow, I think that as well. Otherwise, we'll see you when you surface in 3.42 years.

  • Create Hot Spot with multiple APX

    I have many APX units (802.11g versions) providing individual coverage for corridors in an office building. I would like users to see a single hot spot (or at least fewer hot spots) that utilize multiple nodes. All APXs are ethernet connected (static addresses, same network) and currently 'create' multiple individual wireless networks. As long as users stay in one place it's not a problem, but they cannot move about without necessitating a change from hot spot to hot spot. WDS seems to revolve around avoiding the ethernet connectivity which I absolutely want to keep. Every definition I find on the discussions about 'extending' the wireless network seems to revolve around an APX being a client of a wireless network while providing wireless access at the same time. What I'm hoping to do is to have additional APX units 'bridge' a common ethernet network while presenting a single WiFi network that maintains connectivity if users roam to another part of the facility. Anybody pulled this off? Tips? Pointers?
    Thanks,
    Greg

    Unless I'm missing something, it seems you want to create a "roaming network". Read about it in page 42 of Apple AirPort Networks.
    You are correct... do NOT confuse a roaming network with "extending" a network, or creating a WDS. A roaming network is infinitely preferable to those alternatives.
    Each Express must be configured to use the *exact same network name and security.* Users will be able to wander about the office and will enjoy seamless connections without having to join a different network. There are only minor caveats... if you're listening to an iTunes radio station for instance, streaming will stop as you go from one node to another.
    In a roaming network, the Expresses will use different wireless channels. There are only three non-overlapping channels available in a "g" network. That's not as bad as it seems, though. For instance, if you've configured them to choose their wireless channels "automatically", one Express may choose Channel 1, a second Express will choose Channel 11, and a third will choose Channel 6. By the time you add a fourth Express, ideally it will be sufficiently distant from the first so it can choose Channel 1 again.
    When you get them all configured, you may wish to manipulate their multicast rate to optimize your network's performance. Why? If one Express remains within range of a client as it moves away from it and closer to another, it may still be connected to the first Express even though its signal is relatively weak. Multicast rate is designed to address that problem.
    Transmitter power is another parameter you can adjust in the event an Express's range is too great and you want to distribute the workload - an Express has a limit of ten wireless clients.
    Message was edited by: John Galt

  • Hot Spot for the Samsung Fascinate Galaxy S

    I need to know if making my Samsung a hot-spot will be good,  or will I have trouble with it??

    Hello Larryde,
    I apologize for the delayed response.  Mobile Hotspot is an excellent feature, I use it daily!  There have been no issues reported with the capabilities of the Fascinate Hotspot.  For $20 a month you would have a 2GB monthly allowance.  You will be able to connect up to 5 devices at a time via Wi-Fi.  You will be running at the same 3G speeds you experience on your phone. You can manage your usage by checking My Verizon, dialing #DATA or using the My Verizon Android app.  Here is a link to some additional FAQ on the Mobile Hotspot.  Please let me know if you have any additional questions.

Maybe you are looking for