|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to Change CSS Text Color hello I use this code to set my background-color and my scrollbar color, but whatever I try, I can't seem to change my text-color. Can someone tell me how to edit that color ? |
#2
| |||
| |||
Re: How to Change CSS Text Color try to use Css to change text color (not using it for headers) .navy {color:#000080;} .black {color:#00000;} etc HTML= <div class="navy"> etc |
#3
| |||
| |||
Re: How to Change CSS Text Color
|
#4
| |||
| |||
Re: How to Change CSS Text Color try this <html> <head> <style type="text/css"> h1 {color: #00ff00} h2 {color: #dda0dd} p {color: rgb(0,0,255)} </style> </head> <body> <h1>This is header 1</h1> <h2>This is header 2</h2> <p>This is a paragraph</p> </body> </html |
#5
| |||
| |||
Re: How to Change CSS Text Color if you wish to set the text color for the whole page, then use this code.... Code: Quote:
Code: Quote:
|
![]() |
|
Tags: color, css, text |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to change title text color on Windows 8 | Jason Voorhees | Customize Desktop | 4 | 24-09-2012 03:45 PM |
How to change cell color in excel based on text input | Chini mao | Windows Software | 2 | 06-01-2012 09:19 PM |
Procedure to Change font text color in Windows 7 | chyarte | Windows Software | 4 | 03-12-2010 06:45 AM |
How to change text color using 'IF" in Excel | Antrix | Windows Software | 2 | 26-06-2009 07:02 PM |
Change text color in Console | Zool | Software Development | 4 | 08-05-2009 11:19 PM |