Cannot output the letter "d"
This is my first time trying Decoda and I can't output "d", what is this?
The D key is fine, I tried it in Notepad and works perfectly, so what is up with this?
<img src="style_emoticons/<#EMO_DIR#>/nerd-fix.gif" style="vertical-align:middle" emoid="::nerdy::" border="0" alt="nerd-fix.gif" />
The D key is fine, I tried it in Notepad and works perfectly, so what is up with this?
<img src="style_emoticons/<#EMO_DIR#>/nerd-fix.gif" style="vertical-align:middle" emoid="::nerdy::" border="0" alt="nerd-fix.gif" />
Comments
(I'm still trying to learn it myself at the moment)
Remember that you can use the "codebox" tag to make the nifty page object you can see below (just remember it's []'s not <>'s)
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>//yay you can put source code here and it looks like this
isAlive( getLastNewbie( this ) , FALSE )</div>
This happens in the IDE.
If I try to type:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->AddWeapon(destroyerWeapon)
Dominate()<!--c2--></div><!--ec2-->
This is what you see in Decoda:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->AWeapon(estroyerWeapon)
ominate()<!--c2--></div><!--ec2-->
I have to copy "d" and "D" from anywhere else and paste it where I need it. Pretty strange...
open C:\Documents and Settings\<UserName>\Application Data\Decoda\options.xml
look for :
<id>79</id>
<key>D</key>
replace by :
<id>79</id>
<key>DELETE</key>