Re: [Tutor] gmail

2007-05-29 Thread Richard Querin
On 5/29/07, Adam Urbas [EMAIL PROTECTED] wrote:
 Hey,

 I have gmail now, but I'm not sure how to turn off HTML.

 ___
 Tutor maillist  -  Tutor@python.org
 http://mail.python.org/mailman/listinfo/tutor




When you're typing in your email, you should see a ' Plain text'
button link on the upper left. This will put you in plain text mode.
Likewise you'll see a similar button to switch back to 'Rich
Formatting' mode from there.

RQ
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] gmail

2007-05-29 Thread jim stockford

i'd be curious to see what happens if you
use the PRE tag around your (properly)
indented code, e.g.

PRE
this = 1
that = 0
if this == 1 :
that = 1
print that
/PRE



On May 29, 2007, at 9:24 AM, Adam Urbas wrote:

 Hey,

 I have gmail now, but I'm not sure how to turn off HTML.
 ___
 Tutor maillist  -  Tutor@python.org
 http://mail.python.org/mailman/listinfo/tutor

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] gmail

2007-05-29 Thread Adam Urbas
Ok, I'm not sure if I'm in the right gmail.  When I type I don't see
any buttons that say rich text or plain text.  Only Send, Save Draft,
and Discard.

And I have no idea what jim is talking about.  Please clarify.

On 5/29/07, jim stockford [EMAIL PROTECTED] wrote:

 i'd be curious to see what happens if you
 use the PRE tag around your (properly)
 indented code, e.g.

 PRE
 this = 1
 that = 0
 if this == 1 :
   that = 1
 print that
 /PRE



 On May 29, 2007, at 9:24 AM, Adam Urbas wrote:

  Hey,
 
  I have gmail now, but I'm not sure how to turn off HTML.
  ___
  Tutor maillist  -  Tutor@python.org
  http://mail.python.org/mailman/listinfo/tutor


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor