Hi there,

On 05 May 2003 at 21:59:10 +0000, Mikhael Goikhman wrote:

> > This makes all "command line text" in the same style in
> > the file and works with all browsers. If browsers don't
> > obey to style sheet lines are not wrapped put displayed
> > in fixed font.
> 
> So the old browsers show the same original problem this
> thread is started from. Also this does not solve the
> confusion between the continuation lines and the leading
> lines. What exactly this would solve?

Currently there are two different styles for command line
text on the pages - the <pre> and <p> style. I would like if
we use the same style for all command line text and source
code examples. 

> We don't really should use a monospace font (usually wide)

The monospace font shows that either source code or  command
line  text is shown. But variable font is ok if we signalize
in an other way that this is "special text". 

> for commands.  <p> or <div> with <br> would look nicer for
> a visitor, although it needs a bit more work to write. For
> me, we should write all commands inside <p
> class="cmdline">, but if you see a better solution, do it.

Currently not. Actually the proper way  to  include  command
line  text would be <kbd>... and for source code <code>... I
have played around with this but came not  to  a  satisfying
solution. 

The problem I have with the current solution is that it uses
a  mix  of  different  tags.  Sometimes  <pre>  is  used and
sometimes <p>.  Looking  at  the  plain  layout  you  cannot
distinguish  between  normal  text and the command line text
formated with the <p> tag. That's why I suggested <pre> with
the linebreak option. If stylesheets are used by the browser
and the layout we can allow a line break  within  the  <pre>
tag  by  providing  a css class. If not the user has to life
with a wide page but recognizes command line text and source
code. 

Regards, Uwe
-- 
  ,_,  Uwe Pross
 (O,O) mailto:[EMAIL PROTECTED]
 (   ) http://www.tu-chemnitz.de/~uwp
=-"-"-================================
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to