-
the code tags make this...
Notice the word code at the top of the line. How bout in the beggining code tage we can do somthing like...
code title="prog1.cpp"] to change the word code at the top. And if there is not title put, have the word code.
-
Well, I know it's not what you're talking about, but...
The [php ] tag does syntax highlighting and works quite well for C derived languages (although it is designed for PHP).
PHP Code:
<?php
$var = 1;
$var++;
echo "This is what var is now: $var";
?>
Just figured I'd mention it. :)
-
cool lemme test!
PHP Code:
#include <iostream.h>
int main()
{
cout << "testing the PHP tag :D"
}
-
Aye? How does that all work?