我正在为我的插件制作一个管理页面,我想制作一个文本链接,就像管理页面的表单按钮一样。
我试过了,但效果不好。
<a href="" cless="button-primary" style="line-height: 2em; border-color: #298CBA; font-weight: bold; color: white; background: #21759B url(../images/button-grad.png) repeat-x scroll left top; text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;">Submit</a>
我还尝试只放置一个提交按钮,希望页面转到action属性中的url。
<form action="$url" target="_self">
<input type="submit" class="button-primary" value="Submit" />
</form>
有人知道怎么做吗?