code here (remove the x from the tags so you only have code)
That way you'll get neatly formatted code that doesn't display
:DWORD
as :DWORD or :PTR
as :PTR
but don't use the pre tag it makes the message very small.
If you don't understand what I'm saying then edit this message and look at the tags in here :)Does the tag display the text with preserved whitespace? In your post the
:DWORD
is in the same font as the other text.
Like this:
mov eax, thisisuselesscode
xor something, eax
.IF something==0
;--- do something ---
blabla
blabla
.ENDIF
and
mov eax, thisisuselesscode xor something, eax .IF something==0 ;--- do something --- blabla blabla .ENDIFThis message was edited by Thomas, on 2/1/2001 3:32:21 PM
whitespace, tabs and carriage returns are preserved, smilies are not converted (so no 'accidental smilies')
like
lots ooooooofff spaces between
My problem with is that the text between the tags is not displayed with a fixed font, which causes the alignment to be messed up...
hmm I'll have to think that over.
Which fonts could I use then?
I personally like Lucida Console, but Courier New would be fine too.
Thomas
OK I'll check them out
Any MonoSpaced font *truetype or not...like:
1. Courier New i think is the only monospaced truetype font
OK I took: Courier New, Courier, mono
what do you think?
Yes, this looks much better.. Thanks!