开发者

How to wrap text in link?

I want to wrap a simple link text in a way like this:

http://google.de & rarr; <a href="http://google.de">http://google.de</a>

I marked the link and wrote this zen code (emmet):

a[href=*]* 

But the href attribute of the link is not se开发者_运维知识库t correctly

<a href="*">http://google.de</a>.


Are you sure about * usage?

http://code.google.com/p/zen-coding/wiki/Actions

It doesn't seems it's used for what you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜