瑀婈教學~替換招呼框圖語法
@.格友 鎂璇 問瑀婈招呼框語法~因為瑀婈沒在使用招呼框的,所以也忘了格子裡是不是有相關教學.
所以瑀婈就去記事本找了一些相關的語法.然後整理出一個瑀婈覺得比較簡單好用的.大家試試看囉.
喜歡放招呼框的朋友們.用心學一下囉~分享愉快!
@.使用方法:至管理部落格-->面版設定-->自訂樣式-->css內容裡-->找到相同招呼語部份區塊的語法-->再將下列語法複蓋上去.
/*招呼框語法*/
#yblast .bg {background:url(招呼框圖網址 ) no-repeat;position:relative;top:0px;left:30px;height:60px;width:535px;background-position:center;}
#yblast .text {color:#000000;font-size:110%;position:relative;left:-50px;}
#yblast {text-align:center;}
#yblast .text a{display:none;}
語法說明:
█#yblast .bg {background:url(招呼框圖網址 ) no-repeat;position:relative;top:0px;left:30px;height:60px;width:535px;background-position:center;}
top:0px; 招呼語與頁面上方的距離
left:30px; 招呼語與左方區塊的距離
height:60px: 招呼框圖高度
width:535px; 招呼框圖寬度
█#yblast .text {color:#000000;font-size:110%;position:relative;left:-50px;}
此行的110%和left:-50px是招呼框裡面招呼語的字體大小和位置.(請自行調整到適當位子喔)
█#yblast .text a{display:none;} 隱藏我要留言字樣
█#yblast {text-align:center;}招呼語置中
█#yblast .text{color:#000000;} -->字顏色
瑀婈叮嚀:記得花點耐心調到適當的位置喔..多試幾次就熟能生巧了.
補充:小米酒教學~招呼語框置中語法完整教學
留言列表