לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 2 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת 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