
I can't figure out where it's coming from, and the tile is a 100x100 jpg in case you were wondering ...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Test</title>
<style type="text/css" media="screen">
body {
//margin:0px;
background-color:#333333;
color:#FFFFFF;
//padding:0px;
}
td
{
padding:0px;
}
table
{
padding:0px;
border-collapse:collapse;
//border-spacing:0px;
}
table,th,td
{
border: 1px solid yellow;
}
</style>
</head>
<body>
TEST 2
<?php
echo "<table><tr>";
$images=array( // list of files - add as needed
"tile001.jpg" );
echo "<td><img src='$images[0]'></td>";
echo '</tr></table>';
?>
</body>
</html>
Many thanks !

New Topic/Question
Reply



MultiQuote




|