更多窝窝美化代码+详细自定义模板傻瓜式教程:
http://wowo.5d6d.com/?716
第一步,
点网页头部的 查找-查看源代码-
以我的窝窝为例,代码从这里开始,
<!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> 。。。。。。。。。
。。。。。。。。。。。。。。。。。。。。。。
<script type="text/javascript" src="http://img.tongji.cn.yahoo.com/644850/ystat.gif"/></a></noscript>
</body>
</html>
中间。。。。部分为省略代码。。
第2步,
当然我们不需要这么多的代码,只有一部是窝窝模板代码部分:
通过查找或者往下翻会找到以下代码:
<style type="text/css">
@import url(template/default/common.css);
。。。。。。。。。。。。。。。。。。。
a:link,a:visited,a:hover,#talk .info .author a strong,#talk .info .author strong{color:#000000;}</style>
<link rel="alternate" type="application/rss+xml" href="rss.php?uid=716" title="刘松" />
<link rel="edituri" type="application/rsd+xml" title="rsd" href="xmlrpc.php?rsd=1" /></head>
<body>
注意了 从这里。。。。。。省略的代码 就是我们说需要的窝窝代码~呵呵,很容易吧~还不知道就是笨笨啦~~