diff --git a/includes/faq-category-questions-inline.tpl.php b/includes/faq-category-questions-inline.tpl.php
index 66997ef..3970611 100644
--- a/includes/faq-category-questions-inline.tpl.php
+++ b/includes/faq-category-questions-inline.tpl.php
@@ -61,7 +61,7 @@ else {
 }
 
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <div class="faq-category-group">
   <!-- category header with title, link, image, description, and count of
   questions inside -->
diff --git a/includes/faq-category-questions-top.tpl.php b/includes/faq-category-questions-top.tpl.php
index 7f14849..c0424c9 100644
--- a/includes/faq-category-questions-top.tpl.php
+++ b/includes/faq-category-questions-top.tpl.php
@@ -68,7 +68,7 @@ else {
 }
 
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <div class="faq-category-menu">
 
   <!-- category header with title, link, image, description, and count of questions inside -->
diff --git a/includes/faq-questions-inline.tpl.php b/includes/faq-questions-inline.tpl.php
index 753e63d..a36d607 100644
--- a/includes/faq-questions-inline.tpl.php
+++ b/includes/faq-questions-inline.tpl.php
@@ -22,7 +22,7 @@
  *   Tells whether $node['body'] contains the full body or just the teaser
  */
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <div>
 <?php if (count($nodes)): ?>
   <?php foreach ($nodes as $node): ?>
diff --git a/includes/faq-questions-top.tpl.php b/includes/faq-questions-top.tpl.php
index ce0d915..0b8f84d 100644
--- a/includes/faq-questions-top.tpl.php
+++ b/includes/faq-questions-top.tpl.php
@@ -30,7 +30,7 @@
  *   Represents the number of items.
  */
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <?php print $questions_list ?>
 <br />
 <?php $key = 0; ?>
