[quote]
<a href="#part1">Part 1</a> | <a href="#part2">Part 2</a>
Blah, blah...
<p id="part1">Part 1: Blah</p>
<p id="part2">Part 2: Blah</p>
{/quote]
I thought it was:
<a href="#part1">Part 1</a> | <a href="#part2">Part 2</a>
Blah, blah...
<a name="part1">Part 1: Blah</a>
<a name="part2">Part 2: Blah</a>




Reply With Quote