cnelson
02-09-2006, 06:38 PM
hey guys, could someone help me out? if you look at www.visionstudios.be/pstuts.php there is to much space between "comments to date: xx" and the other words, how can i fix this? here the code;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="550" height="88" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="80" align="center" valign="middle"><div align="center"><a href="http://www.visionstudios.be/tracker/tracker.php?id=1"><img src="images/tuts/diagonal/thumb.gif" width="48" height="48" border="0" align="top"></a></div></td>
<td width="466" align="center" valign="middle"><div align="left">
Difficutly: Easy<br>
Time: 5 Minutes<br>
Author: Cnelson<br>
Description: Learn to make a nice diagonal pattern, and apply it to a image.<br>
<?
include ("tracker/connect.php");
$result = mysql_query("SELECT * FROM links where id=1");
while($row = mysql_fetch_array($result)) {
print 'This tutorial has been viewed '.$row[visits].' times. ';
}
?>
<?
$page_id = "2";
include("comments/comments_show1.php");
?>
</div></td>
</tr>
</table>
</body>
</html>
thanks. cnelson.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="550" height="88" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="80" align="center" valign="middle"><div align="center"><a href="http://www.visionstudios.be/tracker/tracker.php?id=1"><img src="images/tuts/diagonal/thumb.gif" width="48" height="48" border="0" align="top"></a></div></td>
<td width="466" align="center" valign="middle"><div align="left">
Difficutly: Easy<br>
Time: 5 Minutes<br>
Author: Cnelson<br>
Description: Learn to make a nice diagonal pattern, and apply it to a image.<br>
<?
include ("tracker/connect.php");
$result = mysql_query("SELECT * FROM links where id=1");
while($row = mysql_fetch_array($result)) {
print 'This tutorial has been viewed '.$row[visits].' times. ';
}
?>
<?
$page_id = "2";
include("comments/comments_show1.php");
?>
</div></td>
</tr>
</table>
</body>
</html>
thanks. cnelson.