Learning PHP and MySQL
Example 11-05 Using left space padding
<?php
printf("Space padding can be tricky in HTML % 5d.", 42);
?>
Using the left space padding displays the screen shown in Figure 11-4.
Posted by on 08/18 at 12:31 PM
Next entry: Example 11-06 Adding the and tags so the spaces display
Previous entry: Example 11-04 Using left zero padding