Wolf RPG
Coding Assistance. - Printable Version

+- Wolf RPG (https://wolf-rpg.com)
+-- Forum: Out of Character: Community (https://wolf-rpg.com/forumdisplay.php?fid=1)
+--- Forum: Help Desk (https://wolf-rpg.com/forumdisplay.php?fid=2)
+--- Thread: Coding Assistance. (/showthread.php?tid=58131)



Coding Assistance. - Egeria - October 17, 2023

Hello! I've returned after a long time away and just getting back into the swing of things. Now, coding when posting a thread...how does it work? I can find the MyCode Reference but when I try to incorperate those into the  thread, it shows on the preview, but not on the post. It just shows the bracketed code with no changes. Is there a setting I'm supposed to be in? I just want to change the text size, mostly. 

Thank you! 



RE: Coding Assistance. - Towhee - October 17, 2023

Account > User CP > Your Profile > Edit Options

Scroll down and you'll see this option:

Quote:Put the editor in source mode by default.

I think checking it may resolve this issue.


RE: Coding Assistance. - Egeria - October 17, 2023

Doesn't seem to work, unless I'm doing the codes wrong? It still shows the coding when I update or post a thread. Example:


[size=small]This text is size 3[/size]



RE: Coding Assistance. - Towhee - October 17, 2023

That particular string of code isn't valid. You'd want to use:

Code:
[small]TEXT[/small]

or

Code:
[size=xx-small]TEXT[/size]

:)