Tag Archives: 插件

WordPress文章运行代码插件RunCode

  RunCode可以为你的WP增加一个文本框用来运行代码(html/css/javascript).相信对做网页前端设计的朋友来说,是个非常有用的插件,可以更方便的展示自己的一些设计效果. 下载地址:http://wordpress.org/extend/plugins/runcode/ 使用方法: <runcode>   运行代码… </runcode> 想要调整textarea的大小,可以在style.css中增加.runcode_text{ width:500px; height:200px;} 运行效果: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>扩大链接的选区</title> <style type="text/css"> body,ul,li{ padding:0; margin:0;} #ben{ margin:20px auto; width:200px; height:60px; border:1px solid … Continue reading

Posted in Wordpress1 views | Tagged , | 9 Comments