开发者

How to wrap text in link?

开发者 https://www.devze.com 2023-04-12 13:05 出处:网络
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 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

精彩评论

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

关注公众号