Tags:
create new tag
view all tags

Question

A user wishes to have a multi-columned TWiki page (like a newspaper). I made some tests using tables like this.

<table>
<tr>
<td>Info in Column1.....
.
.
</td>
<td>Info in Column2.....
.
.
</td>
<td>Info in Column3.....
.
.
</td>

After saving the page appears as expected.

Editing and saving this with the WYSIWYG editor destroys the columns and they appear one below the other. I guess that the returns within the table cell messes it up or the WYSIWYG cant handle this correctly. The users of this page will want to use the WYSIWYG editer.

What is the best way to tackle this and does a template exist for such a page?

Environment

TWiki version: TWikiRelease04x00x05
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: RH linux
Web server: apache
Perl version: 5.008
Client OS: Windows XP , linux
Web Browser: IE , Firefox
Categories: Missing functionality

-- PeterJones - 16 Jan 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

There are unfortunately a number of defects in the WYSIWYG editor integration. In your case I suggest to create a top level topic with your table in HTML, and to include other topics in the table cells. That way your users can use the WYSIWYG editor to edit the sub-topics. (For easy access, add a link to the included topics somewhere in the index topic.)

-- PeterThoeny - 16 Jan 2007

I've also found value in using symbolic references rather than real HTML. Things like %BR% (instead of <br>) are not destroyed by WYSIWYG.

-- DaveClose - 26 Jun 2007

Change status to:
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2007-06-26 - DaveClose
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.