3
1
Back

Working_height / 7; // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 5; row_2 = row_1 + vertical_space/7; row_3 = working_increment*2 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_5 = working_increment*4 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_4 = working_increment*3 + row_1; // special: the right-hand side tries to squeeze 6 rows into the linked page for content, e.g. Alt tags. */ global $fetch_last_content_type; $html = fetch_file_contents($link); Fix for two bugs in Doghouse Diaries rss: spaces in img.

New Pull Request