<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Using anchor tags within content</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Using-anchor-tags-within-content-70488</link>
        <description></description>
        <pubDate>Thu, 12 Mar 2026 22:15:08 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Using-anchor-tags-within-content-70488" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [buttermilk] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213216#post2213216</link>
          <description><![CDATA[<b>EDIT: [solved]<br />Strike what I wrote below.  I'm a complete idiot.  This whole time I was looking in the image insert dialogue thinking this is where the new parameters would appear, when in reality (and quite obviously in retrospect) they appear in the link dialogue.<br /><br />I'm attaching my wysiwyg.php file for anybody who comes across this in the future.  You'll find this file here:<br />/cmsAdmin/lib/<br /><br />I'm sorry for wasting everybody's time.</b><br /><br /><i>Yargh.  No luck.  I'm wondering if anybody who has managed to get this to work could post their wysiwyg.php file?  I must be missing something simple and obvious: there's no way this is that difficult.<br /><br />I throw myself on the kindness of the forum!<br /><br />Ian</i><br />]]></description>
          <pubDate>Fri, 16 Sep 2011 13:54:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213216#post2213216</guid>
        </item>
                <item>
          <title>Re: [robin] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213122#post2213122</link>
          <description><![CDATA[Thanks, Robin.  I've reserved a couple hours tomorrow in a last effort to overcome this issue.<br /><br />Ian<br />]]></description>
          <pubDate>Mon, 12 Sep 2011 17:05:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213122#post2213122</guid>
        </item>
                <item>
          <title>Re: [buttermilk] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213120#post2213120</link>
          <description><![CDATA[Hey, whoops I mean this one.<br /><br />Robin<br />]]></description>
          <pubDate>Mon, 12 Sep 2011 16:56:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213120#post2213120</guid>
        </item>
                <item>
          <title>Re: [robin] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213119#post2213119</link>
          <description><![CDATA[Hi Robin,<br /><br />Do you mean the zip file one Dave attached to his post above?<br /><br />Ian<br />]]></description>
          <pubDate>Mon, 12 Sep 2011 16:53:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213119#post2213119</guid>
        </item>
                <item>
          <title>Re: [buttermilk] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213117#post2213117</link>
          <description><![CDATA[Hey Ian,<br /><br />I'm not able to test CMS Builder 2.07, but this version (attached) of advlink works with the tiny MCE in CMS Builder 2.12.  I followed the instructions above and it worked.<br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Mon, 12 Sep 2011 16:40:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213117#post2213117</guid>
        </item>
                <item>
          <title>Re: [Dave] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213009#post2213009</link>
          <description><![CDATA[Hi Dave,<br />Would this still apply for version 2.07 of cms builder?  I'm trying to do the same thing but those instructions haven't changed the image dialogue in tinyMCE for me.  I tried it with what I thought was a newer version of the plugin, but still no joy.<br /><br />Ian<br />]]></description>
          <pubDate>Thu, 01 Sep 2011 16:36:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213009#post2213009</guid>
        </item>
                <item>
          <title>Re: [Dave] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199956#post2199956</link>
          <description><![CDATA[Thanks Dave. Very much appreciated.<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 19:21:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199956#post2199956</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199942#post2199942</link>
          <description><![CDATA[Hi Ginslinger,<br /><br />Thanks for the image.  It looks like that is using the advlink plugin for tinymce.  That's not one we support or ship with CMS Builder, but it is possible to setup with a little work.<br /><br />1) I've attached a file called advlink.zip.  Unzip that and upload the folders to here on your site:<br />/cmsAdmin/3rdParty/tiny_mce/plugins/advlink<br /><br />2) Edit /cmsAdmin/lib/wysiwyg.php <br /><br />3) Search for &quot;plugins:&quot; and edit these two lines and add the code in red: <br /><br />Around line 18: <br />plugins: 'safari,inlinepopups,contextmenu,table,fullscreen,paste,media,spellchecker<span style="color:red">,advlink</span>', <br /><br />Around line 53: <br />plugins: &quot;safari,inlinepopups,contextmenu,table,fullscreen,paste,media,spellchecker<span style="color:red">,advlink</span>&quot;, <br /><br />Then reload the page in your CMS and see if it works. <br /><br />Note that we don't use those advanced tinymce plugins, but there's some docs for them here: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advlink  and hopefully my instructions will point you in the right direction.<br /><br />Hope that helps.<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 15:00:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199942#post2199942</guid>
        </item>
                <item>
          <title>Re: [Dave] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199939#post2199939</link>
          <description><![CDATA[Hi Dave and thanks for the reply. I understand that we cannot generate a table of contents automatically. My question is how do we generate the anchors in the editor so that they can just be selected rather than entering them manually. I have included image that shows how it is demonstrated on TinyMice site. <br /><br />I spent sometime trying to find documentation on how to add these fields to the editor with no luck.  I did finally get them to work manually though. <br /><br />Thanks for the help.<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 13:47:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199939#post2199939</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199928#post2199928</link>
          <description><![CDATA[Hi Ginslinger,<br /><br />You can add an anchor tag as follows:<br />1) Select the place you want to create an anchor.  <br />2) Click the wysiwyg button with a picture of an anchor<br />3) Enter an anchor name (eg: test)<br /><br />You can link to the anchor like this:<br />1) Select some text you want to link<br />2) Click the chain link button in the wysiwyg<br />3) Beside &quot;Link Url&quot; enter # followed by the name of your link (eg: #test)<br /><br />That's how you enter anchor links.  There's no way I know of to automatically generate the table of contents content, though.  We do ours manually.<br /><br />Hope that helps!<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 11:57:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199928#post2199928</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199916#post2199916</link>
          <description><![CDATA[Going to the Tiny Mice site and using there example page you can insert an anchor link as it has an added spot to choose what anchor to use for the link. How do you add these type of fields to the editor. I tried finding the needed information on there site but don't have hours to find the answer to this. <br /><br />What good is having a function in the editor if it doesn't work? There may be documentation but I sure can't find it.<br />]]></description>
          <pubDate>Sun, 25 Oct 2009 21:12:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199916#post2199916</guid>
        </item>
                <item>
          <title>Re: [chris] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199893#post2199893</link>
          <description><![CDATA[I have tried to use the anchor tag within the editor but could not get it to function correctly.  Creating a table of contents within the page is what I would like to accomplish.  Couldn't find any documentation on using the anchor tag. Is there something I could be missing?<br />]]></description>
          <pubDate>Thu, 22 Oct 2009 19:39:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199893#post2199893</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199868#post2199868</link>
          <description><![CDATA[Hi Ginslinger,<br /><br />The WYSIWYG editor has an &quot;Insert/edit Anchor&quot; button (it looks like a ship's anchor.) You could generate a Table of Contents using some custom PHP code, or just manually create it each time.<br /><br />I hope this helps. Please let me know if you have any questions.<br />]]></description>
          <pubDate>Wed, 21 Oct 2009 15:39:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199868#post2199868</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199862#post2199862</link>
          <description><![CDATA[Hi Ginslinger,<br /><br />just a thought, you could use a field in your section editor for the anchor tag, with a &quot;must be unique restriction&quot; and then insert that field in both the &quot;a href&quot; and the &quot;a name&quot; link elements in your viewer.<br /><br />Hope that gets you started.<br /><br />Best,<br /><br />Jerry Kornbluth<br />]]></description>
          <pubDate>Wed, 21 Oct 2009 12:25:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199862#post2199862</guid>
        </item>
                <item>
          <title>Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199860#post2199860</link>
          <description><![CDATA[Trying to use CMSB as a extension of a monthly newsletter. This will be setup much like Interactive tools Newsletter with links to a tagged area within the page.  I need to be able to use anchor tags for a table of contents which links to the area of content on the page. <br /><br />I could use some advice on the best way to accomplish this.<br />]]></description>
          <pubDate>Wed, 21 Oct 2009 09:59:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199860#post2199860</guid>
        </item>
              </channel>
    </rss>
  