Author |
Message
|
royr |
Posted: Mon Aug 27, 2001 12:43 am Post subject: |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
I noticed that the dollar signs from a message I posted dissappeared.
I suppose this is because of the HTML or BBcode parser. Except disabling HTML and BBcode, is there any other way of posting special characters?
|
|
Back to top |
|
 |
kolban |
Posted: Mon Aug 27, 2001 5:14 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
I have found that treating the input text area as HTML works well ... so instead of entering
< I enter &lt
> I enter &gt
etc
In addition, if you bracket a section in
<pre>
... some text ...
</pre>
Formatting is removed
[ This Message was edited by: kolban on 2001-08-27 06:16 ] |
|
Back to top |
|
 |
royr |
Posted: Mon Aug 27, 2001 6:09 am Post subject: |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
I tried entering &36; for dollar signs to no avail. Is this what you would normally use for HTML?
|
|
Back to top |
|
 |
kolban |
Posted: Mon Aug 27, 2001 6:16 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Next character is a dollar ---> $ <---
Hmmm ... this test seems to have worked. I just entered the $ symbol without escaping or replacing with & coding. What is the exact nature of the text you wish to add?
[ This Message was edited by: kolban on 2001-08-27 07:17 ] |
|
Back to top |
|
 |
royr |
Posted: Tue Aug 28, 2001 2:51 am Post subject: |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
Try a dollar sign followed immediately by a digit in a code segment.
Code: |
This is dollar1:
This is dollar2:
|
[ This Message was edited by: royr on 2001-08-28 03:52 ]
[ This Message was edited by: royr on 2001-08-28 03:53 ] |
|
Back to top |
|
 |
kolban |
Posted: Tue Aug 28, 2001 3:38 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Testing HTML ...
This is $1.
This is $2.
This is $1967. stuff
This is more $1:
This is more $2:
This is more $1967: stuff
Sorry, still can't reproduce. Previous was:
<code>
This is $1.
This is $2.
This is $1967. stuff
This is more $1:
This is more $2:
This is more $1967: stuff
</code>
[ This Message was edited by: kolban on 2001-08-28 04:41 ] |
|
Back to top |
|
 |
|