Re: Subheadings desired in XHTML 2.0

Thomas Hurst wrote:
> * fantasai (fantasai@escape.com) wrote:
> 
> 
>>John Lewis wrote:
>>
>>>Hello fantasai, Wednesday, November 13, 2002, 11:20:19 PM, you
>>>wrote:
>>>
>>>> The Lord of the RingsThe Two Towers
>>>
>>>Shouldn't the default rendering of line make it look like this?
>>>
>>> The Lord of the Rings
>>> The Two Towers
>>
>>Yes, but that's just the *presentation*. It doesn't change the
>>fact that RingsThe is considered one word. (There's no whitespace
>>separation.)
> 
> 
> Then:
> 
> <p><line>if foo</line>
>    <line>    puts bla</line>
>    <line>end</line></p>
> 
> Would be:
> 
>  if foo puts blaend

No, it would be "if foo puts bla end". There's whitespace between 'bla' and 'end'.

Code, btw, should be put in a <pre>, as it's "preformatted".

~fantasai

Received on Sunday, 17 November 2002 05:01:38 UTC