Problem with HTML

liunx

Guest
I can't get some text to show up in one of these columns...I'll show you which one.<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
<html><br />
<head><br />
<style type="text/css"><br />
<!--<br />
body { background-color: FFFFFF; color: FFFFFF; font-family: arial; font-size: x-small; margin: 0; }<br />
a { color: FFFFFF; text-decoration: none; }<br />
a:hover { color: C0C0C0; text-decoration: underline; }<br />
--><br />
</style><br />
<br />
<title>FSW :: Five St*r Wrestling</title><br />
</head><br />
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"><br />
<table align="left" cellspacing="0" cellpadding="0" border="0" height="580"><br />
<tr><br />
<td width="119" background="fsw_01.jpg"></td><br />
<td width="106" background="fsw_02.jpg"><br />
<br />
This One Won't Show Text!<br />
<br />
<br />
</td><br />
<td width="47" background="fsw_03.jpg"></td><br />
</tr><br />
</table><br />
<table width="508" align="left" cellspacing="0" cellpadding="0" border="0"><br />
<tr><br />
<td><br />
<table width="508" cellspacing="0" border="0" cellpadding="0"><br />
<tr><br />
<td align="left" width="508"><img src=http://www.htmlforums.com/archive/index.php/"fsw_04.jpg" alt="FSW Navigation"></td><br />
</tr><br />
</table><br />
<table width="508" cellspacing="0" border="0" cellpadding="0" align="left"><br />
<tr align="left"><br />
<td height="390" align="left"><br />
<iframe src=http://www.htmlforums.com/archive/index.php/"main.html" frameborder="0" width="421" height="390" marginwidth="0" marginheight="0" NORESIZE scrolling="yes" border="0"></iframe><br />
<br><img src=http://www.htmlforums.com/archive/index.php/"fsw_07.jpg" width="421" height="86"></td><br />
<td align="left"><img src=http://www.htmlforums.com/archive/index.php/"fsw_06.jpg"></td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
</body><br />
</html><!--content-->That would be becuase your css is making all the text on the body white.<br />
change color: FFFFFF; to some other color.<!--content-->No, it's not, that cell won't even show images. Plus there is a blue bg graphic on that cell. <!-- m --><a class="postlink" href="http://eiw.thefsw.com/fsw/fsw.html">http://eiw.thefsw.com/fsw/fsw.html</a><!-- m --> is what it looks like.<!--content-->well, its shows up for men after i plug it into my editor. I dont know if it was change any, but ill post it.<br />
<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
<html><br />
<head><br />
<style type="text/css"><br />
<!--<br />
body { background-color: FFFFFF; color: FFFFFF; font-family: arial; font-size: x-small; margin: 0; }<br />
a { color: FFFFFF; text-decoration: none; }<br />
a:hover { color: C0C0C0; text-decoration: underline; }<br />
--><br />
</style><br />
<br />
<title>FSW :: Five St*r Wrestling</title><br />
</head><br />
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"><br />
<table align="left" cellspacing="0" cellpadding="0" border="0" height="580"><br />
<tr><br />
<td width="119" background="fsw_01.jpg">&nbsp;</td><br />
<td width="106" background="fsw_02.jpg"><br />
<br />
This One Won't Show Text!<br />
<br />
<br />
</td><br />
<td width="47" background="fsw_03.jpg">&nbsp;</td><br />
</tr><br />
</table><br />
<table width="508" align="left" cellspacing="0" cellpadding="0" border="0"><br />
<tr><br />
<td><br />
<table width="508" cellspacing="0" border="0" cellpadding="0"><br />
<tr><br />
<td align="left" width="508"><img src=http://www.htmlforums.com/archive/index.php/"fsw_04.jpg" alt="http://eiw.thefsw.com/fsw/FSW Navigation" width="508" height="104"></td><br />
</tr><br />
</table><br />
<table width="508" cellspacing="0" border="0" cellpadding="0" align="left"><br />
<tr align="left"><br />
<td height="390" align="left"><br />
<iframe src=http://www.htmlforums.com/archive/index.php/"http://eiw.thefsw.com/fsw/main.html" frameborder="0" width="421" height="390" marginwidth="0" marginheight="0" NORESIZE scrolling="yes" border="0"></iframe><br />
<br><img src=http://www.htmlforums.com/archive/index.php/"fsw_07.jpg" width="421" height="86"></td><br />
<td align="left"><img src=http://www.htmlforums.com/archive/index.php/fsw_06.jpg width="87" height="476"></td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
</body><br />
</html><!--content-->I guess I did something wrong last night, but it works now. Thanks a bunch.<!--content-->make sure you add the # to the hex color code. #FFFFFF<!--content-->In css you don't have to add the # symbol in front of a color code.<!--content-->actually you do. sure it will work, but if you use a validator it will tell you to put them there. Top Style tells you to also. that is a css program it has validators that work really well.<br />
<br />
I did just this<br />
<br />
body{ background-color: ffffff} <br />
<br />
<br />
and it told me Invalid number : background-colorffffff is not a color value : ffffff <br />
<br />
read this (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-color">http://www.w3.org/TR/REC-CSS2/syndata.h ... -def-color</a><!-- m -->)<!--content-->Alright, thanx for the help.<!--content-->i don't know if this helps, but in homesite, i got sixteen errors for your code. you might want to look at that.<!--content-->Take a look at this print screen image of your site and tell me if the area circled in yellow is supposed to look like a black bar. I'm unsure if this is the problem that you were refering to. I right-clicked the area and there's no sign of any graphic that's supposed to be there. Or text for that matter.<!--content-->
 
Back
Top