| Warning: include(http://www.studio6000.com/tutorside.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson15e.php on line 17 Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/tutorside.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson15e.php on line 17 |
CellpaddingThe cellpadding of a table determines how much space there will be between the cell content and it's borders. For example:
<body>
The result would be:
We can make the space even bigger:
<body>
The result would be:
|