Thread Request: mehr BBTags für Code (0 answers)
Opened by GwenDragon at 2011-07-22 17:31

GwenDragon
 2011-07-22 17:31
#150670 #150670
User since
2005-01-17
14544 Artikel
Admin1
[Homepage]
user image
[cpp]
int z;
int function j (char *z) {
z=99;
}[/cpp]

Code (c): (dl )
1
2
3
4
int z;
int function j (char *z) {
  z=99;
}


[xml]
<?xml ?>
<test1>
<mops att1="99" />
</test1>
[/xml]
Code (xml): (dl )
1
2
3
4
<?xml ?>
<test1>
  <mops att1="99" />
</test1>


[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Titel</title>
</head>
<body>
<p>Das ist ein Text.</p>
</body>
</html>
[/hml]
Code (html): (dl )
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Titel</title>
  </head>
  <body>
    <p>Das ist ein Text.</p>
  </body>
</html>


[php]<?php echo "12";
?>[/php]
Code (php): (dl )
1
2


Schade, dass die Short-BBTags nicht mehr gehen.
Alte Foreneinträge haben beim Quellocde dann keine Formatierung mehr.

PHP geht auch nicht?

Das wäre mein Wunsch.

Editiert von GwenDragon: PHP-Tag war falsch geschlossen
Last edited: 2011-07-22 17:36:04 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Request: mehr BBTags für Code