Looks like you sorted it

, but for others:
The
php is used to stop code executing, for example if i want to show how to set text to blue :-
if i just type it , it executes:
This is blue
if i start the statement with
I get this:-
[color=blue] This is blue[/color]
This means you can embed commands such as bold and undrline is templates as I have here:
[
php]
Code:
DFI LT X38-T2R LanParty
CPU Feature
- Thermal Management Control: Disabled
- PPM(EIST) Mode: Disabled
[
php]
which when you copy everything between the two [
php] statements gives:-
Code:
DFI LT X38-T2R LanParty
CPU Feature
- Thermal Management Control: Disabled
- PPM(EIST) Mode: Disabled
the two [code] statements can be used to generate the box and scroll bars.
Hope that helps.