• Page 1 of 1
  • 1
How can i insert table in my entry
sachtructuyen
Posts: 28
Reputation: 0

Message # 1 | 4:05 PM
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 ^^
Charley_Dixon
Posts: 30
Reputation: 0

Message # 2 | 2:28 AM
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?

zephyrthru
Posts: 54
Reputation: 4

Message # 3 | 6:05 AM
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
Posts: 3366
Reputation: 171

Message # 4 | 1:37 PM
sachtructuyen, we can't see any problems in the image. Please be more specific.
Charley_Dixon
Posts: 30
Reputation: 0

Message # 5 | 6:06 PM
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;">
and iframe where that file is loaded has height 330px. So when you try to create a table with 15 rows the buttons at the bottom are not accessible. The only way to see buttons is to alter html code of the page. I've tried to put the altered file on my server but it seems like URIs that start with '/panel/' are special and it's not possible to override pages under that directory.
sachtructuyen
Posts: 28
Reputation: 0

Message # 6 | 2:20 AM
thank you all, i 've found the other way to do it. Thank you again!
^^ B what U wanna B ^^
  • Page 1 of 1
  • 1
Search: