Try using "Template" action and construct your text with hyerlinks than paste it to page.
Other option is to create simple LOCAL html page somewhere on your hard disk with
desired text and links, than open that local html page in another tab in BAS and than copy
from that tab to the tab where you are working.
как прописать переменную в POST
-
Загружаю фото на сайт.
При запросе "photo","file://C:/Users/Desktop/проекты/004/101.jpg" фото отправляется. При попытке заменить 101 переменной через конструктор запроса запрос не доставляется "photo","file://C:/Users/Desktop/проекты/004/" + [[PHOTO_NUMBER]] + ".jpg" .
Вопрос: как правильно прописать переменную в запросе? -
This post is deleted!