> I am trying to createa table based on calculation I am doing in php. How > can I use variables in php as valiues for the Width property in a <td tag? Ummm... <td width="<?=$width?>"> echo "<td width=\"$width\">"; etc... ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php