hey guys, ok heres what i want to do, if you could look at this;
http://visionstudios.be/test.php and see how the image and the words are right next to each other? well you see how the image is a little bit below the words, i want to know how to make it so the image will be in the center of those words. heres the code for that page;
<!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="412" height="88" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="80"><div align="center"><a href="http://www.visionstudios.be/tut1.php"><img src="images/tuts/diagonal/thumb.gif" width="48" height="48" border="0" align="top"></a></div></td>
<td width="324"><div align="left">
<p>Dificutly: Easy<br>
Time: 5 Minutes<br>
Autor: Cnelson<br>
Description: Learn to make a nice diagonal pattern, and apply it to a image. </p>
<p> </p>
</div></td>
</tr>
</table>
</body>
</html>
hope someone can help. thanks. -cnelson.
