TheEquah Well-known member Location Lucerne, Swizerland Aug 11, 2016 #2 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?
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?
Kaostic Well-known member Location London, UK Aug 11, 2016 #3 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>
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>
TheEquah Well-known member Location Lucerne, Swizerland Aug 12, 2016 #4 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.
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.