Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Changing text color

    I have made a text button with Insert>Control>Field.
    How do I change the text color on mouseover?


    Bj?rn S?rensen 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. 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...
    3. Changing Color of Text Link
      I have a page that has a submenu that loads pages into an iframe. I have a color set for hover and visited in my style sheet. However, I was...
    4. changing text color of list component
      Does anyone know how to change the text color of individual elements in a list component. I know I can use setStyle to change all the text colors...
    5. problem changing 'all' text color
      Hi! When I change the text (specifically, it's color) after Selecting a (DW4) Table, much of the text doesn't change color. When I examine the code,...
  3. #2

    Default Re: Changing text color

    For field members you can set the foreColor of the entire member, or words (or
    even more). This should get you started:

    put member("field").foreColor
    -- 255
    member("field").foreColor = 5
    member("field").word[2].foreColor = 15

    Always a good idea to check the manual for this sort of stuff. The manual is
    online at:
    [url]http://livedocs.macromedia.com/director/mx2004/index.html[/url]

    ExploreLearning Guest

  4. #3

    Default Changing text color

    Simple question with a simple answer I'm sure.
    How do I change my text color?
    When I highlight the text and go to the tool bar I have a box with a black T in it. When I checked the help section it says the box should be solid black and if you click on it you would have the option of choosing a color.
    I am obviously not understanding the help.
    Is ther something different I have to do?
    Don_E._Anderson@adobeforums.com Guest

  5. #4

    Default Re: Changing text color

    I knew this would be simple.
    Thanks for your help!
    Don_E._Anderson@adobeforums.com Guest

  6. #5

    Default Re: Changing text color

    Open the swatches palette. Select your text colour from there.

    k


    Ken_Grace@adobeforums.com 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