Here's the weird thing --- I used spaces in the entry form, not tabs, 
and checked it in Preview, and they were all there. I clicked Send, 
and then in the posted version everything is left aligned .... but 
that's only half weird. 
Weird is when I went to write the Reply version, all the spaces were 
there after the > symbols. Ditto in Preview. and gone again in the 
posted version.
 
I'm guessing it has something to do with HTML and spaces vs. &nbsp. 
and how the text gets posted. 

So I guess the question is, how do the rest of you get the spaces to 
stick?  (It's a bit tedious to type in all this code and check that 
it's pretty and all, and then have everything flattened against the 
left margin).
 


--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> Outlook Express  removes leading tabs. So
> do some others, but I've never heard of a
> problem with Yahoo.
> 
> John Roth
> 
> 
> ----- Original Message ----- 
> From: "aacockburn" <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" 
> <[EMAIL PROTECTED]>
> Sent: Monday, December 27, 2004 1:47 AM
> Subject: [XP] Re: Yet Another Article ... (Yahoo removing indents)
> 
> 
> >
> >
> > Does Yahoo remove all leading indents from the code, or is it just
> > my browser that does that?
> > (I checked them in Preview before submitting)
> > thanks - Alistair
> >
> > --- In [EMAIL PROTECTED], "aacockburn"
> > <[EMAIL PROTECTED]> wrote:
> >>
> >> Game>>score
> >>   ^ frames summedWith: [ :frame | frame score ]
> >>
> >> Frame>> score
> >>    ^ roll1 + roll2 + bonusRoll
> >>
> >> Game>>framesFromRolls: rolls
> >>   | frameStart |
> >>   frames := OrderedCollection new.
> >>   frameStart := 1.
> >>   10 timesRepeat: [  | frame |
> >>     frame := Frame new fromRolls: rolls at: frameStart.
> >>     frames addLast: frame.
> >>     frameStart := frameStart + frame rollsUsed.
> >>   ].
> >>   ^frames
> >>
> >> Frame>>fromRolls: rolls  at: frameStart
> >>   roll1 := rolls at: frameStart.
> >>   roll2 := rolls at: frameStart + 1.
> >>   self isSpareOrStrike
> >>     ifTrue: [ bonusRoll := rolls at: frameStart + 2 ].
> >> ^ self
> >>
> >> Frame>>rollsUsed
> >>   ^ self isOpenOrSpare
> >>        ifTrue:  [ 2  ]
> >>        ifFalse: [ 1 ]
> >>
> >
> >
> >
> >
> >
> >
> > To Post a message, send it to:   [EMAIL PROTECTED]
> >
> > To Unsubscribe, send a blank message to: 
> > [EMAIL PROTECTED]
> >
> > ad-free courtesy of objectmentor.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >





To Post a message, send it to:   [EMAIL PROTECTED]

To Unsubscribe, send a blank message to: [EMAIL PROTECTED]

ad-free courtesy of objectmentor.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/extremeprogramming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to