ClarkGH / phase_0_unit_3

Curriculum for Phase 0, Unit 3
0 stars 0 forks source link

Displaying code #1

Open ckammerl opened 10 years ago

ckammerl commented 10 years ago

Hi Clark, if you are interested in displaying the SQL snippets differently in order to make it easier to read, you only need to add the tags:

 sql statement 
. This will help you display each snippet in a nice (code) box.

Cheers, Christiane

ckammerl commented 10 years ago

the opening tag is <'pre'> and then closing tag is <'/pre'> ==> just omit the 'quotation marks' in both tags

ClarkGH commented 10 years ago

Thanks a lot Christiane. Always appreciated.