Re: [請教] 關於Blogger的表格顯示
※ 引述《acedia0915 (Acedia)》之銘言:
: 以下是小弟html的語法,主要是放到blogger不能正常顯示
: <head>
: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
: <title>未命名 1</title>
: <style type="text/css">
: .style1 {
: background-image:
: url('http://farm4.static.flickr.com/3415/3198198179_4d5c652497_o.jpg');
: }
: .style2 {
: text-align: center;
: }
: </style>
: </head>
上面這段你也全都貼到文章裡了嘛?@@.....
這應該要貼到範本的css處喔,而且只要貼這個部份就好↓
.style1 {
background-image:
url('http://farm4.static.flickr.com/3415/3198198179_4d5c652497_o.jpg');
}
.style2 {
text-align: center;
}
然後要貼到文章裡的就只要從<table...>貼到</table>就好了
其他都可以不要
另我所謂的style其實是叫你把css直接寫在標籤裡
長這樣↓
<table style='background-image:url('圖片網址');width:500px; height:163px;'>
中間略
</table>
--
http://lingshu1005.blogspot.com/
something about my life
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.173.169.170
推
01/17 08:06, , 1F
01/17 08:06, 1F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 3 篇):