45

私はこれを使用しています

<a href="#" title="select from 1: this 2: that" > Click here </a>

誰かがそれにカーソルを合わせると、すべてのテキストが 1 行に表示されます。

新しい行に表示する方法はありますか?

4

4 に答える 4

60

&#013;またはを使用できます&#010;

<a href="#" title="select from 1: this &#013; 2: that" >Click here</a>

<a href="#" title="select from 1: this &#010; 2: that" >Click here</a>

于 2014-03-21T14:17:47.447 に答える
12

<a href="#" title="select from 
1: this 
2: that" >Click here</a>

于 2013-09-04T06:38:55.543 に答える