<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Align Hyperlink Note Item to Right Edge of Page in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373905#M54245</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745036"&gt;@JacobWBrown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was curious if I could see a snippet of what the HTML code currently looks like to provide a better insight on what to do? It could be anything from a colon or semi-colon in the wrong place to an unclosed tag.&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 15:26:32 GMT</pubDate>
    <dc:creator>CodyPatterson</dc:creator>
    <dc:date>2024-01-24T15:26:32Z</dc:date>
    <item>
      <title>Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373894#M54242</link>
      <description>&lt;P&gt;I'm working on a Survey123 form to intake public requests for service for the small community I work for. I am trying to include a short PDF tutorial within the form. I've created a hyperlink that leads to my tutorial document and it seems to work fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem arises when I try to apply styling to this note field. I'm attempting to align the hyperlink text to right-side of the form so that it can site in the top right corner. I've tried using the style attribute within the &amp;lt;a&amp;gt; element as well as the &amp;lt;span&amp;gt; method outline in this document: &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-quick-guide-to/ba-p/1101322" target="_blank"&gt;Survey123 Tricks of the Trade: Quick guide to modernize HTML formatting tags in your survey (esri.com)&lt;/A&gt;. Neither of these have worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know of a simple way to style a note field with a hyperlink so that it aligns to the right side of the page?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373894#M54242</guid>
      <dc:creator>JacobWBrown</dc:creator>
      <dc:date>2024-01-24T14:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373905#M54245</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745036"&gt;@JacobWBrown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was curious if I could see a snippet of what the HTML code currently looks like to provide a better insight on what to do? It could be anything from a colon or semi-colon in the wrong place to an unclosed tag.&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 15:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373905#M54245</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-01-24T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373913#M54247</link>
      <description>&lt;P&gt;Sure thing. At the moment the code is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a target="_blank" style="align-text:right;" href="LINK_HERE"&amp;gt; Click Here to View the How-To Guide &amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The target and href attributes seem to be working fine, it's just the style attribute that is not.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 15:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373913#M54247</guid>
      <dc:creator>JacobWBrown</dc:creator>
      <dc:date>2024-01-24T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373923#M54250</link>
      <description>&lt;P&gt;&amp;lt;a&amp;gt; and &amp;lt;span&amp;gt; elements aren't for alignment. Use &lt;STRONG&gt;&amp;lt;div&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;div style="text-align:center"&amp;gt;Title&amp;lt;/div&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 15:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373923#M54250</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-24T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373926#M54252</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745036"&gt;@JacobWBrown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What abureaux said is correct, &amp;lt;a&amp;gt; and &amp;lt;span&amp;gt; elements are not for alignment, but they can be influenced by alignment, the &amp;lt;div&amp;gt; tag as they stated would be correct for this case, I would surround what you have with the div they outline!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373926#M54252</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-01-24T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373929#M54253</link>
      <description>&lt;P&gt;My super high-quality graphic here will help explain why &amp;lt;div&amp;gt; is the tag for the job.&lt;/P&gt;&lt;P&gt;If you "center" align a &amp;lt;span&amp;gt;, technically it will work, but you are only centering your text onto itself (so, not really any use).&lt;/P&gt;&lt;P&gt;Whereas, if you center your text in a &amp;lt;div&amp;gt; tag, you are doing so relative to the page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1706112107882.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92641i49F1191E1A079C96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1706112107882.png" alt="abureaux_0-1706112107882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://www.w3schools.com/cssref/pr_text_text-align.php" target="_self"&gt;&lt;STRONG&gt;text-align&lt;/STRONG&gt;&lt;/A&gt; style accepts: &lt;STRONG&gt;left&lt;/STRONG&gt;, &lt;STRONG&gt;right&lt;/STRONG&gt;, &lt;STRONG&gt;center&lt;/STRONG&gt;, &lt;STRONG&gt;justify&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;S123 "modern HTML formatting" is, at its core, just HTML formatting. &lt;A href="https://www.w3schools.com" target="_self"&gt;w3schools&lt;/A&gt; has a lot of helpful documents. Just keep in mind that S123 doesn't accept &lt;EM&gt;all&lt;/EM&gt; HTML formatting.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373929#M54253</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-24T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373931#M54254</link>
      <description>&lt;P&gt;Unfortunately, placing a div around the &amp;lt;a&amp;gt; element and styling the &amp;lt;div&amp;gt; did not work either.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373931#M54254</guid>
      <dc:creator>JacobWBrown</dc:creator>
      <dc:date>2024-01-24T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373965#M54257</link>
      <description>&lt;P&gt;Unfortunately, wrapping everything in a &amp;lt;div&amp;gt; did not prove any more fruitful. After inspecting the page in my browser I noticed that the div reverts from &amp;lt;div style="text-align:right;"&amp;gt; to simply &amp;lt;div style&amp;gt; once it is published.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose I'll chalk this up to limitations in the way S123 deals with HTML tags and call it a day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 17:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373965#M54257</guid>
      <dc:creator>JacobWBrown</dc:creator>
      <dc:date>2024-01-24T17:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373978#M54260</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745036"&gt;@JacobWBrown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is very strange that it reverts it to nothing, if all else fails, we could try setting the div to a specific size, and then using margin-left to push the entire div to the right side:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div style="width: 150px; margin-left: auto;"&amp;gt;&amp;lt;a href="linktosomething"&amp;gt;Link&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping that this will at least show up in the console!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 17:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1373978#M54260</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-01-24T17:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374057#M54265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/712076"&gt;@CodyPatterson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the suggestion, it worked like a charm! I had to adjust the &amp;lt;div&amp;gt; width a little to ensure my link text was all on one line. But the margin-left: auto; seems to have do the trick!&lt;/P&gt;&lt;P&gt;Thank you for your help! And thank you as well&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;, I appreciated your suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 19:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374057#M54265</guid>
      <dc:creator>JacobWBrown</dc:creator>
      <dc:date>2024-01-24T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374059#M54266</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745036"&gt;@JacobWBrown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great to hear! Glad that did the trick, thankfully with the margin-left auto, it's responsive to different screen sizes, so it'll look great on any size screen!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 19:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374059#M54266</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-01-24T19:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Align Hyperlink Note Item to Right Edge of Page</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374082#M54270</link>
      <description>&lt;P&gt;I'm curious what your set-up is, as &lt;STRONG&gt;text-align&lt;/STRONG&gt; should work on its own.&lt;/P&gt;&lt;P&gt;Here is what I have in Connect:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1706125690497.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92683iEDD3D7EE3770494A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1706125690497.png" alt="abureaux_0-1706125690497.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here is the result on the web:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1706125703046.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92684i1F6FF7D6DF562143/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1706125703046.png" alt="abureaux_1-1706125703046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Adding a link &amp;lt;a&amp;gt; or any other content within the div tag should not change this functionality.&lt;/P&gt;&lt;P&gt;It is also oddly resistant to malformed tags as can be seen with two broken end tags:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1706125958712.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92685i683E324D771ED187/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1706125958712.png" alt="abureaux_2-1706125958712.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Still resulting in right-aligned text:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_3-1706125997717.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92686i70D5CC7656806206/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_3-1706125997717.png" alt="abureaux_3-1706125997717.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using Connect, and is it up to date? Which browser are you using, and is it up to date?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 19:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/align-hyperlink-note-item-to-right-edge-of-page/m-p/1374082#M54270</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-24T19:57:30Z</dc:date>
    </item>
  </channel>
</rss>

