<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как добавить гиперссылку в часть фразы?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=17746</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17746&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как добавить гиперссылку в часть фразы?».]]></description>
		<lastBuildDate>Thu, 20 Apr 2023 08:50:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=157751#p157751</link>
			<description><![CDATA[<p><strong>serzh82saratov</strong>, спасибо! Добавила справа от кода текст &quot;, чтобы подключиться&quot; - и получилось то, что нужно!</p>]]></description>
			<author><![CDATA[null@example.com (marusa122)]]></author>
			<pubDate>Thu, 20 Apr 2023 08:50:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=157751#p157751</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=157750#p157750</link>
			<description><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Link,, &lt;a href=&quot;https://www.autohotkey.com&quot;&gt;Инструкция&lt;/a&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Thu, 20 Apr 2023 08:36:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=157750#p157750</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=157749#p157749</link>
			<description><![CDATA[<p>Здравствуйте. Есть скрипт Autohotkey:</p><div class="codebox"><pre><code>Gui, Font, 
Gui, Add, Text,, Инструкция, чтобы подключиться 
Gui, Add, Text, cBlue gMyLink, Перейти по ссылке
Gui, Font, norm
Gui, Show
return

MyLink:
Run, https://www.google.com/
return </code></pre></div><p>Как объединить две строки текста? Нужно, чтобы гиперссылка была не на фразе &quot;Перейти по ссылке&quot;, а на слове &quot;Инструкция&quot; в первом предложении (при этом текст &quot;, чтобы подключиться&quot; должен остаться просто текстом и не быть частью гиперссылки). А строку &quot;Перейти по ссылке&quot; нужно вообще убрать. Возможно ли это реализовать?<br />Пробовала сделать так:<br /></p><div class="codebox"><pre><code>Gui, Font, 
Gui, Add, Text, cBlue gMyLink, Инструкция
Gui, Add, Text,, чтобы подключиться 
Gui, Font, norm
Gui, Show
return

MyLink:
Run, https://www.google.com/
return </code></pre></div><p>Но тогда это предложение разбивается на две строки.</p>]]></description>
			<author><![CDATA[null@example.com (marusa122)]]></author>
			<pubDate>Thu, 20 Apr 2023 08:33:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=157749#p157749</guid>
		</item>
	</channel>
</rss>
