Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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.

Zmodyfikowany przez ExpHP w dniu

more options

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