![]() |
|< 1 2 3 4 >| | ![]() |
31 Einträge, 4 Seiten |
1
2
3
4
5
6
7
8
9
10
11
[...]
print <<"EOT";
<html>
<head>
<title>Tag Board</title>
<link rel='stylesheet' type='text/css' href='/biene/style.css'>
</head>
<body>
Dies ist ein Testtext <a href='http://www.linux.de'>und ein Testlink</a>
EOT
[...]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
font-family: arial;
color: #0000cf;
font-size: 10pt;
background-color: #cfcfcf;
scrollbar-base-color:
scrollbar-3dlight-color:
scrollbar-arrow-color:
scrollbar-darkshadow-color:
scrollbar-face-color:
scrollbar-highlight-color:
scrollbar-shadow-color:
scrollbar-track-color:
}
a:link { color: }
a:visited { color: }
a:hover { color: #0000ff; }
a:active { color: }
1
2
3
4
5
6
7
8
9
10
11
[...]
print <<"EOT";
<html>
<head>
<title>Tag Board</title>
<link rel='stylesheet' type='text/css' href='/biene/style.css'>
</head>
<body>
Dies ist ein Testtext <a href='http://www.linux.de'>und ein Testlink</a>
EOT
[...]
1
2
3
4
5
6
7
8
9
10
11
[...]
print <<"EOT";
<html>
<head>
<title>Tag Board</title>
<link rel='stylesheet' type='text/css' href='/biene/style.css'>
</head>
<body>
Dies ist ein Testtext <a href='http://www.linux.de'>und ein Testlink</a>
EOT
[...]
![]() |
|< 1 2 3 4 >| | ![]() |
31 Einträge, 4 Seiten |