Remington Box Posted May 24, 2013 Report Posted May 24, 2013 How come when my pilot roster pulls from all of the hubs, some of the rows are totally different widths when it runs off of one .tpl file? http://www.spark-jet.com/index.php/pilots Quote
Administrators simpilot Posted May 25, 2013 Administrators Report Posted May 25, 2013 The table automatically sets the widths for the cells for each new table to what fits best for the current data. You can set some column widths in the template to force them all to be the same. In pilotslist.tpl try something like -> <tr> <th width="10%">Pilot ID</th> <th width="30%">Name</th> <th width="20%">Rank</th> <th width="20%">Flights</th> <th width="20%">Hours</th> </tr> Quote
Remington Box Posted December 4, 2013 Author Report Posted December 4, 2013 So simple I overlooked it, thanks for the help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.