2012年5月31日木曜日

HTMLって便利やね

H → おしりの(HIP)
T → ちっちゃい 
M → M属性の女の子 
L → 大好き!(Love)


少し無理があるな…うん。


えっと、すんごく地味ですけど右側のガシェット達を少し改良しますた。

バナーはクリックすると新規ウィンドウで表示されるように
それと、プロフィールをFC2のアレみたいな感じに。


…………書いてて本当に地味だなと思った…。

Bloggerの標準の機能じゃなんか満足できなかったんで
Google先生に聞いてHTMLの勉強してコードつなげてみたんですよ!

んじゃ、ついさっき勉強した事のまとめ。
メモ書きみたいなものだから別見なくてもOK


・バナーの新規ウィンドウ表示

<span><span style="font-size: 100%;">
<a href="(リンク先)http://xxx" target="_blank">
<img src="(画像リンク先)http://xxx.jpg" border="0"省略[width="(横)xxx" height="(縦)xxx"] /></a></span>
<div><span><span style="font-family: (フォント)'ms pgothic'; line-height: 22px; text-align: -webkit-auto; ">(コメント)xxx</span></span></div>



・プロフィール風テキスト表示

<span><span style="font-size: 100%;"><img src="(画像リンク先)http://xxx.jpg省略[width="(横)xxx" height="(縦)xxx"] /></span>
<div style="font-size: 100%; font-style: normal; font-variant: normal; font-weight: normal; font-family: Georgia, serif; line-height: normal; text-align: -webkit-auto; ">
<span style="font-family: (フォント)'ms pgothic'; line-height: 22px; text-align: -webkit-auto; "> (テキスト本文)</span></div>
改行時<div style="font-size: 100%; font-style: normal; font-variant: normal; font-family: Georgia, serif; font-weight: normal; line-height: normal; ">
<span style="font-family: (フォント)'ms pgothic'; line-height: 22px; text-align: -webkit-auto; "> (テキスト本文)</span></div>

以降、改行毎に『<span style(ry』を入れること。



今回ので、暇を見つけたらもう少しHTMLを勉強してみようか真剣に考えた。

どうせやらないだろうけど。

0 件のコメント:

コメントを投稿