Announcement

Collapse
No announcement yet.

Hyperlink Style Sheet Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hyperlink Style Sheet Problem

    Is there a bug with the Hyperlink Style Sheet editor? Or, am I just missing something?

    I added a stlye--different colors for the links and no underline--named it and clicked "OK." Then, I created a hyperlink and chose the new style from the dropdown list in the "Style" box in the "Appearance" section of the "Edit Hyperlink" window. Then, clicked "OK."

    However, none of the changes took effect in Preview or Publish mode. If I go back to the hyperlink and look at it's characteristics, the "Style" box shows "None."

    What am I missing?

  • #2
    Yes, it's a bug. We're working on it.
    Forum Moderator
    BlueVoda Spe******t

    Comment


    • #3
      Couldnt agree more

      Originally posted by Howgold
      Is there a bug with the Hyperlink Style Sheet editor? Or, am I just missing something?

      I added a stlye--different colors for the links and no underline--named it and clicked "OK." Then, I created a hyperlink and chose the new style from the dropdown list in the "Style" box in the "Appearance" section of the "Edit Hyperlink" window. Then, clicked "OK."

      However, none of the changes took effect in Preview or Publish mode. If I go back to the hyperlink and look at it's characteristics, the "Style" box shows "None."

      What am I missing?
      Must agree with you. I tried this
      Style1
      A.style1:link {color: #008000;}
      A.style1:visited {color: #808080;}
      A.style1:active {color: #FFFF00;}
      A.style1:hover {color: #008080;}
      But the generated page did not append the <a value to <a class="style1"

      This is the generated html:
      <FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">Test <A HREF="<A href="http://fffff">Text</A">http://fffff">Text</A>

      The correct line should be:
      <FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">Test <A class="style1" HREF="<A href="http://fffff">Text</A">http://fffff">Text</A>

      Appears that there is a fix due.
      To steal ideas from one person is plagiarism; to steal from many is research!

      Comment


      • #4
        Hopefully they can find out what is wrong, it is a very nice feature.
        ::Steven.H::

        Comment

        Working...
        X