PLEASE RELOAD
 
BYTE BRICKS





Each "write" line is a table. The first starts with a full sized brick, the second with a half sized brick. This staggers them. You can adjust the height and width as you want and add more bricks to each line and add as many "write" lines as you need...CCP the code below and add <script> at the top when you put it on the page.





Here is the PHP Byte Code

<?
$A = "<center><table cellspacing=1 cellpadding=0 border=0><tr>";
$B = "<td bgcolor=333333 gradcolor=cd5c5c gradangle=30 height=10 width=20></td>";
$C = "<td bgcolor=333333 gradcolor=cd5c5c gradangle=30 height=10 width=10>";
$D = "</td></tr></table></center>";
echo $A, $B, $B, $B, $B, $B, $C, $D;
echo $A, $C, $B, $B, $B, $B, $B, $D;
?>