Menu

#78 Title of the page

open
nobody
5
2007-09-24
2007-03-21
ab58
No

I read a file to edit it. In header section there is a page title, but it is in 2 lines of code (like below).

<head>
<link href="..%5C/wsp/abStyle.css" rel="stylesheet"
type="text/css"> <meta http-equiv="content-type"
content="text/html; charset=windows-1250"><title>First line of title
- second line of title</title> <meta name="author"
content="ab"></head>

On the task button (in Windows usually on the panel in bottom of screen) of opened KompoZer window for this file the Title is destroyed. Before "-" char there is a "square" char, like for unknown chars. Probably it concernes line break mark. By myself KompoZer should connect 2 lines of title, eliminating CRLF from inside.

Discussion

  • Brian Lalonde

    Brian Lalonde - 2007-04-11

    Logged In: YES
    user_id=452177
    Originator: NO

    This is exacerbated by some strange wrapping behavior. KompoZer's source view wraps much more narrowly than it needs to, but usually skips wrapping for lines edited in the source, except the title, which always wraps when it can.

     
  • Eleanora

    Eleanora - 2007-08-05
    • labels: --> HTML editor
    • status: open --> closed
     
  • Fabien Cazenave (kaze)

    • status: closed --> open
     
  • Nobody/Anonymous

    Don't use <meta http-equiv="content-type"
    content="text/html; charset=windows-1250">. This charset is only for Windows.
    Use ISO-8859-1 which generates <meta content="text/html; charset=ISO-8859-1"
    http-equiv="content-type">. Your text will be correctly shown because it is a standardized charset (See W3C), known by browser independently of OS (Os X, Unix, and Windows).
    Retype "First line of the title - second line of title". one of the " - " isn't known by Komposer
    Instead of ISO-8859-1 you can use the UTF8 charset.

     

Log in to post a comment.