I was thinking the Table editor could be a solution / workaround. WIth the Simple V7 table editor that allows you to add styling for row/col styles. You can also add some basic class / styling for tables when you created them as I see it.
When you have installed the package you create a new data type, under the data types folder in the developer selection.The property editor you choose is simple the table editor.
I am not sure that I 100% understand what you are trying to do then sorry. So you have a table in a rich text editor that you want to add some CSS on or?
That totally okay that you are beginner. There is a first time for everything. Of course if you want all your table to have the same styling then you can add some generic style for table in style.css.
If you want your tables to look different from each other then you can add a class on your table so you can target the specific table in CSS this can also be done in style.css or one of the other stylesheet that you have.
The RTE stylesheet is for how things should look like inside the rich text editor in Umbraco CMS.
the class option to CSS
Hi,
In editor, tables, table properties:
I can not find the class option to CSS ?
How can I enable this option ?
Cordially.
Hi Cordially,
I was thinking the Table editor could be a solution / workaround. WIth the Simple V7 table editor that allows you to add styling for row/col styles. You can also add some basic class / styling for tables when you created them as I see it.
http://our.umbraco.org//projects/backoffice-extensions/table-editor
When you have installed the package you create a new data type, under the data types folder in the developer selection.The property editor you choose is simple the table editor.
Hope this helps,
/Dennis
Hi Dennis Aaen
Thank you for your reply.
But by default, normally we CSS files in Umbraco?
cordially
Hi Cordially,
You can use CSS, and you have full control over it. see this video about using stylesheets in Umbraco CMS
https://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/stylesheets-and-javascript/using-stylesheets/
For CSS on tables see this http://www.w3schools.com/css/css_table.asp
Hope this helps,
/Dennis
Hi,
But I can not find the style option (CSS code in Table) in Umbraco?
thank you,
Hi Cordially,
I am not sure that I 100% understand what you are trying to do then sorry. So you have a table in a rich text editor that you want to add some CSS on or?
/Dennis
Hi Dennis,
how I can activate the CSS in the table? I can not find the Class tab in the properties?
Thank
Hi Cordially.
If you have access to the source code, in the RTE, then you add the class in the HTML on for the table.
The you you can add you apply your styling to the table
Hope this helps,
/Dennis
I am beginner.
why the rte?
I have several CSS files (fanoe, rte, style) !!
cordially
Hi Cordially,
That totally okay that you are beginner. There is a first time for everything. Of course if you want all your table to have the same styling then you can add some generic style for table in style.css.
http://www.w3schools.com/css/css_table.asp
If you want your tables to look different from each other then you can add a class on your table so you can target the specific table in CSS this can also be done in style.css or one of the other stylesheet that you have.
The RTE stylesheet is for how things should look like inside the rich text editor in Umbraco CMS.
Hope this make sense.
/Dennis
is working on a reply...