"code" code. -For tech

Ariadne Davion

Matron Mother of Mischief
Aes Sedai
Joined
Aug 27, 2007
Messages
18,504
Age
40
Location
Oregon, USofA
Pronouns
  1. She - Her
Discord
Seraphim#1666
I don't know if this is on the list of 'to do' but can the 'code' code get fixed? It shows up like a quote in a single line area, not as an actual code. I want to run a class that would need this to function properly and I was hoping we could get this fixed up sooner than later.
 

Wil Cambrae

Loremaster Wil
Gaidin
Joined
May 12, 2010
Messages
5,978
Location
Chuckville, IL
Pronouns
  1. He - Him
:cheeseeni: :weird
 

Ariadne Davion

Matron Mother of Mischief
Aes Sedai
Joined
Aug 27, 2007
Messages
18,504
Age
40
Location
Oregon, USofA
Pronouns
  1. She - Her
Discord
Seraphim#1666
Well, an image in a code tag looks like this:

Code:
[IMG]http://www.nightsinger.com/images/tv/etc/ariesedai.png[/IMG]

not working quite right, i think.
 

Marivea al'Corriyi

Aes Sedai
Joined
Feb 5, 2009
Messages
12,291
Location
Montana
Pronouns
  1. They - Them
I noticed this awhile ago. Coding an image doesn't work, and neither does...anything else in the code brackets. :P

Code:
[IMG]http://img.photobucket.com/albums/v475/alyssaletherio/Signatures/Mari001_zps8e025516.png[/IMG]

Code:
[quote]You should be able to see this text, but also quote brackets around it, not already quoted.[/quote]

Code:
[spoiler]you should be able to see this text, not the spoiler bar.[/spoiler]
 
Last edited:

Erin al'Denael

Keeper of the Chronicles
Aes Sedai
Keeper of the Chronicles
Joined
Oct 1, 2002
Messages
13,426
Location
TN, USA
Pronouns
  1. She - Her
Discord
Erin#8026
Code:
<a href="http://www.tarvalon.net">HELLO WORLD</a>
HTML:
<a href="http://www.tarvalon.net">HELLO WORLD</a>
PHP:
<a href="http://www.tarvalon.net">HELLO WORLD</a>
 

Erin al'Denael

Keeper of the Chronicles
Aes Sedai
Keeper of the Chronicles
Joined
Oct 1, 2002
Messages
13,426
Location
TN, USA
Pronouns
  1. She - Her
Discord
Erin#8026
Code works as long as you aren't putting bbcode within the code, in which case the forum reads it. So, use
HTML:
 or [php] tags instead of [code].  It's not a perfect solution, but it is *a* solution!
 
Top