View Full Version : Text Tool Tip Help needed
Xposure
08-02-2005, 08:23 AM
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/html/questions___answers.html
IanMarlowe
08-02-2005, 08:47 AM
<font color="#ffffff">blahblahblah</font>
outdated
<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>
Xposure
08-02-2005, 09:10 AM
Hi Ian,
Thanks for your help.
please stay with me, i'm a little lost!
Where do I place this?
IanMarlowe
08-02-2005, 11:00 AM
just add:
p.q {color="#ffffff"}
to your stylesheet
oh, and if you wanted to color your answers as well, you could try:
p.a {color="#......"}
a being answers of course... :D
:)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.