What's new
DevAnswe.rs Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts.

How do you write inline code in XenForo?

josephp

New member
I know how to wrap a block of code, but wat about inline code to highlight a variable for example?
 

Zombo

Moderator
You can use the ICODE BBCode tag to write inline code. This tag is used to display code within a line of text without breaking the flow.

Code:
[ICODE]inline text here[/ICODE]
 

josephp

New member
Zombo, is there a way to add a button for this in the WYSIWYG editor so that people don't have to type ICODE all the time? that would be very useful, esecially for a coding forum!
 
Top