Quote:
Originally Posted by KevinH
It already exists in my plugin AccessAide. Alternatively, this is simple to do as a plugin if you are interested in learning to develop your own plugins.
|
I just tried your Access-Aide plugin.
Here are my results:
Code:
<title>Start</title>
<h1>Chapter One</h1>
Code:
<title></title>
<h1>Chapter Two</h1>
Only chapter one's title was changed, and that was to 'Start'. The remaining chapters' title tags are still blank. Was it supposed to copy the title info between tags?
Thanks