[dokuwiki] Re: presenting information in 2 columns

  • From: Nathan Moore <ntmoore@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 31 Dec 2006 12:16:34 -0600

This is exactly the trick I wanted to know.  Thanks!


- - - - - - - - - - - - - - - - - - - - - - -

Nathan Moore
Physics
Winona State University
nmoore@xxxxxxxxxx
AIM:nmoorewsu

- - - - - - - - - - - - - - - - - - - - - - -


On Dec 31, 2006, at 4:34 AM, w_m0zart wrote:

You can put it in a table with two columns. use '\\ ' for a newline. E.g.
| line 1\\ line 2 \\ \\ line 3  | line 1\\ line 2 \\ \\ line 3  |

For vertical-top alignment in a table, change stylesheet /lib/styles/ style.css

.leftalign {
 vertical-align: top;
 text-align: left;}
.centeralign {
 vertical-align: top;
 text-align: center;}
.rightalign {
 vertical-align: top;
 text-align: right;}

Nathan Moore wrote:
I'd like to present information in my dokuwiki in 2 columns. For example, the left column might be filled with text and the right with an image. It would also be useful to be able to put two columns side by side (with columns). Is this possible?

- - - - - - - - - - - - - - - - - - - - - - -

Nathan Moore
Physics
Winona State University
nmoore@xxxxxxxxxx
AIM:nmoorewsu

- - - - - - - - - - - - - - - - - - - - - - -


--DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist



--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: