Text in table appears white after hitting the Enter Button

liunx

Guest
I am working on a page whereas I have a table and some text in it. All appears fine..the text is in black, as it should be but when I hit the Enter Button to make a new paragraph the text turns white!<br />
<br />
The page properties indicate the text is set to black so I had to use tags in the table to correct this problem..starnge thing is that I have another page with a table and lots of text and even with new paragraphs, the text remains black.<br />
<br />
Any ideas as to why this is?<!--content-->How about a link or code?<!--content-->Sounds like your editor has a default text color setting of white. Hitting 'enter' closes the paragraph (which has been designated manually(?) as black), and the next one gets the default color.<br />
Just a guess.<br />
<br />
More info?<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<html><br />
<head><br />
<style type="text/css"> <br />
<!-- <br />
.center { <br />
text-align:center; <br />
} <br />
p { <br />
color: #FFFFFF <br />
} <br />
a.link { <br />
color: darkblue; <br />
text-decoration: none; <br />
font-weight: bold; <br />
} <br />
a.link:hover { <br />
color: deeppink; <br />
} <br />
--> <br />
</style><br />
<title>Rant Page Menu</title><br />
<body background="imgs/bumpy.jpg" bgproperties="fixed" text="#000000"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<div align="center"><b><font size="5">Rant Page Menu</font></b></div><br />
<p><a href=http://www.webdeveloper.com/forum/archive/index.php/"edu.htm" class="link" target="edu.htm">My Observations on the Educational <br />
System</a><br><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"edu.htm" class="link" target="edu.htm">Ethics Lacking</a><br><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"edu.htm" class="link" target="ethics.htm">Impossible way of life</a><br><br />
<p>&nbsp;<br />
<p>&nbsp;<br />
<table width="543" border="1" align="center"><br />
<tr><br />
<td><br />
<p><b>Note:</b>All these <br />
items are mine..they represent my views only. I am not a professional <br />
writer nor do I have "<i>sources</i>" except myself and my own <br />
set of morals, values and spirituality. I will warn that my views are <br />
not along the mainstreams of conventional thought and can be considered <br />
"<i>unpopular</i>".</p><br />
<p>While I will maintain a air of civility I am not <br />
going to sugar coat my words...some of what I say will even seem harsh <br />
or uncaring but I can assure you that is never the case. I merely present <br />
my reality and often the reality that exists now. If I have offended someone <br />
then all I can say is that it is unfortunate.</p><br />
</td><br />
</tr><br />
</table><br />
<p>&nbsp; <br />
</body><br />
</html><br />
<br />
This is the code as it is right now..as you can see the text color is set for black. If the text is all in one block then it is black, if I ht the "Enter Button" it all turns white. No code is changed yet another page which is like similar to this has several blocks of text and the text color remains the same..maybe I will just remake the page.<!--content-->Oops..nevermind..I just caught the error...<br />
Sorry for bothering you guys on this.<!--content-->Damn! I was just about to post this:<br />
<br />
p { <br />
color: #FFFFFF <br />
}<!--content-->(snickers)..Heh-heh-heh....<!--content-->I'll get you, yet, my pretty... And your little dog, too! (flies off on broom)<!--content-->
 
Back
Top