Print Page | Close Window

work around for css body tag problem

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20581
Printed Date: 08 April 2026 at 8:53pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: work around for css body tag problem
Posted By: mtm81
Subject: work around for css body tag problem
Date Posted: 07 July 2006 at 10:56am
Hi,
I've made my forum to be integrated into an existing site.. in doing so I had to alter the body class of the forum style sheet so as to show my gradient background which is shown on the background of each page..
 
(the forum itself is then within a table with a white background)...
 
all working, but only problem is that the quick post box obviously used the body class to get it's formatting etc.. so it's showing the gradient background in there which makes reading the text as you're entering it impossible...
 
how do I stop the quick reply box (and other parts of the forum that use that same box) for using the body class?
 
James



Replies:
Posted By: WebWiz-Bruce
Date Posted: 07 July 2006 at 2:20pm
Try editing the file RTE_textarea.asp and removing the class from this file.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mtm81
Date Posted: 07 July 2006 at 3:55pm
that did it..
I removed the reference to the standard CSS file and instead just replicated that WebWizRTEtextarea class on the page direct..
 
this removed the body tag from being loaded as a part of the main stylesheet...
 
thanks!
 
 


Posted By: Mikey
Date Posted: 07 July 2006 at 5:23pm
All i did was set a seperate color for the text area.

-------------
Handyman man?


Posted By: net55
Date Posted: 22 October 2006 at 5:36am
I know this post is a little old but I just ran into the same problem. Here's what I did.
 
Make it an image background.
 
.WebWizRTEtextarea{
 background-image: url('img/1x1white.gif');
 background-color: #FFFFFF;
 font-size: 12px



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