How Can I Insert A Table Using The Html Editor?

Hi,



is there any way the built-in HTML editor can create a table without having to resort to manual coding?



Thank you

[quote name=‘No Expert’ timestamp=‘1396475273’ post=‘180802’]

Hi,



is there any way the built-in HTML editor can create a table without having to resort to manual coding?



Thank you

[/quote]



The default “Redactor” editor has the ability to create tables. Please have a look:

Hi and thanks for your reply.



I had not even realised there were alternative HTML editors.

I was using tinyMCE apparently.



One more question: how can I hide the table borders?



I tried:

```php


{
border:0px;
}

```



directly in the HTML box (not in the my_changes) CSS file.

But nothing seems to happen.



I am aware that I can create a CSS class and assign it as described here:

http://forum.cs-cart…post__p__167733



but I was hoping to do it directly in the HTML code, as seen here:

http://www.w3schools…able_border_css



PS: interestingly this code also hides borders but I'm unsure how it's done…

http://www.w3schools…tryhtml_tables3



Thanks again

I managed to do it as described here:

Remove table border colour (Content page) - General Questions - CS-Cart Community Forums



but using

instead

Hi there



I have solved the HTML table with this nice tool



http://tableizer.journalistopia.com/



I just create what ever table with styles in excel and then I get clean HTML table from this tool

Fotis