What's new
Roleplay UK

Join the UK's biggest roleplay community on FiveM and experience endless new roleplay opportunities!

Inline Code / BB-Code

TheEquah

Well-known member
Location
Lucerne, Swizerland
Are there maybe additional BB-Codes which can be used on this forum?

I would like to use inline-code. Is there a way to do that?

 
You mean like this?

Code:
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
 
Not directly. I want to display code, but inside a line. Most forums use the `[tt][/tt]` tags for displaying inline-code.

Example:

You can use [tt]$PX->ThisVariable[/tt] to access it.

 
Back
Top