for i = 1 to 4 incr = int(256 / (i * 8)) c = 256 html "" for j = 1 to i * 8 html "" c = c - incr next j html "" next i html "
" end