Remove Underline From Link Text

I use GoLive 5.0 - still works great and suits my capabilities.
However, I cannot figure out how to remove the underline from the text of a link (as one of my clients has requested) - and have the text continue to function as a link.
Can anyone suggest how to accomplish this?

Thanks for the tip.  It took some canoodling, but I got it to work. You can see the results at www.freeblues4u.com
For your reference, here is the method to eliminate underlines on link text for an entire page in GoLive 5.0:
In Layout click the CSS icon at the right of the header - on the resultant Style Sheet, right click and select "Add Selector" - Choose "a" - In the CSS Selector Inspector window, select the "F" Tab and select "none" in the Decoration menu - Preview and save the Page.
Thanks Again
Lee Vyborny
tropicalglen.com and CountryRoutes.net

Similar Messages

  • How do I remove lines from linked text?

    I am using Dreamweaver CS 4 and linked images and text are automatically underlined. How do I remove the underlines from linked text?
    https://www.adobe.com/support/dreamweaver/layout/link_underline/#72192
    According to the Adobe page above, I can add this code to the “head’ area of my html page and then all my links will not have visible lines, but I did that and the lines are still there. Any ideas why?
    <style type="text/css">
    <!--
    a:link {text-decoration: none}
    a:visited {text-decoration: none}
    a:active {text-decoration: none}
    a:hover {text-decoration: underline}
    -->
    </style>

    Hello,
    in my DW I can define this in the (translated from my german DW) page properties, see screenshot
    Have a look at Hyperlinks (CSS) >>> Unterstreichungsstil (underlining style) >>> use dropdown menu output >>> never underline (nie unterstreichen)
    Hans-Günter

  • Remove color from link text

    How do I remove the color from text that is a link to another page?
    Here is my script:
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: underline;
    a:active {
        text-decoration: none;
    But, it still looks like this:

    If  you want to change the colors of the links, you need to change them in your css:
    a:link {
    text-decoration: none;
    color: #ffffff /* this makes it white on any link */
    a:visited {
    text-decoration: none;
    color: #ffffff /* this is also white for any visited link */
    a:hover {
    text-decoration: underline;
    color: #ffffff /*this link is white, but when you hover over it, the underline shows up */
    a:active {
    text-decoration: none;
    color: #fffff /*another white link that is the active link */
    I thnk that is what  you are trying to do as  you stated you wanted the links to change. If you don't do that the links will be the default colors
    Blue for link, purple for the visited, etc.
    Jim
    Added later: This will change all your links on the page using the css. You can do it like fixated247  said above if that's what you want, if you only want it to change in the menu (which I cannot see, it's not there on the above linked page) you need to select the div or class that is using it.
    /*if the link is in the menubar div then make a different selector for each of the link, visited, hover and active, in that order */
    #menubar a:link     {
    text-decoration:none;
    color:#ffffff;
    etc. I hope you understand what I am trying to say.
    Jim

  • Removing underline from links

    I've searched the backposts which suggest editing the CSS files. That seems easy enough; however, when I open the CSS file for my "home.html" site, which has an underlined link, I don't see any text decoration tags. In fact, there's hardly anything there at all:
    .graphicgeneric_title_textbox_styledefault {
    background: transparent;
    float: none;
    margin: 0px;
    opacity: 1.00;
    div {
    overflow: visible;
    img {
    border: none;
    .InlineBlock {display: inline; }
    .InlineBlock {display: inline-block; }
    .tinyText {
    font-size: 1px;
    I don't see any place to change the underline function. What's happening here?
    Thanks,
    Chris

    Well, I think what you have done actually is made the link into a rollover link, and these are converted to graphics by iWeb. Unlike regular text hyperlinks, there is no CSS associated with rollover links. Just separate images depending on the rollover state. Here are the two images for your "portfolio" rollover link...
    http://www.chriskresser.com/test/ckphoto/homefiles/shapeimage_1_link0.png
    http://www.chriskresser.com/test/ckphoto/homefiles/shapeimage_1_rollover0.png
    You won't see anything against a white background for the first link because the text is white as well....but this is the normal state of your link. The second image is the grey colored rollover state image. You can basically use an image editing program to edit these images, then copy them back to the directory. But then you will have to do this everytime your page is published.
    I'm not sure what governs whether a text link becomes a rollover link or not in iWeb. It may have to do with whether you hyperlink the actual "portfolio" text vs. hyperlinking the TEXT BOX that contains the word "portfolio". I believe that separating out each word into separate text boxes and then hyperlinking the TEXT BOX for "portfolio" might alleviate your problem.
    Try this and let me know how it goes!

  • Remove underline from hyperlink in Mail.

    How can I remove the underline from hyperlinks in Mail?
    Thanks in advance!

    Thanks Roam.
    I actually used to be able to do this, six months ago at least. Now I cannot. It is odd.  I see my older signatures and they are without the underline and I do remember being able to remove them. The simple text edit no longer works for links now....
    Apple, please fix this!
    Thanks again.

  • How do i remove underlines from email addresses?

    I have a book where the text came in from a word file. Is there any way with InDesign to automatically remove all underlines from them?

    Be sure you uncheck the "preserve formatting" box if you go that route and replace it with "none." You could also just edit the style to look the same as the regular text if you think having a hyperlink style might be useful, like in find/change.
    Peter

  • Remove hyperlinks from links inside email

    I was wondering if you could create an exchange transport rule that would check all incoming email for hyperlinks, if it seen one, it would remove the hyperlink and change it just into text.

    Hello,
    Please try to build a transport agent to remove all HTML links from an incoming SMTP messages. And you need to use Visual Studio to realize it.
    You can refer to the "Setting up the Environment" section in the following blog:
    http://blogs.technet.com/b/exchange/archive/2013/01/21/how-to-write-an-exchange-2013-transport-agent.aspx
    If you have any feedback on our support, please click
    here
    Cara Chen
    TechNet Community Support

  • Remove underline from Hyperlinks

    I have made a presentation in Keynote on my MacPro.
    I have copied it via itunes onto my iPad.
    Each URL link is underlined on the iPad.
    It is not underlined (selected as hyperlink) in the original file on my MacPro.
    How do I remove the automatically added underline from the links on the iPad?
    Thanks,
    Toby

    I've tried to solve this without any success BUT I do have an alternative that seems to work good for me. Simply remove the "www." from the link and it un-underlines. So if you have "www.companyx.com"... just change it to "companyx.com".
    Message was edited by: rmajoran

  • TIP: Remove underline from HTML CFGRIDCOLUMN HREF

    It took me almost all of yesterday to find the solution on
    how the remove the underline in HTML CFGRID / CFGRIDCOLUMN with an
    HREF
    Before the CFGRID definition add this new style for each
    column where you don't want the underline appearing
    <STYLE>
    <!--
    .x-grid-col-3 {text-decoration:none !important;}
    .x-grid-col-4 {text-decoration:none !important;}
    -->
    </STYLE>

    Thank you so much, Scott for putting me on the right lines here.
    I've been putting up with underlined href links in my cfgrids for years now and finally snapped today. After much hunting on the Web and coming across many, many people who are frustrated by this issue, I found your solution in the rather obvious place to check first.
    Based on your solution, I tried
    .x-grid-col div {text-decoration:none !important;}
    in a separate CSS stylesheet, and that worked just great for all columns in the grid.
    Hussah!

  • Remove Starbucks from my Text Screen

    How do I Remove the starbucks ad from my text screen.  I just switched from my IPhone for this **.  Now you are telling me it was a huge mistake.  I am upset I pay a lot of money every month for verizon service and paid a bunch for this phone and I get stuck with ads/ apps I cannot remove.

    What phone do you have?  There are a lot of texting apps...LOTS.  Each one has different backgrounds and features, sounds, and all kinds of extras.  You can even get different keyboards separately from apps in the Store if you want a different layout, including iPhone-like keyboards.  I use the stock LG G2 app for texting, but I also use a separate keyboard app called Google Keyboard that is more to my liking.  There is also Hangouts which handles texts and video calling built into Android phones.

  • Removing underlines from text links

    hi there!
    i have a few text links on my site and i would like to remove
    the 'underlines' for aesthetics,
    does anybody know how this can be done (i am aware that there
    is a piece of code that can be placed into the 'head' of the html
    but am at a loss as to where to find it?)
    any help would be much appreciated, thank you!

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "andymanning" <[email protected]> wrote in
    message
    news:e3686k$c17$[email protected]..
    > hi there!
    >
    > i have a few text links on my site and i would like to
    remove the
    > 'underlines'
    > for aesthetics,
    >
    > does anybody know how this can be done (i am aware that
    there is a piece
    > of
    > code that can be placed into the 'head' of the html but
    am at a loss as to
    > where to find it?)
    >
    > any help would be much appreciated, thank you!
    >

  • Removing underlines from a link

    OK, here is a link to my site. I want the text that currently
    has links-
    [more]
    NOT to be underlined.
    How do I change this in a simple way, without having to
    create a style sheet or anything of that nature?
    I struggle with fundamentals.
    Thank you.
    http://www.idesrecordings.com

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "eyewreck" <[email protected]> wrote in
    message
    news:e24fc1$b04$[email protected]..
    > OK, here is a link to my site. I want the text that
    currently has links-
    >
    >
    > NOT to be underlined.
    >
    > How do I change this in a simple way, without having to
    create a style
    > sheet
    > or anything of that nature?
    > I struggle with fundamentals.
    >
    > Thank you.
    >
    >
    >
    http://www.idesrecordings.com
    >

  • How can I remove the underline from added text for tracing edits

    We have a lot of content that includes underscores and when we use the track text edit feature added text is green and underlined. How can I change the properties of the added text to not be underlined?

    Starting with FM11, you could specify a custom colour to be used for track changes, but the styles (underline, strikethrough) are still hardwired.
    Even if you try to make the changes to the rack text edit conditions in a MIF file, they will get overwritten as the MIF is interpreted when opened by FM.
    Please use the new Bugs & Features form to submit an enhancement request: https://bugbase.adobe.com/index.cfm

  • IOS messages strips URL content from linked text sent from Messages Beta

    My guess is that this is an unexpected edge case in the iOS version of Messages, where pre-Messages beta it didn't have to worry about link embedded in text. But when I copy a URL from an application such as Reeder or drag and drop a URL from the Safari URL field into Messages in pastes in with underlined text of the title of the page the link is for, with the embeded link. When this link is recieved on iOS devices just the text of the page title is recieved, rendered without the embeded link. Which let me tell you left my wife wondering what I was trying to say to her more than once. Maybe this will is already resolved in a version of Messages yet to be released for iOS devices. 

    Ralph, yes, I am not denying if you highlight the url and copy and paste it into the text field in messages, you definitely get the full url, and iOS handles this case properly as it recognizes the URL.
    But if you click and hold on the favicon and drag away you get Blue text underlined like it was a clickable link, which it is. I did verify Firefox behaves the same way if you drag from the favicon.
    If you send the link like that (embeded url) and the reciever is Messages beta on another Mac, or over AIM, likely Gtalk (jabber) as well it is handled properly as a clickable link. If the reciver is on an iOS device, iOS does not handle this properly and strips the embeded url in the link.
    Below are images that illustrate
    Underlined in Red is the ghosted grab from the favicon, built in screen capture unable to grab my mouse pointer but it ends up over "messages" in the ghosted title with the green "+" indicator.
    Apologize for the size of this one, but that dragged URL dropped in a new message.
    How this message shows up on iOS devices.
    I know the workaround of copy and pasting the highlighted URL from the Safari URL field, but not all apps have this option, as I indicated Reeder for one when you are viewing an article there is a toolpar item to access several options for the article, one of them being copy URL - this must use the same method as Dragging and dropping from the Safari faviocn. Also many links that you bring up the contextual menu on in Safari and copy url end up pasting as embeded url links (Firefox does not do this). The workaround extends the workflow to open the article from a news feed in a browser, or click and load a link in Safari before the URL is exposed in the URL field before copy and pasting the url into messages, not very user friendly.
    I hope this helps clarify the case.

  • Removing data from a text file

    hi
    i am trying to create a mehod which will take the values from two combo boxes
    , search through two text files in order to retrive the values, and then delete them from the file
    i am trying to use the following code to achieve this
    public void ReturnBook(){
         inFile1 = new BufferedReader(
         new FileReader(MemberIssueFile));
         inFile2 = new BufferedReader(
         new FileReader(BookIssueFile));
         outFile1 = new PrintWriter(
         new FileWriter(BookIssueFile),true);
         outFile2 = new PrintWriter(
         new FileWriter(MemberIssueFile),true);
         for(int a=0; a<MemberIssueFile.length(); a++) {
                                       if((((String)BookCombo.getSelectedItem()).equals((String)BookIssueFile.get(a)))
                                       &&(((String)MemberCombo.getSelectedItem()).equals((String)MemberIssueFile.get(a))))
                                  MemberIssueFile.remove(a);
                                  BookIssueFile.remove(a);
    }but i am getting the following compiler error
    cannot resolve symbol
    symbol : method get (int)
    location: class java.io.File
                                       if((((String)BookCombo.getSelectedItem()).equals((String)BookIssueFile.get(a)))
    ^
    and
    cannot resolve symbol
    symbol : method remove (int)
    location: class java.io.File
                                  BookIssueFile.remove(a);
    can anyone please show me where i am going wrong

    This error may occur when a method is called incorrectly: either its name is misspelled (or upper-lower case is misplaced), or a method is called with wrong types of arguments, or a method is called for a wrong type of object or a wrong class. For example, the same error, will be reported if you write
    System.println("Hello");
    instead of
    System.out.println("Hello");

Maybe you are looking for

  • Web client and desktop client not available for Interactive reporting 11.1.2.2

    Hi team, Currnetly we are usning EPM 11.1.2.2 , we are trying to install and configure Interactive reporting in Linux 64 bit system. we are few questions jotted below: Interactive reporting studio client & Interactive reporting Dashboard Development

  • Some Keyboard Shortcuts No Longer Working in Apps

    Recently, two specific keyboard shortcuts have stopped working within all my apps: command-1 command-2 For example, in Final Draft they are supposed to switch formatting to become scene headings and action lines, respectively.  All the other command

  • MS Project 2010 Product Key Activation Error

    Hello, Our company purchased a version of MS Project 2010 a few years ago and it was installed on a laptop in our office and was working without any issues.  However, that laptop recently had a virus issue and it needed to be completely cleaned off a

  • Technical Names

    Hi, Could any one please let me know what are the technical names of the below objects in R/3 and the table name(s)where they can be found. 1>Main Customer 2>Business unit from Profit Center. Thank You. Regards. Vaishu.

  • Problem with Leopard re-install

    I have a G5   (10.5.8) that was running slowly.  I've done very little to is for 6.5 years but use it.  I tried various clean-up utilities...but still slow.  So, I decided to re-install the Leopard OS and start fresh. I selected the option to save th