[pmwiki-users] Word wrap problem

Patrick R. Michaud pmichaud at pobox.com
Tue Apr 12 09:04:58 CDT 2005


On Tue, Apr 12, 2005 at 09:51:31AM -0400, zgrauer at earthlink.net wrote:
> Two quick issues:
> 
> 1. I am working on a pmwiki based site. I have been editing one page 
> in particular, using cut and paste, but also adding an indent -> and 
> a separating line ----- in the text.
> 
> For some reason, with those inside, the page did not word wrap, and 
> became quite a tough read. Any ideas?

Do you have an example we could look at?  Can you duplicate the
problem on pmwiki.org ?

> 2. Is there a way to underline normal text (as opposed to links)? 
> I see bold and italics and headings and so on, but no underline.

PmWiki doesn't define a default markup for this.  However, you can
create a WikiStyle for it with:

    %define=u text-decoration=underline%

and then use %u% to underline, as in:

    This is %u%underlined text%% .

You can also add %u% as an administrator-defined wiki style with:

    $WikiStyle['u']['text-decoration'] = 'underline';

Pm



More information about the pmwiki-users mailing list