I saw this problem in a couple of RTBs, when you create a table with border = 0 set, you dont see where it is ! this can be solved by some little dotted or something border...
maybe it's worth try to fix this ?
thanx
maybe it's worth try to fix this ?
thanx
RE: Table border=0 problem
table
{
border-left: 1px dotted #FF0000;
border-top: 1px dotted #FF0000;
}
table td, table th
{
border-right: 1px dotted #FF0000;
border-bottom: 1px dotted #FF0000;
}
Worked fine for me. Of course, if you apply some other styles for table borders these won't work, but you won't need them in that case anyway.
RE: Table border=0 problem
p.s. thank you for the reply, altho it would still be a GREAT thing if the editor's default style for tables without borders or styles to be dotted or something (some other editors have this feature as button on the toolbar through you can turn on/off the dotted border)
RE: Table border=0 problem
- Rick
RE: Table border=0 problem
RE: Table border=0 problem
You may also set a custom stylesheet in fckconfig.js (on line 25, FCKConfig.EditorAreaCSS).
BR Martin Kronstad