Hi,
My name is neha. I'm using fckeditor with asp.net2.0. I want to restrict user for table width in fckeditor.
suppose i want to restrict the user that he won't be able to add table using fckeditor of width more than 500px. How can i do this?
Since there are two ways of adding tables using fckeditor:
1. insert table from fckeditor.
2. Adding Html code using "source" button in fckeditor
So i need to restrict user from both the ways.
Also the html data from the source of fckeditor needs to be saved in database. So what i need is suppose user has set the table width to 600px then it will change to width=500px and the new changed width i.e 500px will get saved in database.
So this needs to be done from both above mentioned perspectives.
Its really urgent. Can anybody help me regarding this?
Thanks,
Neha
My name is neha. I'm using fckeditor with asp.net2.0. I want to restrict user for table width in fckeditor.
suppose i want to restrict the user that he won't be able to add table using fckeditor of width more than 500px. How can i do this?
Since there are two ways of adding tables using fckeditor:
1. insert table from fckeditor.
2. Adding Html code using "source" button in fckeditor
So i need to restrict user from both the ways.
Also the html data from the source of fckeditor needs to be saved in database. So what i need is suppose user has set the table width to 600px then it will change to width=500px and the new changed width i.e 500px will get saved in database.
So this needs to be done from both above mentioned perspectives.
Its really urgent. Can anybody help me regarding this?
Thanks,
Neha