Removing the Image Hyperlink Border

Dear Dreamweaver forums and fellow members of it,
I'm currenty creating a web page in which some images are
linked to different pages but are positioned together as one.
Whenever I create the links, a hyperlink-colored border appears
around the image, which breaks the illusion of one picture.
Is there a code (either inside the IMG or A tags or part of a
CSS) that removes the hyperlink borders?

a img { border:none; }
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
==================
"DanMat6288" <[email protected]> wrote in
message
news:gn9ltf$7gv$[email protected]..
> Dear Dreamweaver forums and fellow members of it,
>
> I'm currenty creating a web page in which some images
are linked to
> different
> pages but are positioned together as one. Whenever I
create the links, a
> hyperlink-colored border appears around the image, which
breaks the
> illusion of
> one picture.
>
> Is there a code (either inside the IMG or A tags or part
of a CSS) that
> removes the hyperlink borders?
>

Similar Messages

  • In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone.

    In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone which are downloaded and not saved,but they remain in cache.
    Even in some apps i have data which i want to remove,but cant find a way to remove them and they are in my cache eating up my memory.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • How to remove the "Image Mask" labels under the effects tab in the Inspector window

    I'm still trying to find my way round Final Cut Pro X after using Final Cut Express for many years. I don't know how I have manage to finish up with two Image Masks being set under the effects tab in the Inspector window. The Image Mask effects are not active (the box adjacent to the label is not blue) How can I remove the Image Mask label from the Effects tab in the Inspector window?
    Thanks JohnH

    JohnHutchinson wrote:
    … How can I remove the Image Mask label from the Effects tab in the Inspector window?
    just click onto the grey bar and…
    … and hit 'delete'/back-space key.-

  • My RGB colors are turning to cmyk while bringing image from illustrator or photoshop. Why?  Removing the image from that page bright RGB colors are back.. hmm

    My RGB colors are turning to cmyk while bringing image from illustrator or photoshop. Why? 
    Removing the image from that page bright RGB colors are back.. hmm

    Edit > Transparency Blend Space > Document RGB

  • When I put in a DVD, the mac locks up, an image from the DVD stays on the screen even when the dvd is removed.  The only way to remove the image if to do a hard shutdown.

    When I put in a DVD, the mac locks up, an image from the DVD stays on the screen even when the dvd is removed.  The only way to remove the image if to do a hard shutdown.
    Is the hardware corrupt?

    Could you be a little more descriptive, does this happen with all DVDs? Please describe the type of DVDs you are attempting to use, commercial movies, blank DVDs, etc...

  • Quick question - JButton containing an Image - removing the Images border?

    Hi, I have a JButton with an image inside it.
    I would like the JButton to have a border, but not the image when it is clicked.
    It currently looks like this - here
    As you can see, there are two borders (this is once the button has been clicked).
    The one around the JButton is the one I wish to keep, the one around the ImageIcon is the one I would like removed.
    I am sure there is a simple way to do this - I'm sure I have managed it before.
    part of the code used to create:
    JButton money = new JButton();
    money.setBackground(buttonColor);
    money.setIcon(new ImageIcon ("money.gif");

    That thin blue box is indicating the button has focus. It appears even if the button just shows text and has no icon. Here is an example where I get rid of it on btn1 but not btn2.
    And in the future, please post Swing questions to the Swing forum.
    import java.awt.*;
    import javax.swing.*;
    public class ButtonExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    new ButtonExample().launch();
        void launch() {
            JPanel cp = new JPanel();
            JButton btn1 = new JButton("button 1");
            btn1.setFocusPainted(false);
            JButton btn2 = new JButton("button 2");
            cp.add(btn1);
            cp.add(btn2);
            JFrame frame = new JFrame("ButtonExample");
            frame.setContentPane(cp);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.pack();
            frame.setLocationRelativeTo(null);
            frame.setVisible(true);
    }

  • How can I remove the image from an OCR/Image PDF?

    I have some scanned PDFs which have perfect rendering via OCR.  Every word is in the proper place. To make the file size smaller and the text clearer, I would like to remove or detach the image overlay.  How can this be done?  The files are over 90% images in size.
    This is with Acrobat Pro 9 on OS X Snow Leopard, but I assume the technique is independent.
    Thanks for your help.

    No.

  • [F8] Tree Component: How can I hide/remove the scrollbar and border?

    I'm using the Tree Component in my Flash 8 Pro - Project. I'm
    trying to customize the look of the Tree component in two ways:
    1. Is there any way to remove the scrollbar from the Tree
    Component?
    2. Can I also remove the Border from the Tree Component?
    I checked the Component Inspector and couldn't find any
    options for the scrollbar nor the border.
    Does anyone know how to do this or could you point me in the
    right direction?
    Thanks

    You can use the Status-4-Evar extension to replace some functionality that was lost withthe removal of the Status bar in Firefox 4.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" after you have installed the Status-4-Evar extension and drag the items (Status Text, Progress Meter, Download Status) upon the Add-ons Bar (View > Toolbars > [X] Add-on Bar)
    * Status-4-Evar: https://addons.mozilla.org/firefox/addon/235283/

  • How can I remove the text hyperlink blue color/visited color?

    Just a quick one if anyone can answer.
    How do I remove or change the color of text hyperlink? For instance if I have some navigation text how can I make it show as
    a solid color instead of the hypertext blue coloring? Also how do I remove the visited link color?
    I want to do this so I just have the text color change when I mouse/hover over it which I already have done.
    I have an example of what I am talking about. Example 1 is my text and example 2 is what I want to achieve. thanks in advance
    for any help...

    The following tutorials may help you understand how to style links and descendant classes:
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Descendant selectors:
    http://www.projectseven.com/tutorials/css/pseudoclasses/page3.htm
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Programmatically remove the image associated to an item

    Hi all.
    I am trying to delete the image associated to a Portal 10.1.4 item via PL/SQL.
    Basically I need the functionality of the Edit Item Portal form that is performed clicking the little red cross (javascript:doApply('DelTitleImg')) below the image.
    I have tried invoking both modify_item_post_upload or modify_item (omitting p_image_name) to no avail. For example (this is the same code I use to modify an item, so I know it works):
    pv.g_iid := wwsbr_api.modify_item_post_upload(
                                    p_master_item_id => pv.g_mid,
                                    p_item_id        => pv.g_iid,
                                    p_caid           => pv.g_pgid,
                                    p_folder_id      => pv.g_fid,
                                    p_region_id      => pv.g_rgid,
                                    p_display_name   => pv.g_dname,
                                    p_description    => pv.g_descr,
                                    p_display_option => wwsbr_api.NEW_WINDOW,
                                    p_addnewversion  => FALSE,
                                    p_text           => pv.g_text,
                                    p_url            => pv.g_url,
                                    p_publish_date   => l_pdate,
                                    p_expiration     => l_adate,
                                    p_expire_mode    => l_expire,
                                    p_attribute_id   => l_attr_id,
                                    p_attribute_caid => l_attr_caid,
                                    p_attribute_data_type => l_attr_data_type,
                                    p_attribute_value     => l_attr_value);I get no errors, but simply the image is not removed. Is there an API I'm not aware of that should be used?
    TIA for your help.
    Alessandro

    Hi, you release could use wwsbr_api.delete itemHi and thanks for your reply.
    I'm not sure I understand, though: I don't want to delete the whole item, just the image.
    According to Oracle, there's no supported API to do that at the moment (filed an ER) so I'll probably have to delete / recreate the item: were you referring to that kind of solution?
    Alessandro

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • Can I remove the image in conversation

    Due to the big size of image it hide data and we can see only small amount of data only.
    If we can set the size of image or just remove it because we already have the user name there with every comment
    Thanks
    http://www.advancesharp.com

    Try Tools->Options->IM and check the "Hide Pictures in IM" box.  You may have to update your client to see this setting.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How do i remove the red dotted border around links?

    On several websites (Facebook, Twitter, Hootsuite, etc) any link is outlined by a red dotted border. I don't know if I inadvertently changed a setting but it never was like this before and I can't figure out how to disable the dotted border from showing.
    Any help?

    There are browser.display.focus* prefs that you can check on the <b>about:config</b> page to see if the have the default value.
    *http://kb.mozillazine.org/about:config

  • How can I remove the gradient background & border from an ImageIcon?

    Problem1: Hey, I have a program that randomly displays a stop sign that I'm supposed to click on as fast as I can. And I created a gif with the stop sign, with it's background transparent. But when I added it to my application using an ImageIcon, whatever's supposed to be transparent in the gif is shown up as a gradient. There's also a border around the ImageIcon. Is there any way to get rid of these? Thanks
    Problem 2: I also have a background for my entire application, but it stays the same size no matter if I maximize the application or run it on a different screen size. Is there any way to scale a background (it's animated), to the full screen?
    Thanks again! It's for a project due tomorrow. I'm doing final touches.
    Here's some of my code. It's really long, so I took out what I think is related. JButton stopSign1 = new JButton();
    this.getContentPane().add(stopSign1,null);
             ImageIcon stopSign = new ImageIcon("Dead_End.gif");
             stopSign1.setBounds(new Rectangle(randomX, randomY, 150, 150));
             stopSign1.setIcon(stopSign);
             stopSign1.setVisible(false);

    Try stopSign1.setBorder(null);
    stopSign1.setOpaque(false);Also, in future, post Swing questions in the Swing forum.

  • Removing hyperlink border around image/auto forward

    I made an image on a webpage into a hyperlink. However, I would like to remove the visual hyperlink border...the one that is blue before you visit it, and purple afterwards. How can I do this?
    And on a related note, how can I set the hyperlink to automatically move to the linked page after a certain amount of time, say 10 seconds? Thanks in advance for your help.

    I made an image on a webpage into a hyperlink. However, I would like to remove the visual hyperlink border...the one that is blue before you visit it, and purple afterwards. How can I do this?
    Add this to your CSS -
    a img { border:none; }
    And on a related note, how can I set the hyperlink to automatically move to the linked page after a certain amount of time, say 10 seconds?
    You'd have to have the onclick attribute of the anchor tag call a delaying javsacript routine that only releases after 10 seconds.  It's bound to be confusing, though.

Maybe you are looking for