I am assisting a friend in creating a css table template for some pages he is creating. The templates consists of tables which will be used to input some data. In the templates created, We both tried to use the HTML DOM read Only property to define fields in the table in order to set limits for editing but these gets stripped out automatically is there anyway to maintain these and not be edited?
Editing tables in css table template
Hi Sara,
I'm thinking you might be using WYSIWYG editor. Usually WYSIWYG editors like the one provided by this site automatically strips html or xml codes to protect your app from xss vulnerabilities. But some WYSIWYG editor like TinyMCE provides options not to strip xml or html codes. They even provide pure text editing.
Editing tables in css table template
Hi! I recommend you to use Dreamweaver CS6 rather than using the existing software that you are using. You can code Html, CSS, PHP, and javascript in this software. The problem of your table also solves when you use this application. There are some sites where you can download the free trial version of this software.