There is a site where when I send messages, there is no button in the editor "insert link". I decided to work around this by inserting <a> моя ссылка </a> in the right place in my post. Unfortunately, the line went with the tags, they were not interpreted ((. That is, I see that my message looks like <p>"что -то я тут пишу <a>моя сссылка</a>" </p> When the forum automatically sends messages from the admin, then there are links, that is, according to the idea, everything should work for me.

How, then, did I need to write a message to achieve the desired result (insert a link)?

  • 2
    In general, sending spam links on forums is bad! :) - thunder

2 answers 2

A competent forum will filter all messages from users, for the presence of tags and other suspicious characters, which, in direct hands, can mess things up a lot.

HTML tags . Here you want a link to shove there. A smart guy will appear and shove a whole table with pictures of stars from the PlayBoy or something more frankly, and HTML5 and the video will catch it.

And about the admin ... well what can I say. He is the God of his creation, do not equal his capabilities with his.

  • Thank you, yes, I understand that. From a technical point of view, how can this problem be solved - surely there are some special characters, a cat can be framed with tags so that it is not perceived as a simple line? (omit the case when the text of the Kim is filtered by the admin code after sending) - Kitty175
  • Give a link to this forum, if possible. - HA3IK

Normal forums partially support HTML tags in the form of pseudo code - the so-called BBCode. For example, the link code with it will look like this:

 [url= http://www.site-me.info/]Will code for food![/url] 

__

more about BBCode in Russian