I'm rebuilding a website based on previous guy. Here is the source code, it used id to jump when clicked.
<a href="#faq01">Cancel or Modify an Order</a>
click and jump to
<a name="faq01" id="faq01"></a><strong>Cancel or Modify an Order</strong></p>
<p> Please kindly contact our customer service to cancel or modify your order. However, once your order has been processed and ...</p>
Is there a simple way to make this jump smoothly? The category is extremely big but in the same format.