Text color settings

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

I have a website with very dark pages...ie dark blue (almost black).
Whenever I create a table it is okay. Whenever I start my text, the default
is unreadable. How can I set my text color default and the way my links
will look when I create hyperlinks?
 
Set your text ( font color ) with an external style sheet or style tags in
the head section. Then the text will be the color you want as you work.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
different, but related question...

if I change my CSS for different font size, it should change all font size that wasn't changed manually in design view...right? If this assumption is true, how can I fix all pages so that cut/pasted/manually changed stuff is all controlled by the css? (remember i'm lazy when you suggest a solution)


| Set your text ( font color ) with an external style sheet or style tags in
| the head section. Then the text will be the color you want as you work.
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| | > I have a website with very dark pages...ie dark blue (almost black).
| > Whenever I create a table it is okay. Whenever I start my text, the
| default
| > is unreadable. How can I set my text color default and the way my links
| > will look when I create hyperlinks?
| >
| >
|
|
 
I don't really understand the style sheets but this is what I have so far.
Please tell me if you would modify the existing to include my regular text
color of if you would create a new style. If new, can you please show me
what it would look like:

******************
<style type="text/css"> ul,ol{color:white;}</style>
<style>
<!--
a{text-decoration:none}
a:hover { color: rgb(0,0,0) }
-->
</style>
******************

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top