瀏覽代碼

display correctly in firefox and safari

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 年之前
父節點
當前提交
93c22f3205
共有 1 個檔案被更改,包括 15 行新增1 行删除
  1. +15
    -1
      caca-php/examples/www/cacainfo.php

+ 15
- 1
caca-php/examples/www/cacainfo.php 查看文件

@@ -1,8 +1,22 @@
<html>
<head>
<title>sample program for libcaca php binding</title>
<style type="text/css">
<!--
table, tr
{
display: block;
}
td
{
display: inline;
padding: 0px;
}
-->
</style>
<basefont face="Monaco, liberation Mono" />
</head>
<body text="white" bgcolor="blue">
<body text="white" bgcolor="black">
<pre>
<?php
/*


Loading…
取消
儲存