Results 1 to 4 of 4

Thread: Hyperlink Style Sheet Problem
      
   

  1. #1
    Howgold is offline Private
    Join Date
    Jul 2005
    Posts
    3

    Exclamation 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. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

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

  3. #3
    christobal's Avatar
    christobal is offline First Sergeant
    Join Date
    Jun 2005
    Location
    Israel
    Posts
    73

    Cool Couldnt agree more

    Quote 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.

  4. #4
    Steven.H is offline Lieutenant Colonel
    Join Date
    Jul 2005
    Posts
    500

    Default

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Style sheet code?
    By topcatgym in forum VodaHits SEO Services
    Replies: 1
    Last Post: 11-21-2005, 11:49 PM
  2. Problem, possibly with script
    By younghelpdeskguy in forum Scripts & Fantastico
    Replies: 3
    Last Post: 11-14-2005, 11:50 PM
  3. Hyperlink Styles Question
    By journal_club2 in forum BlueVoda - General Issues
    Replies: 3
    Last Post: 09-07-2005, 02:55 PM
  4. Problem with "Center in Browser" option - Pablo's help required.
    By daveshore in forum General Support Issues
    Replies: 4
    Last Post: 08-04-2005, 08:07 AM
  5. BlueVoda 7.0
    By VodaHost in forum CSS Cascading Style Sheets
    Replies: 27
    Last Post: 07-31-2005, 05:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49