ALT/TITLE属性でテキストを改行表示する方法
<'BR>タグ の代わりに
【 13; 10;】 か 【 13;】 を使う。
# 半角スペースを除去すること
ex
<'p alt="--- alt ---" title="---- title ----">hogehoge<'/p>
↓
<'img alt="--- alt ---" title="---- title ----" src="#">
↓

ちなみに
IEのみ有効。
ref:
http://www5e.biglobe.ne.jp/~access_r/hp/html/html_011.html
【 13; 10;】 か 【 13;】 を使う。
# 半角スペースを除去すること
ex
<'p alt="--- alt ---" title="---- title ----">hogehoge<'/p>
↓
hogehoge
<'img alt="--- alt ---" title="---- title ----" src="#">
↓
ちなみに
IEのみ有効。
ref:
http://www5e.biglobe.ne.jp/~access_r/hp/html/html_011.html
