Page 1 of 1

Formatting Not Applied Inside Code Blocks

Posted: Sun Nov 11, 2012 2:48 pm
by AYColumbia
Hi,
Is there any way to format, i.e., color, bold, italics, etc. inside a code block? I wanted to highlight a specific line, for example, in the log below, but it doesn't work. You can see the tags.

Code: Select all

*********************** Log Started 2012-11-11T03:47:23Z ***********************
03:47:23:WU00:FS00:Starting
...
03:47:25:WU00:FS00:0x16:Working on ALZHEIMER DISEASE AMYLOID
[color=#FF0000][b]03:47:25:WU00:FS00:0x16:Client config unavailable.[/b][/color]
03:47:25:WU00:FS00:0x16:Starting GUI Server
******************************** Date: 11/11/12 ********************************
I wound up using the quote block as it does work, e.g.,
*********************** Log Started 2012-11-11T03:47:23Z ***********************
03:47:23:WU00:FS00:Starting
...
03:47:25:WU00:FS00:0x16:Working on ALZHEIMER DISEASE AMYLOID
03:47:25:WU00:FS00:0x16:Client config unavailable.
03:47:25:WU00:FS00:0x16:Starting GUI Server
******************************** Date: 11/11/12 ********************************

Re: Formatting Not Applied Inside Code Blocks

Posted: Sun Nov 11, 2012 2:51 pm
by 7im
No.

Re: Formatting Not Applied Inside Code Blocks

Posted: Sun Nov 11, 2012 3:05 pm
by AYColumbia
7im wrote:No.
:cry:

Re: Formatting Not Applied Inside Code Blocks

Posted: Sat Nov 17, 2012 8:47 am
by bilde2910
The intention of code blocks is to post code, in particular BBCode, so it can be copy-pasted. It's also useful to post logs, as is the primary use here on Stanford's forums. So this is intended by the phpBB developers, sorry.

Re: Formatting Not Applied Inside Code Blocks

Posted: Tue Nov 20, 2012 11:52 am
by PantherX
If you want to highlight a line or two, you can do a simple copy and paste of it here in the forum and then below that, paste the corresponding FAHlog in the code tag to make it easy to read the code.