【发布时间】:2015-01-15 23:45:49
【问题描述】:
$config['prev_link']='Previous';
$config['prev_tag_open']='<button type="button" style="border-radius:5px;">';
$config['prev_tag_close']='</button>';
这是控制器中的代码。现在,我想在这个按钮上添加一个图像,我该怎么做?如果我使用源设置为 base_url('path/to/file.png') 的标签,我只会得到一个带有白色边框的空方块。有什么想法吗,谢谢?
【问题讨论】:
标签: php html css image codeigniter