Underlined and not-underlined Hyperlinks

I want that most of my Hyperlinks are underlined (so I said this in the Stylesheet)
But there are some which should not be underlined
It´s possible to make them not-underlined with the little T - Symbole, but in the created chm its again underlined...
Hope you can help me, seems I´m too stupid to do this on my own...

Hi,
The best solution is to use css. If one day you decide all your not-underlined hyperlinks should actually be underlined and need to be bright pink, you're in for some work. With styles, it's much easier. This will however, involve some manual css and html.
In your stylesheet, add the following line (behind any other hyperlink styles):
a.regular { text-decoration: none; }
All hyperlinks with the class regular will not be underlined anymore. In your topic, go to the hyperlink that should not be underlined and go to html view. The links looks like this: My link. Now add class=”regular” to the link, so it looks like this:
My link
Whenever you feel you want the links to have a different style (such as bright pink), simply change the css to adjust all your links at once.
Greet,
Willam
This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

Similar Messages

  • How to make hyperlink to be not underlined?

    Dear All,
    I am using RTF as an templated and would like to know how impose to the hyperlink to be not underlined in HTML format.
    Please advise,

    Hi user555411,
    In the form field, you got to type and see this.
    <fo:basic-link  external-destination="url('http://winrichman.blogspot.com')" >
    <fo:inline color="#0000ff" text-decoration="none"> Hellowithout_underline</fo:inline>
    </fo:basic-link>You will understand... :)
    http://winrichman.blogspot.com/2010/03/hyperlink.html

  • Hyperlinks' underlined or not

    The manual says that the hyperlinks can be underlined or not- but doesn't say a thing about how to do this. Now, the odd thing is that some of my links are underlined and some aren't.
    Anyone know what I'm missing here?
    thanks.

    go to the hyperlink tab in the inspector. then under format you can choose to underline the links or not.
    whatever links you highlight, and apply a specific style, they will have this style and the other links will not have this unless, you hit the apply to all links button.
    max

  • I would like to print links as regular text i.e. not underlined or in a different font and color.

    I have created a page with my resumé, using Dreamweaver CS4 on my iMac (running OS X 10.6.6).  You can see the page here: http://www.peterforkes.com/Resume.html
    It looks great when it is on the screen, but when I print it I would like the links to not be underlined and also to be displayed in the same font (and color) of the text surrounding it (a link is largely useless on a piece of paper, if it it not showing the URL).
    So, I created a stylesheet called "print.css" and have this in it:
    a:link {
    text-decoration: none;
    In my html document (Resume.html)  I have this code, at the top:
    <link href="_css/Resume.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="_css/Print.css" rel="stylesheet" type="text/css" media="print" />
    Now, things such as the graphics in my document do not print out (this is how I want it) but links seesm to be doing unexpected things for me.  As I mentioned, when I print the page I would like them to:
    a) not print with an underline (which I would expect the code snippet shown above to do).
    b) I would like the link color to be the same as the surrounding text (I have links in several places, such as in <h2>, <h3> and <p>).
    c) I would like the link to have the same font and text size as the surrounding text.
    Any help is always appreciated.
    Peter A. Forkes

    You've solved it for a:link but you may print the page with the <a> tag in link or visited state so you need to cover both.
    In http://www.peterforkes.com/_css/Print.css
    change
    a:link {
    text-decoration: none;
    to
    a:link, a:visited {
    color: #333;
    text-decoration: none;

  • When I'm on a page with many links it used to highlight or underline the link I was looking at ... so when it opened the link in a new window, I could look back and not lose my place

    when I'm on a page with many links it used to highlight or underline the link I was looking at ... so when it opened the link in a new window, I could look back and not lose my place

    It sounds like you have chosen a publishing template rather than a word processing template. There are two basic modes in MS Word: word processing and publishing layout. Word processing mode (and all word processing templates) have a continuous text box in the page for writing text. The publishing layout mode (and publishing templates) are documents that have text boxes placed for articles, titles, pictures, etc. Be sure to choose the word document template and you’ll get what you expect. Do not choose the word publishing document.

  • I keep finding words on web pages (including my own) written in green and doubly underlined (described as 'Text enhance') that provide a hyperlink to "Groupon". HOw does this happen and how can I stop it?

    I keep finding words on web pages (including my own) written in green and doubly underlined (described as 'Text enhance') that provide a hyperlink to "Groupon". Why does this happen and how can I stop it?

    I dont want to "OPT-OUT"....i want it gone permanently!!

  • Any Way To Make One Link Underlined And Another Link Not Underlined?

    I want to make one link underlined and the other link not underlined.  They are on the same page.  Is there any way possible to do this?  Thanks,

    Oh, I thought you were saying I had anchors around a table, but you were just giving me a heads up I couldn't do this.
    You said you did that - "So, I highlighted <tr> to select the whole row across (to get all the cells) and then made it a link."  I'm saying you cannot do that.  You can't put a link around any block tag.
    Anyway, now I'm a bit more confused because I always thought an anchor was that part you inserted "named anchor" and then added the "test.html#namedanchor"....you know what I mean?
    This is an anchor tag: "<a>".  When it has a name attribute, e.g., <a name="foo">FOO</a>, it is a named anchor.  They are both anchors as is this - <a href="foo.html">FOO</a>.
    I thought anything within <> these brackets were tags??
    That is correct.  Are you seeing something in my posts that causes you to worry about that?
    Now, I can make the whole thing an image.  I thought there must be a way to do this, but didn't know how.
    You would do that in a graphics editor like Fireworks or Photoshop.  Put the images together on the same canvas, and then export the whole thing as a GIF/JPG/PNG image.
    The only thing is what if it is viewed on a wider screen computer, then wouldn't it not stretch out to accompany the extra space since it will be at whatever pixels the image is?
    Yes. That's how an image would behave.  If you want the width of the screen to be filled always (a very bad idea in my personal opinion), then you will have to do that with separate graphics as you have done originally.  That would mean that you would have to individually link each of the graphics, rather than being able to apply a single link to the whole thing.
    In the meantime I will try individual links, but don't know how to link the rest of the area that isn't an image or text (just all the rest of the background color)?
    Well, you can't apply a link to a background color or image.  So, you will have to decide which way you want to do it: a single image/link or multiple images/links.
    These are all design issues that you have to think through and decide on before you write the first smidge of HTML.

  • Links not underlined when viewing in browser

    I've set up a hyperlink style so that links are underlined.  When I view my site in 'Preview' mode they appear to be underlined and OK, but when I export, upload via FTP and view in browser (Chrome, Firefox, Safari, IE), they don't appear underlined ?  I thought it may have been due to the paragraph styles I have set for the content I have as links, but I've even tried removing the style and applying to a non-styled font... they still don't underline ?  Does anyone have ideas ?

    Hello,
    Could you please confim if you have applied link to the text (by manually selecting the text) or to the "text box"?
    If the link is applied to the text box, please check the settings in the text link style :
    Please dit the text link style and check if making text underline there helps or not.
    Regards,
    Sachin

  • Reader converts text with http in it clickable. How to have it be colored and/or underline?

    I've got a word document with text that contains http://blabblah.com which is not hyperlinked in word. I save it as a PDF file. When I read it with Adobe Reader, it will recognize it as a link since it starts with http:// and will make it clickable which is fine. But, I also want it to change the font, color and/or underline it to make it appear as a link and not just text. How do I do that in Adobe Reader? Is there a setting I can change or ???

    Adobe Reader cannot do this. Even in Adobe Acrobat it is tedious and uncertain task. Set all the font attributes in Word.

  • Removing pop ups and green underlined words from safari?

    Unwanted pop ups on current window and new windows keep coming up and many words are underlined in green (as hyperlinks) and I don't know how to fix it!

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • How to show underline and overline for subtotal and total row in Cross tab

    Hi,
    I am developing cross tab report where i need to show undeline and overline in data for subtotal row and total row so as to distuingish normal rows from subtotal and total row.
    Thanks,
    Mahesh

    Hi BIPuser,
    i looked at the updated template, we need undeline on the data corresponding to subtotal row for ex. row 2.
    We have xml tag in xml data UNDERLINE_AFTER='Y' and UNDERLINE_BEFORE='Y' then we need to show underline and overline on data i.e on 121,122,123,221,222,223 ,not on ROW2.
    value1 value2
    row1 200 300
    row2 400 700
    we need underline and oveline on data 400 and 700 since it is subtotal data based on condition UNDERLINE_AFTER='Y' and UNDERLINE_BEFORE='Y'.
    Hope you understand.
    Please help!!!!!!
    Thanks,
    Mahesh
    Edited by: user13450806 on Feb 2, 2011 12:14 AM

  • I have an original iPad and downloaded the new operating system.  Now' I cannot write on my Contacts or Calendar apps, and my Pages app (purchased) has lost the ability to use the bold, underline, and italics functions.  Does anyone know how to fix these

    I have an original iPad and downloaded the new operating system.  Now, I cannot add to my contacts or calendar apps, and Pages ( which I purchased) is not allowing me to use the bold, underline, and italics functions.  Does anyone know how to solve this problem?

    No, it stays with the current OS (iOS5 in this case) - Apple doesn't allow downgrading iOS
    If you are syncing to a desktop, you shoudln't lose anything. If you aren't syncing, then that's the first thing you should do, to protect contacts etc.
    the other thing is, when the iPad is connected to iTunes, right-click its name in the Devices list and choose Back Up.
    That way, when yoiu do the restore, everything should come back as was.

  • IE8 - Underline and color disappear when clicking back arrow on links or colors incorrect

    I understand my heading may sound confusing.  I have an issue which I  cant seem to figure out with the help of a friend as well.
    1)  I have to clear out the cashe or select "delete browsing history" and  then refresh to get the page to look right (the links to be blue with an  underline underneath the word) - it shows up Black.
    2)   When I refresh the page and colors are correct, I click on the link  such as on the "PRINT" page on the word "HERE" it goes to the next  page.  Then I click the back arrow and now the word is black and the  underline is missing?  It is suppose to return to the same color (blue)  with an underline underneath the word.
    The same issue  is when you click on:  "Portfolio" then go to "Web" then click on the  second webpage on the slider - images (VYTEK website).  I am having the same problems with the  links ("NEXT WEBPAGE", "PREVIOUS WEBPAGE" and the "HERE").  It looks  fine at first, click on the link and click the back arrow, now the links  are black and the underline is gone?
    I have included  the link below.  If you view in Firefox, you will see the correct pages  not problem.  But look at it in IE8 and you will see my dilemmia.
    http://jourisdictiondesigns.com/print3.html
    http://jourisdictiondesigns.com/web3.html
    I have also included a IE8 CSS page to fix the issues, but nothing seems to work.  I have included the link to the IE8.css page.
    IE8 CSS PAGE LINK:  http://jourisdictiondesigns.com/css/ie8.css
    VYTEK_WEBSITE.CSS LINK:  http://jourisdictiondesigns.com/css/vytek_website.css
    VYTEK_WEBSITE.HTML LINK:  http://jourisdictiondesigns.com/vytek_website.html

    CSS Pseudo Classes (link states).  There are 6 links states.
    a (rules for all links)
    a:link (unvisted link)
    a:visited (visited link)
    a:hover (on mouse over)
    a:active (on click)
    a:focus (on tab key or on click in IE)
    If you define a rule for a:visited, you'll get better results when you hit the browser's back button.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • TouchUp: How to add an underline to text that is not underlined?

    The subject says it all, how do I use the TouchUp tool(s) to add an underline to text that is not underlined?

    There is an "underline" annotation available for the Comment & Markup toolbar.
    First, open the Comment & Markup toolbar.
    This will let you observe the addition of the Underline annotation.
    You want to access the "More Tools" dialog.
    There are various ways to get to it.
    --|  Place the mouse cursor in the tools icon 'ribbon' over in the empty space at the right.
         Right click for the context menu.  Select "More Tools".
    --| Select Tools > Customize Toolbars
    With the More Tools dialog presented, scroll down some to view the 'Comment & Markup Toolbar' choices.
    The default toolbar does not show:
    Underline Text Tool, Cross Out Text Took, Attach a File as a Comment, Record Audio Comment, and some others.
    So, select the Underline Text Tool.
    Close the dialog. The Underline Text Tool is now part of the Comment & Markup Toolbar.
    The toolbar selections, from "More Tools", is sticky.
    The Properties dialog for the Underline Text Tool permits configuration selections such as:
    – underline style of straight | squiggly
    – color
    – Opacity
    At the bottom of the tool's Properties dialog you can tick the selection "Make Properties Default".
    As with other annotations, there is a pop-up note available for entering information.
    Be well...

Maybe you are looking for

  • Error in Extended syntax check- Select Query

    Hi all, Iam getting this following error in Extended syntax check " Large table PA0002: No field of a table index in WHERE condition" Code :SELECT SINGLE PERNR INTO (G_PERNR) FROM PA0002 WHERE ZZLEGACY_PAYROLL = I_FILETAB-PRNO                        

  • HT201407 ipod 5th gen got gave to my and it is icloud activation lock HELP!!!!

    is there a way to bypass this or anything

  • Freight Contract along with normal PO

    Material Vendor is X ,Freight vendor is Y .I m having a service contarct with Y vendor for the Value.I have to raise po's to X & Y. How the price will be inventorized. How can I link with the Material PO which is raise to X Vendor with freight vendor

  • Incorrect currency conversion in backend PO in ECS

    Incorrect currency conversion in backend PO in ECS we have implemented enhanced classic scenario and we have a problem with incorrect currency conversion in backend purchase order. - Shopping cart was created with 1 EUR - held PO was completed an ord

  • Removing & Replacing Background in JPEG.

    I am a newbie & relatively clueless on using Photoshop Elements 8 with Windows 7.  I don't understand the technical terms and am a hands-on learner.  I need to remove the backgrounds on some photos and replace it with a neutral background that isn't