Hi everyone !
I've installed FCKeditor to update my website, and it works fine.
But I would like to use <div> tags instead of <table> to make up my text into pages.
There's now a "<div> container" icon on the editor, great... but how can I use it ? Where can I define the styles (in the "General" item) ? What about the "advanced" items ?
I didn't find any topic about it...
Anyone could help ? Thx in advance
I've installed FCKeditor to update my website, and it works fine.
But I would like to use <div> tags instead of <table> to make up my text into pages.
There's now a "<div> container" icon on the editor, great... but how can I use it ? Where can I define the styles (in the "General" item) ? What about the "advanced" items ?
I didn't find any topic about it...
Anyone could help ? Thx in advance
Re: how to create and use <div> container ?
I'm having a similar problem. It inserts the DIV, but it doesn't show the border or handles. If you look in the source, the DIV tag is there, but it's not showing in the wysiwyg view.
FCKEditor apparently doesn't support styles specifically for DIVs because it's not one of the recognized objects. Look at the bottom of this page.
http://docs.fckeditor.net/FCKeditor_2.x ... ion/Styles
However, if you select a DIV (difficult since the border/frame/handles aren't visible), you can assign a non-context sensitive style to it. You have to define those styles in the CSS for the editor.