Results 1 to 4 of 4

Thread: Text Tool Tip Help needed

  1. #1
    Join Date
    Jul 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Text Tool Tip Help needed

    Hi,

    How do I change the text color?

    I want the Question Text in white?

    It can be viewed at: http://www.dave.prodigynet.co.uk/htm...__answers.html

  2. #2
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    <font color="#ffffff">blahblahblah</font>
    outdated
    Code:
    <style type="text/css">
    p.q {color="#ffffff"}
    </style>
    <p class="q">blahblhablhablhablha</p>
    q = question
    when you want the text white, type
    <p class="q">blah</p>
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  3. #3
    Join Date
    Jul 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Ian,

    Thanks for your help.

    please stay with me, i'm a little lost!

    Where do I place this?

  4. #4
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just add:
    Code:
    p.q {color="#ffffff"}
    to your stylesheet

    oh, and if you wanted to color your answers as well, you could try:

    Code:
    p.a {color="#......"}
    a being answers of course...

    Last edited by IanMarlowe; 08-02-2005 at 11:03 AM.
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

Bookmarks

Posting Permissions

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