Editing tables in css table template

Asked By 20 points N/A Posted on -
qa-featured

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? 

SHARE
Best Answer by Graham Mcnatt
Answered By 0 points N/A #153039

Editing tables in css table template

qa-featured

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.

Best Answer
Best Answer
Answered By 5 points N/A #153040

Editing tables in css table template

qa-featured

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.

Related Questions