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
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
outdatedCode:<font color="#ffffff">blahblahblah</font>
q = questionCode:<style type="text/css"> p.q {color="#ffffff"} </style> <p class="q">blahblhablhablhablha</p>
when you want the text white, type
<p class="q">blah</p>
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
Hi Ian,
Thanks for your help.
please stay with me, i'm a little lost!
Where do I place this?
just add:
to your stylesheetCode:p.q {color="#ffffff"}
oh, and if you wanted to color your answers as well, you could try:
a being answers of course...Code:p.a {color="#......"}![]()
![]()
Last edited by IanMarlowe; 08-02-2005 at 11:03 AM.
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
Bookmarks