Note: am using 2.9.2 but it wasn't an option.
As a prelude to revamping a website in a blog format, I am moving over large pages from the old site (that someone else wrote). There are dozens...hundreds...of internal links (what you all call "page jumps"). I know how to do these in HTML (they're all done already anyway) and, thanks to the WordPress article http://en.support.wordpress.com/splitting-content/page-jumps/ I learned that the secret to making the code work within a blog is to add "[a name="top"][/a]" at the top of the HTML code.
I can do this by hand but there will be at least 27 pages (A-Z plus an overview) and likely more. Is there anything I can add to the CSS, or another page of my theme's code, to have "[a name="top"][/a]" automatically entered correctly every time I create a new post? (square brackets used instead of angle brackets)
Thanks!