搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I see blog posts where they say " here" and it is a link to an article or video. How is that done?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 kjohn

more options

I see in different blog posts where they provide a link to an article or video and they just say the link is "here" How do they do that?

I see in different blog posts where they provide a link to an article or video and they just say the link is "here" How do they do that?

所有回复 (2)

more options

Are you referring to a link like this one?

I'll be glad to help, but please note that this is a tech support forum for the Mozilla Firefox web browser. Your question is more or less about web design.


If the blogging system you use supports standard HTML, you would use what's called an anchor tag that links to the other site, and surround it around the word you want to link (for instance, "here"). An anchor tag looks like this:

<a href="http://example.com">linked text<a>

Just type that into your blog post, replacing "example.com" with the link and "linked text" with what you want it to say. If your blogging system supports HTML, then when you save the post and look at it on your site, it should look like this:

linked text

If that doesn't work, here's another type of tag you can try:

[url=example.com]Linked text[/url]


If neither of these work, I recommend you check the support for the blogging site you use (wordpress, tumblr, etc.) because it probably has its own format for making embedded links.

由ExpHP于修改

more options

Thanks, ExpHP, I'm giving it a try now. Kjohn