Question
Hello All,
I am using the EDITTABLE Plugin to create an on-line document template.
However the plugin creates an annoying border around the table with alternate colors per line.
I have tried tableborder = "0" and datacolor = "#FFFFFF" to get an all white table with no border (as you would when using the TABLE plug) but it has no effect.
Can anyone let me know how I can achieve this?
Thanks
James
Environment
--
JamesBarker - 25 Jan 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You are probably referring to the
TablePlugin, not
EditTablePlugin.
Try
%TABLE{ tableborder="0" datacolor="#FFFFFF" }% before any
%EDITTABLE{}% (without the spaces around the equal signs)
--
PeterThoeny - 26 Jan 2006
James is right, the formatting of the
TablePlugin only works in view mode. He would have to turn off coloring of the rows background web or even system wide if he wants an empty table in edit mode.
BTW: Did anybody try to realize an add new column function to the
EditTablePlugin?
--
TWikiGuest - 26 Jan 2006
Peter - This works perfectly! Thanks for your help mate. I LOVE TWIKI
--
JamesBarker - 26 Jan 2006