@@ -13,7 +13,7 @@ table, table tr | |||||
{ | { | ||||
display: block; | display: block; | ||||
} | } | ||||
table td | |||||
table tr td | |||||
{ | { | ||||
display: inline; | display: inline; | ||||
padding: 0px; | padding: 0px; | ||||
@@ -1,3 +1,6 @@ | |||||
<?php | |||||
header('Content-Type: text/html; charset=UTF-8'); | |||||
?> | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||||
@@ -16,6 +19,7 @@ | |||||
?> | ?> | ||||
<head> | <head> | ||||
<title>sample program for libcaca php binding</title> | <title>sample program for libcaca php binding</title> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |||||
<link rel="StyleSheet" href="caca-php.css" type="text/css" /> | <link rel="StyleSheet" href="caca-php.css" type="text/css" /> | ||||
</head> | </head> | ||||
<body text="silver" bgcolor="black"> | <body text="silver" bgcolor="black"> | ||||
@@ -1,3 +1,9 @@ | |||||
<?php | |||||
header('Content-Type: text/html; charset=UTF-8'); | |||||
?> | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | ||||
<head> | <head> | ||||
<title>Caca power!</title> | <title>Caca power!</title> | ||||
@@ -1,9 +1,12 @@ | |||||
<?php | |||||
header('Content-Type: text/html; charset=UTF-8'); | |||||
?> | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | ||||
<head> | <head> | ||||
<title>Caca power!</title> | <title>Caca power!</title> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||||
<style type="text/css"> | |||||
</style> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php | <?php | ||||
@@ -1,3 +1,6 @@ | |||||
<?php | |||||
header('Content-Type: text/html; charset=UTF-8'); | |||||
?> | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||||
@@ -20,6 +23,7 @@ | |||||
?> | ?> | ||||
<head> | <head> | ||||
<title>demo for libcaca php binding</title> | <title>demo for libcaca php binding</title> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |||||
<link rel="StyleSheet" href="caca-php.css" type="text/css" /> | <link rel="StyleSheet" href="caca-php.css" type="text/css" /> | ||||
</head> | </head> | ||||
<body text="silver" bgcolor="black"> | <body text="silver" bgcolor="black"> | ||||