Twitter bootstrap 在具有拉伸链接的div中突出显示eEnable文本

Twitter bootstrap 在具有拉伸链接的div中突出显示eEnable文本,twitter-bootstrap,hyperlink,highlight,stretched,Twitter Bootstrap,Hyperlink,Highlight,Stretched,我在中使用一个拉伸链接,使其充当链接。但是,我希望里面的文字能够突出显示 我怎样才能做到呢 <div> <h1> <a href="https://hello.com" className="stretched-link"> Hello </a> </h1> <p> This text should be able to be highl

我在
中使用一个拉伸链接,使其充当链接。但是,我希望里面的文字能够突出显示

我怎样才能做到呢

<div>
  <h1>
    <a href="https://hello.com" className="stretched-link">
      Hello
    </a>
  </h1>
  <p>
    This text should be able to be highlighted but the stretched link doesn't allow it.
  </p>
</div>


此文本应该可以高亮显示,但拉伸链接不允许。


此处显示了中的类似过程。