| > I'd like for the toolbar buttons to be completely
> ignored and stripped from the .html
> Is this possible?
Not really - what you can try to do is to use the 'no
external pages' option - but this will put a blank
image in place of all 'external' images. 'Stripping'
links is a quite hard thing todo - for img src things,
it seems easy, but in javascript functions, it would
be a pain.. (and may generate annoying javascript
errors)
| |