部落格檔案、個人資料、自我介紹上妝

2008052112:15
蒐集:♡版面設定  2007/10/08 23:43
 
    您想要讓您的部落格檔案、個人資料、自我介紹加上圖片嗎?

1.將所選用的圖片網址,加到語法中

2.你的大頭貼下方 【編輯個人檔案】→ 【面板設定】→【自訂樣式】

3.將語法貼到css語法中,就行了...

 


/*blog profile */
table#bloginfo th {background:url(第1張圖片的網址);}
table#bloginfo td {background:url(第2張圖片的網址);}

table#usrinfo th {background:url(第3張圖片的網址);}
table#usrinfo td {background:url(第4張圖片的網址);}

#yusrintro p {background:url(第5張圖片的網址);}

 


這是↑範例圖片↓的語法,提供參考~~


/*blog profile */
table#bloginfo th {background:url(http://sheng.phy.nknu.edu.tw/shengwjs07116/back-43.gif);}
table#bloginfo td {background:url(http://sheng.phy.nknu.edu.tw/shengwjs07116/back-44.gif);}

table#usrinfo th {background:url(http://sheng.phy.nknu.edu.tw/shengwjs07116/back-45.gif);}
table#usrinfo  td {background:url(http://sheng.phy.nknu.edu.tw/shengwjs07116/back-46.gif);}

#yusrintro p {background:url(http://sheng.phy.nknu.edu.tw/shengwjs07116/back-48.gif);}