matik
Posts: 57
|
| Posted: 02/02/2007, 9:32 AM |
|
Can I or how to load source of index.html in text area to edit with FCKEditor and then save that back to index.html??
Thank you.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 02/02/2007, 10:31 AM |
|
Hi,
I'm not sure if you really need this (because it can be tricky). Here is another common approach that should produce same results:
You would create a field in your database to store the content of your page, then you would use FCKEditor component to edit it and save to database. Then you would create a regular index page with a label that displays the content of that database field.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
matik
Posts: 57
|
| Posted: 02/02/2007, 10:46 AM |
|
Yes Peter,
I know about that but reason is:
Index.php and index.html is created by CCS. Now on index page I have dynamic table where I list users from mysql database. I just want to be able to change colors and fonts for that table/page.
Now I have tried that approach entered index.html source code in database but then table is not working. I get {label1} instead of user names.
If is tricky do you maybe know some URL where I can learn more about this?
Thanks
|
 |
 |
|