|
-
Jun 4th, 2001, 04:40 PM
#1
Thread Starter
Frenzied Member
spaces
Im not sure how easy it would be to modify the code but:
When someone tries to make a little ascii drawing such as:
+------+
| Form |
| |
+------+
Which actually looks like a box with the word form in it, it is condensed, as you see above. Can that be changed? Its probably that way to prevent someone from putting 10000 spaces at the end of the post but still, is it possible?
retired member. Thanks for everything 
-
Jun 4th, 2001, 06:25 PM
#2
Fanatic Member
Re: spaces
Actually, that's standard HTML behaviour. Try this, the [ code ] tag:
Code:
+------+
| Form |
| |
+------+
John
-
Jun 4th, 2001, 06:50 PM
#3
Thread Starter
Frenzied Member
retired member. Thanks for everything 
-
Jun 4th, 2001, 06:51 PM
#4
Good Ol' Platypus
If you are able to modify the source code, I suggest you change it, maybe...
I made a forum and it uses a bunch of Replace functions in ASP to convert the code:
eg.
VB Code:
Code = Replace(Oldcode, " ", " ")
Code = Replace(Code, " ", " ")
Code = Replace(Code, ":)", "<IMG SRC=smile.gif>"
etc.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jun 7th, 2001, 01:56 PM
#5
Monday Morning Lunatic
John wrote a large part of vB if I'm not totally mistaken so I expect he has access to the source Anyway, I thought that's what he did as well
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|