Nix
|
| Posted: 04/01/2003, 12:21 PM |
|
I have a backend on my site in ASP that allows me to edit articles and announcements. Is there a way to add a HTML editor on the backend for bolding, coloring etc.?
Some forums have it for entering messages.
|
|
|
 |
feha
|
| Posted: 04/01/2003, 1:09 PM |
|
Check
http://www.interactivetools.com/products/htmlarea/
regards
feha
[www.vision.to]
|
|
|
 |
Nix
|
| Posted: 04/01/2003, 2:19 PM |
|
I have spent the last hour trying to incorporate that editor into a page created with CCStudio. Will not work at all. Any other ideas?
|
|
|
 |
DaveRexel
|
| Posted: 04/01/2003, 10:46 PM |
|
::
Here's an article on the subject
http://www.rexdesign.com/ccs/kb.php?category_id=39&lang...d=1&event_id=58
Greetings
Dave
|
|
|
 |
Karen
|
| Posted: 04/01/2003, 11:58 PM |
|
I use PHP but I think it's similar. I noticed that the htmlarea files has to be in the same directory as the page in question. The path specification did not work for me. You might want to try that.
|
|
|
 |
Tran Hieu
|
| Posted: 04/02/2003, 1:53 AM |
|
look in www.wrox.com
|
|
|
 |
DaveRexel
|
| Posted: 04/02/2003, 12:49 PM |
|
Hello
I wonder if anyone has had success/problems with the CCS Example Project file posted at http://www.rexdesign.com/ccs/kb.php?category_id=39&lang...d=1&event_id=58
As there is no Custom Code the example can be changed to any CCSsupported language.
Greetings
Dave
|
|
|
 |
Nix
|
| Posted: 04/03/2003, 8:40 PM |
|
Alright I kinda got htmlarea to work. The issue I run into is that CC produces two pages for each page. An ASP page and an HTML page. The HTML page is the template. It is what the asp page uses for layout. Now the htmlarea has to be put in the html page. Problem is the asp page won't display it! I know it wotks because it shows up if you go to the html page instead of the asp. Any Ideas? I really need them!
|
|
|
 |
Nix
|
| Posted: 04/03/2003, 9:34 PM |
|
Well folks i got it! I'm a little slower than the rest sometimes! LOL! I was generating the asp and the templates all I had to do was just generate the asp then edit the head section. So htmlarea works. Just make sure if you use it you put the correct path to the htmlarea folder!
|
|
|
 |