Bloggerのブログをどのように3列のフッターを追加する
1年前に私はいつも、 3列のフッターにいくつかのブログを見that.Iを行う方法を見つけることができなかったのブロガーを使用していた私は本当のアマチュアblogger.Todayが3列のフッターにされている場合、多くのブロガーのテーマですが、あなたのテーマではない'トンここにどうやってそれができる、より良いデザインをあなたのブログを3列フッターをしている。
最初の場合はそれができない再度アップロードを返すことができますあなたのテーマをブロガーのテーマをバックアップしてください。
フッターからすべてのウィジェットを削除します。
あなたのテーマのコードでは、このコードを探します。
<div id='footer-wrap'>
<b:section class='footer' id='footer'/>
< /部>
- 現在は、 1つのコードを以下に置き換えます
<div id='footer-wrapper-container'>
<div id='footer1' style='width: 32%; float: left; margin:0; text-align: left;'>
<b:section class='footer-col' id='col1' preferred='yes' style='float:left;'/>
< /部>
<div id='footer2' style='width: 32%; float: left; margin:0; text-align: left;'>
<b:section class='footer-col' id='col2' preferred='yes' style='float:left;'/>
< /部>
<div id='footer3' style='width: 32%; float: right; margin:0; text-align: left;'>
<b:section class='footer-col' id='col3' preferred='yes' style='float:right;'/>
< /部>
<div style='clear:both;'/>
<p>
<hr align='center' color='#c2c2c2' width='90%'/> < / p >
<div id='footer-bottom' style='text-align: center; padding: 10px;'>
<b:section class=’footer’ id=’col-bottom’ preferred=’yes’>
<b:widget id=’Text99′ locked=’false’ title=” type=’Text’/>
</b:section>
< /部>
<div style='clear:both;'/>
< /部>
今ではスタイルのコードは、以下を使用してフッターを与える
#フッター-ラッパーコンテナ(
クリア:両方;
)。フッター-列(
パディング: 10px ;
)
関連記事:
- どのようにブロガーの投稿にはYahooのスマイルマークを追加するには?
- " BloggerのブログをPDFファイル"として保存]ボタンを追加
- テーマ: Windows XP用- SevenVG R2の
- ブロガーはどのように画像を最適化する
- 5最高品質のWordpressのテーマ






























































