Line Wrapping
-
Possibly a personal opinion, but on my PC the line wrapping in this message looks wierd (inside the <pre> tags and in the editor. Admittedly not a serious error compared to the current spam storm, but still something I thought I should flag (probably because I'm an unforgiving pedant :laugh: ).
-
Possibly a personal opinion, but on my PC the line wrapping in this message looks wierd (inside the <pre> tags and in the editor. Admittedly not a serious error compared to the current spam storm, but still something I thought I should flag (probably because I'm an unforgiving pedant :laugh: ).
I did that on purpose because IE is stupid and was not allowing me to set scrolling correctly unless we moved to fixed width columns. I'm still toying with that one...
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
I did that on purpose because IE is stupid and was not allowing me to set scrolling correctly unless we moved to fixed width columns. I'm still toying with that one...
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
Chris Maunder wrote:
I did that on purpose because IE is stupid and was not allowing me to set scrolling correctly unless we moved to fixed width columns. I'm still toying with that one...
something like this?
if (browser == IE)
DoUglyIeHack() //stupid bill gates!!!!
else DoTheNiceThing()3x12=36 2x12=24 1x12=12 0x12=18
-
Chris Maunder wrote:
I did that on purpose because IE is stupid and was not allowing me to set scrolling correctly unless we moved to fixed width columns. I'm still toying with that one...
something like this?
if (browser == IE)
DoUglyIeHack() //stupid bill gates!!!!
else DoTheNiceThing()3x12=36 2x12=24 1x12=12 0x12=18
Yeah, pretty much
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP