|
-
Jan 29th, 2001, 02:26 PM
#1
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.
-
Jan 29th, 2001, 02:42 PM
#2
New Member
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.
-
Jan 30th, 2001, 10:10 AM
#3
Frenzied Member
cool lemme test!
PHP Code:
#include <iostream.h>
int main()
{
cout << "testing the PHP tag :D"
}
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Jan 30th, 2001, 11:34 AM
#4
Aye? How does that all work?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|