Skip to content

Instantly share code, notes, and snippets.

@s9011514
s9011514 / step1.css
Created April 28, 2013 11:36
[CSS]如何去除圖片超連結的藍色外框? http://sofree.cc/css-img-border/
img {
border: 0px
}
@s9011514
s9011514 / step1.html
Last active January 19, 2022 05:08
GitHub Gist 在部落格、網頁中內嵌入高亮程式碼 http://sofree.cc/github-gist/
<script src="https://gist.github.com/5467780.js"></script>
@s9011514
s9011514 / step1.php
Created April 26, 2013 14:35
[教學]Google+ 留言框整合到 WordPress 網站中 。 http://sofree.cc/wordpress-google-plus-comments/
<?php comments_template('', true); ?>