HighDots Forums  

Wrong Text Color

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Wrong Text Color in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
joebeaven
 
Posts: n/a

Default Wrong Text Color - 07-04-2008 , 08:03 AM






Hi,

Often when I'm designing a page in Dreamweaver I will write text in black as
normal, but when I preview the page, some of the text will appear gray.

Here's an example page: http://www.thirdsphereweb.com/Hypnosis.htm

All the text (except that within the black table) should be black, but much of
it is gray.

Also, some of the text is smaller than it's supposed to be. For example the
line "You will also receive the following ebooks, all with full resale rights:"
should be the same size as the text in the tables above and below it.

Please could someone tell me how to get the text black and the correct size?

Thanks,
Joe


Reply With Quote
  #2  
Old   
Walt F. Schaefer
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 09:33 AM






The text is NOT gray. The text IS black. Because of the lighter/finer
letterforms, and the anti-aliasing of same the non-bold text doesn't look as
dark as the bold text, but it's still black. And, NO the answer is NOT to
make all text bold. Bold text, in large amounts is harder to read.

--

Walt


"joebeaven" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi,

Often when I'm designing a page in Dreamweaver I will write text in black
as
normal, but when I preview the page, some of the text will appear gray.

Here's an example page: http://www.thirdsphereweb.com/Hypnosis.htm

All the text (except that within the black table) should be black, but
much of
it is gray.

Also, some of the text is smaller than it's supposed to be. For example
the
line "You will also receive the following ebooks, all with full resale
rights:"
should be the same size as the text in the tables above and below it.

Please could someone tell me how to get the text black and the correct
size?

Thanks,
Joe




Reply With Quote
  #3  
Old   
joebeaven
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 10:18 AM



Hi Malcolm,

Thanks for the advice. I tried your stylesheets idea and it's helped a lot in
Internet Explorer, although one line is still gray. It hasn't really helped in
Firefox though, there is still a lot of gray text.

If you've got any other suggestions, they would be greatly appreciated.

I've uploaded the new version.

Thanks again,
Joe


Reply With Quote
  #4  
Old   
Walt F. Schaefer
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 11:13 AM



Quote:
Firefox though, there is still a lot of gray text
NO, there's not. Most of your text is assigned color:#000000. That's black.
--

Walt


"joebeaven" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi Malcolm,

Thanks for the advice. I tried your stylesheets idea and it's helped a lot
in
Internet Explorer, although one line is still gray. It hasn't really
helped in
Firefox though, there is still a lot of gray text.

If you've got any other suggestions, they would be greatly appreciated.

I've uploaded the new version.

Thanks again,
Joe




Reply With Quote
  #5  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 11:37 AM



..oO(joebeaven)

Quote:
Thanks for the advice. I tried your stylesheets idea and it's helped a lot in
Internet Explorer, although one line is still gray. It hasn't really helped in
Firefox though, there is still a lot of gray text.
It's all black. Increase the font size and you'll see it.

Micha


Reply With Quote
  #6  
Old   
joebeaven
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 11:42 AM



Firefox obviously thinks it's gray. How can I change it's mind?

Reply With Quote
  #7  
Old   
Walt F. Schaefer
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 11:45 AM



How can I change it's mind?

Write it a nasty letter? Threaten it?

--

Walt


"joebeaven" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Firefox obviously thinks it's gray. How can I change it's mind?



Reply With Quote
  #8  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 12:24 PM



..oO(joebeaven)

Quote:
Firefox obviously thinks it's gray. How can I change it's mind?
The DOM Inspector in FF clearly shows a 'font' element there, which
defines a color of #999999. Question is where it comes from, because
it's not in the markup of the page (at least not at that position) and
there don't seem to be any JavaScripts. But I guess it's because of the
totally invalid markup.

Things like this are ridiculous, but harmless:

....<font color="#999999"><font color="#000000">...

But this is a real bug, which might lead to unpredictable results:

<p><font color="#999999">
<table ...

Block-elements like tables are not allowed inside paragraphs and 'font'
elements. And there are many others. The entire code is just a big mess,
a mixup of HTML and XHTML, a collection of deprecated elements and other
ugly stuff.

Taken as-is (the document type says it's XHTML!) the validator shows 686
errors, which means that statistically almost every line is erroneous:

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thirdsphereweb.com%2FHy pnosis.htm>

Even if forced to HTML, it's still 156 errors:

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thirdsphereweb.com%2FHy pnosis.htm&doctype=HTML+4.01+Transitional>

And I guarantee you that this is the reason for your current and
probably many other problems.

Sorry to say, but you should really drop it and start over from scratch
after reading a good book about HTML and CSS. There's no other easy way
to fix that mess.

Micha


Reply With Quote
  #9  
Old   
djinn
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 01:41 PM



joebeaven wrote:
Quote:
Hi,

Often when I'm designing a page in Dreamweaver I will write text in black as
normal, but when I preview the page, some of the text will appear gray.

Here's an example page: http://www.thirdsphereweb.com/Hypnosis.htm

All the text (except that within the black table) should be black, but much of
it is gray.

Also, some of the text is smaller than it's supposed to be. For example the
line "You will also receive the following ebooks, all with full resale rights:"
should be the same size as the text in the tables above and below it.

Please could someone tell me how to get the text black and the correct size?

Thanks,
Joe

Try the tag stripper extension from Massimo's site.....

http://www.massimocorner.com/ -- You'll find it under Productivity

In the UI in the tag to remove field - type the word font - initially
you may want to do this on a 1 page only basis - so - make sire that the
Current Document checkbox is ticked.

Then you can set about using CSS to enhance your site.

HTH

--
chin chin
Sinclair


Reply With Quote
  #10  
Old   
djinn
 
Posts: n/a

Default Re: Wrong Text Color - 07-04-2008 , 02:06 PM



Malcolm _ wrote:

Quote:
You don't need an extension in Dw8, or later - not sure about earlier.
I've just done it in CS3 !
Yes - but it's a nice wee extension - much quicker to implement at least
for me on DW8 :-)

--
chin chin
Sinclair


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.