Hello world! by Dee | Last updated Jul 1, 2019 | Uncategorized | 0 commentsWelcome to WordPress. This is your first post. Edit or delete it, then start writing!
wordpress 網站變更字型匯總 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 commentswordpress 更改字體: 改成微軟正黑體 body{font-family: arial,“Microsoft JhengHei”,“微軟正黑體“,sans-serif !important;} 在 Customer CSS裡面貼上以下: @font-face { /*圓體*/ font-family: ‘cwTeXYen’; font-style: normal; font-weight: 500; src:...
臉書崁入部落格或網站連結 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 commentshttps://developers.facebook.com/docs/plugins/page-plugin
WordPress Recent Posts Extended Customer CSS範例 by Dee | Jul 1, 2019 | IT小技巧 | 0 comments.rpwe-block ul{ list-style: none !important; margin-left: 0 !important; padding-left: 0 !important; } .rpwe-block li{ border-bottom: 1px solid #eee; margin-bottom: 5px; padding-bottom: 0px; list-style-type: none; } .rpwe-block a{ display: inline !important;...
防止網站被盜圖程式碼 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 comments在Head部加入以下代碼: <script> jQuery( document ).ready(function($) { $(‘#main-content img’).bind(‘contextmenu’, function(e) { alert(“本站圖像均受版權保護,請勿任意轉載盜用!”); e.preventDefault(); }); });...
近期留言