![]() |
|
|
|||||||
![]() |
HTML - Outlook Express tampers with html coding? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
See my posts in alt.binaries.html.
Viewing the source code, OE seems to add "3d" to certain items. <STYLE type=3Dtext/css> <DIV class=3Dleft>hello</DIV> The division name is "left" as defined in the style section. Is this normal for OE or what? Never seen this before. Richard |
|
|
|
|
#2 |
|
Posts: n/a
|
Richard wrote:
> See my posts in alt.binaries.html. > Viewing the source code, OE seems to add "3d" to certain items. > > <STYLE type=3Dtext/css> > <DIV class=3Dleft>hello</DIV> > > The division name is "left" as defined in the style section. > Is this normal for OE or what? Never seen this before. It's called "quoted-printable" encoding. Don't worry about it; there's nothing wrong. -- phil [dot] ronan @ virgin [dot] net http://vzone.virgin.net/phil.ronan/ |
|
|
|
#3 |
|
Posts: n/a
|
On Thu, 2 Dec 2004 10:40:57 -0600, "Richard" <Anonymous@127.001>
wrote: >See my posts in alt.binaries.html. >Viewing the source code, OE seems to add "3d" to certain items. > ><STYLE type=3Dtext/css> ><DIV class=3Dleft>hello</DIV> > >The division name is "left" as defined in the style section. >Is this normal for OE or what? Never seen this before. Looks like you've got OE set to use Quoted Printable encoding. See RFC 2045 Steve |
|
|
|
#4 |
|
Posts: n/a
|
"Steve Pugh" wrote in message news:... > On Thu, 2 Dec 2004 10:40:57 -0600, "Richard" <Anonymous@127.001> > wrote: > > >See my posts in alt.binaries.html. > >Viewing the source code, OE seems to add "3d" to certain items. > > > ><STYLE type=3Dtext/css> > ><DIV class=3Dleft>hello</DIV> > > > >The division name is "left" as defined in the style section. > >Is this normal for OE or what? Never seen this before. > > Looks like you've got OE set to use Quoted Printable encoding. > See RFC 2045 > > Steve > I checked some stuff in the stationery groups and it seems this is normal. So I'm not gonna worry about it. |
|