Hover Underline Style in hyperlinks?

In html and css coding, there is a way to specify a character style for when you hover over a link.. For example: a different color underline, or maybe the color inverts and a background color shows up behind the word) Is there a way to do such a thing in Acrobat?
I am using Acrobat 8 Professional.

Hi,
Use the paragraph format....
CLick the paragraph format button in the sapscript..
Select a paragraph...Then press the Font button..
There you will find the Radio buttons for BOLD , ITALICS & UNDERLINED.
Use this  paragraph format  in text Editor
Thanks & Regards,
ShreeMohan

Similar Messages

  • Changing hover  menu style

    Hi there,
    I found out, that iViews based on different layout sets show the hover menu in different ways - once with small up/down buttons and once without arrows and less space between the rows. Where can I configure which hover menu style is to be used in a specific layout set and where can I configure the styles themselves?
    Best regards
    Thomas

    Hi Thomas,
    To create a menu or to modify the configuration of an existing menu based on a Java class, choose <b>Content Management --> User Interface --> Menus</b>.
    Reference :<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/c91b5610b65b4aa8204d09384d156b/frameset.htm">Menus</a> <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/26/9d0e41a346ef6fe10000000a1550b0/frameset.htm">Images</a>
    Regards,
    Shankar

  • How can I have two different styles of hyperlink text on one page?

    Hi
    I'm using an external css document to control the look of my site, and would like to have two differnet types of hyperlink.
    One for within the content text, which would be the same size and style as the content text, and one that is BIGGER and BOLDER for 'title' hyperlinks.
    At the minute I have one set up for the content text, which is:
    a:link {
    color: #0000CC;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #666666;
    a:hover {
    text-decoration: underline;
    color: #0000CC;
    a:active {
    text-decoration: none;
    color: #666666;
    How can I set another style up for the title links without affecting the look of the content links??

    Pseudo-classes & Descendant selectors is what you're after...
    From your example, I would leave those styles for your standard links and would create new rules for the content area and then follow similar for your 'titles' or you could use Headings <h1> are they are actually headings that you want styled.
    The following is assuming that you have used a Div or a container with an ID of mainContent.
    #mainContent a:link {
         text-decoration: underline;
         color: #66CC99;
    #mainContent a:visited {
         text-decoration: underline;
         color: #66CC99;
    #mainContent a:hover {
         text-decoration: none;
         color: #333333;
         background-color: #FFFFFF;
    #mainContent a:active {
         text-decoration: underline;
         color: #66CC99;
    For another area of the page, say a left sidebar and gave it an ID of #leftcolumn 
    (I've used the same styles for easier copying pasting, but naturally, you would style then differently)
    #leftcolumn a:link {
         text-decoration: underline;
         color: #66CC99;
    #leftcolumn a:visited {
         text-decoration: underline;
         color: #66CC99;
    #leftcolumn a:hover {
         text-decoration: none;
         color: #333333;
         background-color: #FFFFFF;
    #leftcolumn a:active {
         text-decoration: underline;
         color: #66CC99;

  • Getting rid of underlines in epub hyperlinks

    I'm working on an epub.
    The table of contents has hyperlinks so the reader can click on the word "Chapter One" and will automatically be taken to Chapter One in the e-pub.
    However, these hyperlinks now have bright blue underlines beneath each work that is a clickable link. It looks really bad, (like poor digital design from 10 years ago.) Is there anyway to get rid of these underlines? It's something that is happening automatically. I didn't do anything to choose them.

    Here it is:
    The items that say Chapter Header are the items that serve as links in the Table of Contents.
    Thanks,
    Achillesnyc
    @page
    tbody, thead, tfoot, tr, td, th {
         border-style : inherit;
         border-width : inherit;
         border-color : inherit;
    .leftFloat
    .rightFloat
    span.text {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.Text {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.Text-Semi-Bold {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
    span.text-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-4 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-5 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-6 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.Text-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.Text-Semi-Bold-1 {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
    span.text-bold- {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-7 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-4 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-8 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-9 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-5 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.legal-text {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.67em;
    span.text-10 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-6 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-11 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-7 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-12 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-13 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-14 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-8 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.Text-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.Chapter-header-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-15 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-9 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-16 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-10 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-17 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-11 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-18 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-12 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-19 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.Text-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.Text-Semi-Bold-2 {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
    span.text-italic-13 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-20 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-21 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-14 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    span.text-22 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         color : #000000;
    span.text-italic-15 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : italic;
         font-size : 0.83em;
         color : #000000;
    p.centered-element {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 0px;
    p.de-text-no-indent {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-semibold {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : 600;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-text-no-indent-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 7px 0px;
    p.de-chapter-header-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 30px 0px;
    p.rule {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-semibold-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : 600;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-text-no-indent-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-1 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-4 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-4 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-5 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-5 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-6 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-6 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-7 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-7 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Basic-Paragraph {
         font-family : Times, serif;
         font-weight : normal;
         font-style : normal;
         font-size : 1em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.2;
         text-align : left;
         color : #000000;
         text-indent : 0px;
         margin : 0px;
    p.de-text-semibold-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : 600;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-text-no-indent-8 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-8 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 1em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.09;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.rule-1 {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-semibold-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : 600;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-text-no-indent-9 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-9 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-10 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-10 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-11 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-11 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-centered {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.legal-text {
         font-family : Times, serif;
         font-weight : normal;
         font-style : normal;
         font-size : 1em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.2;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 0px;
    p.de-text-no-indent-12 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-12 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-2 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-13 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-13 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-14 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-14 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-3 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-15 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-15 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-16 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-16 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-4 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.Basic-Paragraph-1 {
         font-family : Times, serif;
         font-weight : normal;
         font-style : normal;
         font-size : 1em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.2;
         text-align : left;
         color : #000000;
         text-indent : 0px;
         margin : 0px;
    p.de-text-no-indent-17 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-17 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 1em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.09;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-18 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-18 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-19 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-19 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-20 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-20 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-21 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-21 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-5 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-22 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-22 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 30px 0px;
    p.de-text-no-indent-23 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-23 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 30px 0px;
    p.rule-2 {
         font-family : "Adobe Caslon Pro Bold", serif;
         font-weight : bold;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-24 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-24 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.de-text-no-indent-25 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-25 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.Rule-6 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 11px 0px 14px 0px;
    p.de-text-no-indent-26 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : justify;
         color : #000000;
         text-indent : 0px;
         margin : 0px 0px 13px 0px;
    p.de-chapter-header-26 {
         font-family : "Adobe Caslon Pro", serif;
         font-weight : normal;
         font-style : normal;
         font-size : 0.83em;
         text-decoration : none;
         font-variant : normal;
         line-height : 1.31;
         text-align : center;
         color : #000000;
         text-indent : 0px;
         margin : 40px 0px 26px 0px;
    p.para-style-override-1 {
         text-align : center;
         margin-top : 0em;
         margin-bottom : 0em;
    div.Basic-Text-Frame {

  • Why is the character style for hyperlinks not displaying correctly in design mode/viewing/output?

    I am using RH9 and generating WebHelp, and I needed to globally bump up the font size of just my hyperlinked text. I went into my Style Sheet > Character tab, changed the font size of the various character settings for hyperlinks, and clicked Apply and then OK. Normally, this would change all of my hyperlink text font sizes immediately across all of my topics. However, this time, it made no changes to any existing hyperlinked text, and it only affected new hyperlinks that I subsequently added. For the existing hyperlinks, I can only manually change the font size of the each hyperlink one at a time, but that's crazy (there's 100's in this help).
    I can successfully change other characters styles and paragraph styles. This issue only affects the hyperlink character styles. It also shows up in all RH modes - Design mode, viewing, and in the final output.
    Is this an indication of a corrupted style sheet or some other combination of events that I have yet to discover?

    Hi,
    You probably have inline styling in your project overwriting the font size of your style sheet. How are you changing the font size of the individual hyperlinks?
    There is a workaround for inline styling: Open your CSS in notepad and add !important after the font-size:
    font-size: 4pt !important;
    Note that this is a workaround, not a solution. As a solutions you can remove all the style attributes from your hyperlinks to force them to take the CSS styling again.
    Greet,
    Willam

  • Mouse hover used to show hyperlink properties

    Hi Robo Users,
    I am using RoboHelp HTML x5.0.2 Build 801 XP Pro with SP2. I
    am on XP Pro OS. Office 2003.
    I've searched but am unable to find an answer on why I cannot
    see the hyperlink properties when I hover my mouse over the
    hyperlink. I used to be able to, but now must right-click and
    select Hyperlink Properties to see the detail.
    What did I unknowlingly unclick (or click)?
    TIA,
    Nancy

    Ah yes. The standard operational error recovery procedure
    Glad everything is sorted.

  • Can I have a space (before and after) on each line in a paragraph with an underline style apply on character

    I would like the result on the last image automatically without doing it with forced line and putting space manually. Is it possible with grep style?
    Thank you in advance for your answers. Sorry for my english!

    … Un petit rectificatif !
    En préparant un peu différemment le style de paragraphe "En Exergue", et donc en y intégrant deux styles de ligne imbriqués "alternés" [Red 1 / Red 2 / Red 1 / Red 2 / …],
    les 2 styles de caractère Red 1 et Red 2 n'ayant aucun attribut, il suffira, après avoir copié dans le presse-papier le petit bloc ancré (précité) de lancer une double regex [avec Multi-Find/Change, 1 seul clic !], la première ciblant Red 1, la seconde, Red 2.
    On évite le Hic! soulevé précédemment. Cela peut permettre d'accélérer le traitement. C'est certes moins fun pour les yeux !!
    Résultat :

  • How do I apply a style to a hyperlink?

    Help!
    How do I get rid of the default underline, and colours 'link:blue, visited:purple, active: red, hover:blue' for all hyperlinks in my site?
    And is it possible to create a specific style for all links? if so, where do i do this...in the CSS?
    Many thanks in advance.

    CSS PSEUDO CLASSES:
    Basically, you need to define a set of link states (a:link, a:visted, a:hover, a:active, a:focus) for each ID or class name required in your page.  Let's say you want to have red links in your #header and white links in your #footer.
    CSS:
    #header a {text-decoration:none}
    #header a:link {color:red}     /**unvisited**/
    #header a:visited {color:gray} /**visited**/
    #header a:hover,               /**on mouse over**/
    #header a:active,              /**on click**/
    #header a:focus                /**on tab key**/
        {text-decoration:underline}
    #footer a {text-decoration:none}
    #footer a:link {color:white}
    #footer a:visited {color:yellow}
    #footer a:hover,
    #footer a:active,
    #footer a:focus 
        {text-decoration:underline}
    HTML:
    <div id="header">
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    </div>
    <div  id="footer">
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    </div>
    For more on CSS pseudo classes:
    http://www.w3schools.com/css/css_pseudo_classes.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Menu buttons without underline when hyperlinked

    Can anyone help me with my menu buttons? I want to have a red
    text without underline, but they turn blue and underlined when I
    hyperlink them. What can I do to avoid the automatic formatting for
    hyperlinks? I have the menu buttons in a table in the library.
    Earlier I used flash text, but then I first had to click at
    the button to delete some kind of security filter before I had to
    click again at the button I wanted. Anyone that knows something
    about that? I really liked the flash text buttons that changed
    color when you rolled over them, but now I can't use it because of
    the extra clicking everyone has to do.

    (by the way, you can remove or change the font-weight if you
    like)
    Michael Hager
    www.cmhager.com
    "Michael Hager" <[email protected]> wrote in message
    news:eo0d5l$jn0$[email protected]..
    > Use CSS...
    >
    > a:visited { font-weight: bold; color: #CCCCCC;
    text-decoration: none}
    > a:hover { font-weight: bold; color: #FF0000;
    text-decoration: none}
    > a:active { font-weight: bold; color: #6633CC;
    text-decoration: none}
    > a:link { font-weight: bold; color: #CCCCCC;
    text-decoration: none}
    >
    > (set colors as desired)
    >
    >
    >
    > "MariNor" <[email protected]> wrote in
    message
    > news:enudia$71j$[email protected]..
    >> Can anyone help me with my menu buttons? I want to
    have a red text
    >> without
    >> underline, but they turn blue and underlined when I
    hyperlink them. What
    >> can I
    >> do to avoid the automatic formatting for hyperlinks?
    I have the menu
    >> buttons in
    >> a table in the library.
    >>
    >> Earlier I used flash text, but then I first had to
    click at the button to
    >> delete some kind of security filter before I had to
    click again at the
    >> button I
    >> wanted. Anyone that knows something about that? I
    really liked the flash
    >> text
    >> buttons that changed color when you rolled over
    them, but now I can't use
    >> it
    >> because of the extra clicking everyone has to do.
    >>
    >
    >

  • BI Publisher - Stop hyperlink underlining in html

    Hi,
    My users are developing many templates using the word plugin and uploading the rtf files to publisher. We can create hyperlinks to other web pages and they work correctly BUT they always come out underlined in the html document we are generating.
    How do I stop the underlining of the hyperlink?
    Our standards people will not allow this underlining so we are stuck until we can find a solution.
    Any help is greatly appreciated
    Thanks
    Andy

    Hi Andy
    Thats a tough one ... you can not specify the CSS command in your template
    a:link, a:visited, a:active {text-decoration: none}
    to turn off underlining in your html. We do not currently support that, you can turn off the underlining in MSWord but we ignore your choice on that front. Please log an SR and get support to log an ER for you.
    As a workaround, you can get your users to tunr off the underlining in the browser client. Might not be an option but all I can think of.
    Check your browser's configuration options. For example, in Mozilla Firefox see Tools > Options... > Fonts & Colors... for the Underline links option, in Opera see Tools > Preferences... > Web pages for the Underline normal links and Underline visited links options, and in MSIE 6 see Tools > Internet Options > Advanced > Browsing for the Underline links option.
    Or, you could, and this is going to be nasty, parse the XHTML, find the CSS commands we insert and insert the necessary command to turn off underlining.
    To be honest I would argue its a users preference to see the underlining, hover or hide it ...
    Tim

  • Underlined hyperlinks

    is there any way that i can do away with the underlining on the hyperlinks on any page? I found some simple style scripting that i added to the html code, but when i saved the page, the code changed and the links stayed underlined.
    this is what i added into the HEAD section of the html:
    <STYLE>
    <!--
    A{text-decoration:none}
    -->
    </STYLE>

    Try adding this to your CSS:
    a { text-decoration: none !important; }
    This disables the underline for all links in your topic.
    Greet,
    Willam

  • Pages Default Hyperlink Style

    I want to change the default hyperlink style but don't see any means to. The default is the blue underlined text which is a bit MS Word. I can create a new style and convert it but this is an extra step I'd like not to have to take!
    Any ideas for changing the hyperlink default style?
    Thanks.

    Yes, but we are talking about cutting and pasting text which contains URLs into a Pages document. Pages has its own style for hyperlinks - blue text that is underlined. This is what I wanted to alter.
    Anyway I found a solution for anyone else who is looking to do this.
    Make a new character style of how you want the hyperlinks to look, e.g. no underlining, but bold text. When you insert the text and Pages auto-detects the hyperlinks and applies its own style, but click the downward arrow next to "None" in the character style window, and choose "Select All Uses of None" and it will highlight all the hyperlinks. You can now click your character style and it will be applied to all the hyperlinks.
    I don't know if this is a bug as such (as the style is not "None"  - it is Apple's default style for hyperlinks) but at least it does the job.

  • Where is the Dreamweaver CC panel to style hyperlinks

    Hi all,
    I know this seems like a simple question, but I cannot find a panel in the new DW CC layout that allows you to style hyperlinks in a div.
    I am used to being able to have a different hyperlink style to the main one set in the fonts file on part of the webpage eg. the footer links.
    I can see in the CSS Properties panel how to add margin, padding, shadows, borders, backgrounds, text styles, but I cannot see anywhere that I can style the hyperlinks in a div.
    How can I do this in Dreamweaver CC?
    I know how to style links by hand coding them in a stylesheet, but as I am doing a responsive design, this is not available to me. I tried to do some hand coding, but the whole responsive design broke and I had to start again. I have to use the properties panel to set up the CSS code for the responsive design.
    I do have a separate CSS stylesheet just for the fonts and background for the web design. Do I need to put the alternative a: link coding in there?
    Gosh this is hard.
    Thanks,
    Mary

    Hi Ben,
    Sadly with Dreamweaver CC is is not as easy as that.
    I am doing a responsive design, and cannot code directly in the CSS stylesheet, or it will break.
    I want to have two styles of a links, one for the body of the website, and another for one particular div.
    I need to use the CSS Properties panel to create the CSS styles, rather than coding directly in the stylesheet for the responsive design. The CSS Properties panel seems to have everything except a section for styling a: links in a div.
    I guess this is not available in Dreamweaver CC fluid grid layouts yet.
    When doing responsive design in DW CC it is advised to attach a separate stylesheet for the body styling and the fonts on the website, as this works better than putting them in the fluid grid layout CSS file. I guess if I want to do a second a: link style in the design I will need to set it up there.
    Thanks so much, I seem to be on my own out here trying to use DW CC to create a responsive layout with fluid grid layout. It is a bit of a mission at the moment, so I am looking forward to further enhancements in DW CC of fluid grid layout features.

  • Removing underline of hyperlink in RenderListForm of XML Forms

    Hi,
        I want to <b>remove the underline of the hyperlink in RenderList Form</b> of XML Forms clicking on which we navigate to the Show Form. Plz let me know the solution for this if anybody knows about it.
       Thanks in advance ...

    Hi yogita ,
    Just check  iam not sure .
    1) Navigate to System admin>PortalDisplay>theme editor
    2) Choose one of the themes which is being assigned to you.
    3)In the theme when you will open check for the option <b>Simple Element ---<LInks</b>
    4) There you can see in the links they have a property
    Text Decoration of Visited Links  --->underline
    For more on themes refer to
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ccb6bcf4-0401-0010-e3bc-ec0ef03e13d1
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3ea0d790-0201-0010-80b8-b680496a3838
    Still you face any trouble feel free to ask
    Thanx
    Pankaj

  • 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

Maybe you are looking for