J
Jack Fox
I just finished converting a lot of text to HTML using FrontPage, and I
noticed a lot of extraneous tags, mostly font tags. For instance the exact
same font tag appears within the scope of itself (and two end tags, of
course). I would imagine that this may at least slightly impact browser
performance, and even if it doesn't, it makes for messy looking HTML. And I
thnik in some cases FrontPage can get confused by the result. I'm sure the
cause is at least partially due to how the user did the editing.
It would be fairly trivial to write some VBA to filter out duplicated tags
like this, but I wold rather not take the time if there is already some sort
of filter available.
noticed a lot of extraneous tags, mostly font tags. For instance the exact
same font tag appears within the scope of itself (and two end tags, of
course). I would imagine that this may at least slightly impact browser
performance, and even if it doesn't, it makes for messy looking HTML. And I
thnik in some cases FrontPage can get confused by the result. I'm sure the
cause is at least partially due to how the user did the editing.
It would be fairly trivial to write some VBA to filter out duplicated tags
like this, but I wold rather not take the time if there is already some sort
of filter available.