Re: Getting PHP variables to display fixed length



Japhy wrote:

<li> <a href="Updatefindatesedit.php">$fin_name1 $fin_date1 </a></li>
<li> <a href="Updatefindatesedit.php">$fin_name2 $fin_date2 </a></li>
etc


My problem is the $fin_name1 variables can be anywhere from 1 - 20 characters

so my menu items come out looking like
Joe 2000/01/01
Fred 2001/01/02
Alexander 2001/01/03

Why not use a table ??

--
VS
.