Why doesn't code post properly

Coding and scripting with FreeBasic, C++, JavaScript etc.

Moderators:Administrator, Global Moderator

Post Reply
Mac
Full Member
Posts:48
Joined:Wed Jun 29, 2005 2:01 am
Contact:
Why doesn't code post properly

Post by Mac » Fri Jul 01, 2005 2:13 pm

Why doesn't my code post properly?

[code]Here is some code[/code]

Try again:

[code]
Here is some code[/code]

Once more:
[code]
Testing one two three
[/code][/code]
Mac
The QBasic Forum
http://www.network54.com/Forum/13959

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Post by Dr_Davenstein » Fri Jul 01, 2005 11:36 pm

Code: Select all

PRINT "Hello World!"

Hmmm... seems to work for me. :?
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Mac
Full Member
Posts:48
Joined:Wed Jun 29, 2005 2:01 am
Contact:

Post by Mac » Sat Jul 02, 2005 2:43 am

Hmmm. What did you do?

I hit the Code button as I am doing new:
[code]
then I entered some stuff and then hit the CODE button again:
[/code]
Then posted.
Mac
The QBasic Forum
http://www.network54.com/Forum/13959

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Post by Dr_Davenstein » Sat Jul 02, 2005 6:46 am

This is what I did. I pasted the code into the text field, highlighted it and then hit the code button. It automatically adds the code tags for you that way. :)
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Mac
Full Member
Posts:48
Joined:Wed Jun 29, 2005 2:01 am
Contact:

Post by Mac » Sat Jul 02, 2005 2:47 pm

testing
[code]one
two
three[/code]xxxx

Rats! Thanks for the info anyway.

I did what you said and the code/nocode stuff appeared automatically, but when I post, it simply leaves those boxes.

I don't have that problem on www.qbasicnews.com.

Let me try making this a "Trusted Site" in my internet security.
Mac
The QBasic Forum
http://www.network54.com/Forum/13959

Mac
Full Member
Posts:48
Joined:Wed Jun 29, 2005 2:01 am
Contact:

Post by Mac » Sat Jul 02, 2005 2:52 pm

Last test.

[code]Hey, to the OP, sorry to hijack your thread but anyway you got your answer: don't use "My Documents" - too long and has a space.[/code]

This was done with Trusted Site security
Mac
The QBasic Forum
http://www.network54.com/Forum/13959

Mac
Full Member
Posts:48
Joined:Wed Jun 29, 2005 2:01 am
Contact:

Post by Mac » Sat Jul 02, 2005 2:59 pm

Dr. Davidstein!

I think I have it

Code: Select all

do
  print "Happy Days"
loop while inkey$=""
I had "Disable BBCode" checked in options. Don't know why. I found it while comparing my qbasicnews posting to this forum

Thanks again for trying.
Mac
The QBasic Forum
http://www.network54.com/Forum/13959

Post Reply