我正在使用Revolution Slider。 我在幻灯片中添加了一个图层,当我在图层中插入一个按钮时,我使用以下代码:
<a href='#' class='tp-button blue small'>Blue Button</a>
我希望按钮重定向到
<a href='http://www.hotelscombined.com/Place/Sydney.htm?a_aid=107946&brandid=289436' target='_blank' rel='nofollow'>Hotels in Sydney</a>
我该怎么做?
答案 0 :(得分:3)
<a class='tp-button blue small' href='http://www.hotelscombined.com/Place/Sydney.htm?a_aid=107946&brandid=289436' target='_blank' rel='nofollow'>Hotels in Sydney</a>
向<a>
标签添加其他属性我觉得不会受到伤害。