cssで投稿した画像を中央に表示たい!!!!!
blogで投稿した画像を中央に表示したい!!!!!
css詳しい人、教えてください!!!!!
今、エキサイトブログの設定を行っているんですが、cssなど全くの初心者なので、右も左もわかりません。
そこで、現在、http://tenjikunik.exblog.jp/ のようになっています。
太陽の投稿画像をブラウザの中央付近に表示したいのですが、次のhtmlまたはcssをどう変更すべきでしょうか?助けてください。
css
/* excite blog skin css */
body { margin : 0; padding: 0; background: #151414; color : #e7e7e7;}
body,td,div,li{ font-size : 13px; font-family : verdana,arial,sans-serif; line-height : 150%;
letter-spacing:1px; word-wrap: break-word;}
a:link{ color: #cfcbc4; text-decoration: underline; }
a:visited{ color: #cfcbc4; text-decoration: underline; }
a:active{ color: #cfcbc4; text-decoration: underline; }
a:hover{ color: #cf9712; text-decoration: none;}
#im{ width:100%; clear: none;}
td.im_hit{
background: url(http://image.excite.co.jp/jp/portal/im/imach_icon_orange.gif) no-repeat 0.5em 0.5em;
padding: 0.5em 0.5em 0.5em 25px; cursor:pointer;cursor:hand;
line-height: 100%; width: 550px;text-align:left;color:#cfcbc4;}
div.im_title{font-size:x-small;color:#666;text-align:right;margin-bottom:10px;}
div.im_title a{color:#666;}
td.im_hit:hover{background-color:#fffee1; color:#333333;}
table.im_summary{margin-top:3px;}
td.im_summary {font-size:small;font-family:"Arial";line-height:160%;}
span.im_url{font-size:small;font-family:"Arial"; text-decoration: underline;}
span.im_titletext{text-decoration: underline;}
#cmtviewfrm{ display:none !important;}
#main { width:1899px; margin:0 auto; text-align:left; padding-bottom: 20px;overflow: hidden;}
#Headarea{ height: 401px; width:1899px; margin: 0 auto; position: relative; }
#titlearea{ width: 8020px; position: absolute; bottom: 0; left: 0; background: #a0a0a0;filter: alpha
(opacity=80); -moz-opacity:0.8; opacity:0.8; padding: 10px;}
div.HEADER{ font-size: 16px; font-weight: bold; line-height : 100%;}
#titlearea a{ color: #fff; text-decoration:none; }
#postArea{ margin-top:20px; width: 565px; float: left;}
字数が足りません。いって頂いたら開示いたします。
お礼
なるほど。初心者の自分でもある程度がわかりました。とても丁寧な説明ありがとうございました。