Print Page | Close Window

Text Won’t Show Up

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=9557
Printed Date: 01 April 2026 at 1:00am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Text Won’t Show Up
Posted By: Misty
Subject: Text Won’t Show Up
Date Posted: 05 February 2004 at 12:53am

I am using a rich text editor to edit the content on some web pages. The information is stored in a database.  Please look at http://www.neamp.org - http://www.neamp.org . Please highlight the middle white table. You'll see "Testing". It is invisible unless you highlight it. It will not show up unless it is bolded. I don't want all of my text to be bolded.

The database field has this:

<P>Testing</P>
<P>&nbsp;</P>

Here's my code to retrieve the content from the database:

 <td width="311" valign="top"><%= Content %>&nbsp;</td>

Does anyone know how I can solve this problem?  I wonder if it is a problem with the CSS code that I used for the date on the masthead. Please look at http://forums.webwiz.net/forum_posts.asp?TID=9242&PN=2 - http://forums.webwiz.net/forum_posts.asp?TID=9242&a mp;a mp;PN=2  for reference to the CSS code.  The date is white.

 




Replies:
Posted By: God_Struth
Date Posted: 05 February 2004 at 9:02am
Your css gives the body text colour #FFFFFF, suppose that must be the problem!

-------------
"I'm only trying to help......"


Posted By: Misty
Date Posted: 05 February 2004 at 11:35am
Yes, the color in CSS is white. I need this for the date. How do I get it to end then? I have a </script> at the end of the code for CSS. I don't want it to be applied to rest of the text.


Posted By: MorningZ
Date Posted: 05 February 2004 at 12:30pm
make a different class for what you want in white

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: Misty
Date Posted: 05 February 2004 at 12:32pm
I have finally solved this problem. I removed the color from the CSS Code. I put the color specification before the <div> tag.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net