|
uCoz Community Archives Locked How can i insert table in my entry (i want insert in advanced fuction) |
How can i insert table in my entry |
I want to insert table: 15 rows and 2 colums. But i coudn't because a problem occurred.
You can see in image below: I think advanced insert function has problem. There is no button to finish action! Pls help me Attachments:
6894045.jpg
(117.5 Kb)
^^ B what U wanna B ^^
|
sachtructuyen, http://forum.ucoz.com/forum/5-9781-1#52422
I just wonder if anyone tried to install their own visual editor? I mean it should not be too hard: download source code from, say http://tinymce.moxiecode.com/ , upload files on the server, and you have a WYSIWYG editor you can control and customize. Did anyone try something like that? |
yes, visual editors did'nt help much
i suggest u insert table from html editor here the example:
Code <table border> <tr> <td>first row, first column</td> <td>first row, second column</td> </tr> <tr> <td>second row, first column</td> <td>second row , second column</td> </tr> </table> try to modify the code above to fifteen rows Post edited by zephyrthru - Friday, 2010-12-24, 6:06 AM
|
Natashko, file /panel/editor/moz/table_insert.htm (I use Firefox, for IE it may probably be in another directory) has the following code:
Code <body style="overflow: hidden;"> |
thank you all, i 've found the other way to do it. Thank you again!
^^ B what U wanna B ^^
|
| |||
| |||