I rounded number with round() function.
So it was:
<?php echo $row_race2012['FileSize'] / 1024; ?> kb
---> 173.4375 kb
Now it is:
<?php echo round($row_race2012['FileSize'] / 1024); ?> kb
---> 173 kb
Thank you for your help (as always)!
Rika
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.