Find/Replace Adds New Styles?
For some reason, in addition to my normal find/replace woes involving HTML entities, using Find/Replace on all HTML pages seems to frequently add:
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }
to the <style> section at the top of the code.
Doing more replaces adds additional blank lines to the section until I have a huge empty space at the top of every page. HTML Tidy doesn't fix it (Tidy hasn't seemed to do much even when it's supposedly on since the new version hit.) What's up with that?
|