Changing Individual Text Links Font color

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Changing Individual Text Links Font color

    I need to change the color of some of my Text Links to a different color than
    that of my page properties. I knew at one point in time how to do this but
    can't seem to remember now. Any advice would help. Thanks, Jon

    Bannon Productions Guest

  2. Similar Questions and Discussions

    1. Changing text color between threaded text frames
      I'm having trouble figuring out how to change the text color (not manually) between two threaded text frames. Here's the scenario: Page 1 has a...
    2. How to change the font, the font size, and color text
      How to change the font, the font size, and the color for a selected text in C++. David
    3. My text keeps changing Font and color
      hello i designing a website currently however i chang all the the texthought out the website via using a CSS i then will log off and come back the...
    4. Changing font of dynamic text box
      using mx 2004 pro set font fo dynamic text box created it the font is still times new roman or something can't get it to change to what the...
    5. Changing the font color of a link
      I've included the following code as an HTML fragment in Pub 2003. In my browser the resulting Hyperlink text appears in Times New Roman and colored...
  3. #2

    Default Re: Changing Individual Text Links Font color

    Sounds like a job for CSS.

    Mitch


    "Bannon Productions" <webforumsuser@macromedia.com> wrote in message
    news:d43brq$g1j$1@forums.macromedia.com...
    > I need to change the color of some of my Text Links to a different color
    than
    > that of my page properties. I knew at one point in time how to do this
    but
    > can't seem to remember now. Any advice would help. Thanks, Jon
    >

    mitchel Guest

  4. #3

    Default Re: Changing Individual Text Links Font color

    Hello:
    Maybe this extension might be useful:
    [url]http://www.tecnorama.org/document.php?id_doc=26[/url]

    HTH
    --
    Andres Cayon.
    Spain Dreamweaver MMUG Manager
    [url]http://www.esmmug.com[/url]
    ----------------

    "Bannon Productions" <webforumsuser@macromedia.com> escribió en el mensaje
    news:d43brq$g1j$1@forums.macromedia.com...
    > I need to change the color of some of my Text Links to a different color
    than
    > that of my page properties. I knew at one point in time how to do this
    but
    > can't seem to remember now. Any advice would help. Thanks, Jon
    >

    Andres Guest

  5. #4

    Default Re: Changing Individual Text Links Font color

    This is the answer -
    <font color="#0000FF">Text Here</font>

    It's actually very simple, I just totally forgot how to do it. With the Page
    Paramiters set in a different color I had to add this code in.

    Thanks Everyone,
    Jon

    Bannon Productions Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139