click2zap goes IE
What a glory day!
Activate the click2zap panel by clicking the button below.
Choose enable and start removing those elements, you don't like to see any more, by clicking them once.
If you remove an element from the screen, the element itself and all of its child elements will be removed.
Deleting an entire table, for example, will delete all of its contained data, too.
| 1st row 1st column |
1st row 2nd column |
1st row 3rd column |
This table's columns are predefined by using the <colgroup> tag.
As you can see in the source code, each <col> element has its own background color.
Watch the effect when removing one of this table's <td> elements.
Though the following <td> elements of this row skip one field to the left each, they change
their background color to what's been predefined for the according column.
|
| 2nd row 1st column |
2nd row 2nd column |
2nd row 3rd column |
|
| 3rd row 1st column |
3rd row 2nd column |
3rd row 3rd column |
| 1st row 1st column |
1st row 2nd column |
1st row 3rd column |
This table's columns are not predefined, each <td> element has been formatted
separately instead.
Now that this table has no <col> definitions, each <td> element has
its own background color, which it will keep when removing a <td> element left to it.
Actually, the background color is irrelevant when printing HTML content, i. e. in most cases you needn't use a <colgroup> definition to format your tables.
If you use click2zap for taking screenshots, you should keep an eye on the page layout during development. |
| 2nd row 1st column |
2nd row 2nd column |
2nd row 3rd column |
|
| 3rd row 1st column |
3rd row 2nd column |
3rd row 3rd column |
Updates
This is simply great for saving paper and toner by removing unnecessary images from the page before printing.
Maybe I'll add a configurable page-scoped preselection, something like a default print layout, so that you needn't remove the page's menu
or the page header again and again manually.