<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>Working with Link Styles in Freeway</title>
        <description>The 10 most recently added comments in the topic &quot;Working with Link Styles in Freeway&quot;</description>
        <link>http://freewaytalk.net/</link>
        <lastBuildDate>Mon, 17 Nov 2008 04:26:29 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_23751</link>
            <description>&lt;p&gt;Thanks, Walter, much appreciated.&lt;/p&gt;

&lt;p&gt;Is there a Forum Use Guide anywhere?&lt;/p&gt;

&lt;p&gt;I guess the other option I have is to just test things out with a sample post and just not send it.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;/HEAD&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;/head&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Loren&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;tutorials mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>lfedje</author>
            <pubDate>Wed, 28 Nov 2007 22:58:33 -500</pubDate>
        </item>
        <item>
            <title>Re: Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_23694</link>
            <description>&lt;p&gt;On Nov 28, 2007, at 5:29 PM, lfedje wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;It&amp;#8217;s tough getting used to a new forum and the way things are done.&lt;/p&gt;
  
  &lt;p&gt;I found another little error in my first post:&lt;/p&gt;
  
  &lt;p&gt;This line: Main Menu &gt; Page &gt; HTML Markup &gt; Before paste this code:&lt;/p&gt;
  
  &lt;p&gt;Should read: Main Menu &gt; Page &gt; HTML Markup &gt; Before &amp;#8220;/HEAD&amp;#8221; -
  paste the below code. Can&amp;#8217;t put the angle brackets in there I guess.&lt;/p&gt;
  
  &lt;p&gt;Loren&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You can put angle brackets in, just have to do it in a code block.
Either wrap the word in back-ticks (top-left key on a US keyboard,
under the tilde) or put it in a code block (indent with four spaces)
and you can use any character you like!&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;tutorials mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 28 Nov 2007 22:42:07 -500</pubDate>
        </item>
        <item>
            <title>Re: Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_23693</link>
            <description>&lt;p&gt;It&amp;#8217;s tough getting used to a new forum and the way things are done.&lt;/p&gt;

&lt;p&gt;I found another little error in my first post:&lt;/p&gt;

&lt;p&gt;This line: Main Menu &gt; Page &gt; HTML Markup &gt; Before paste this code:&lt;/p&gt;

&lt;p&gt;Should read: Main Menu &gt; Page &gt; HTML Markup &gt; Before &amp;#8220;/HEAD&amp;#8221; - paste the below code. Can&amp;#8217;t put the angle brackets in there I guess.&lt;/p&gt;

&lt;p&gt;Loren&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;tutorials mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>lfedje</author>
            <pubDate>Wed, 28 Nov 2007 22:29:39 -500</pubDate>
        </item>
        <item>
            <title>Re: Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_23629</link>
            <description>&lt;p&gt;I wasn&amp;#8217;t sure how to submit code so somehow I missed the first line, so here is a re-submission of the code: This is just too neat how you just put in the code and it appears.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;STYLE TYPE=&quot;text/css&quot;&amp;gt;

       a.linkstyle1:link { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle1:visited { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle1:hover { text-decoration:none; color: blue; font-family:Arial; font-weight:bold; font-style:normal;}

       a.linkstyle2:link { text-decoration:none; color: red; font-style:normal;}
       a.linkstyle2:visited { text-decoration:none; color: red; font-style:normal;}
       a.linkstyle2:hover { text-decoration:none; color: green; font-family:Arial; font-weight:bold; font-style:normal;}

       a.linkstyle3:link { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle3:visited { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle3:hover { text-decoration:none; color: blue; font-family:Arial; font-weight:bold; font-style:italic;}
 &amp;lt;/STYLE&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Loren&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;tutorials mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>lfedje</author>
            <pubDate>Wed, 28 Nov 2007 22:21:29 -500</pubDate>
        </item>
        <item>
            <title>Re: Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_23576</link>
            <description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;I am new to Freeway having come from the Windows world a year ago, and finally thought I should perhaps find an Application that works in OSX. Well here I am.&lt;/p&gt;

&lt;p&gt;The program I was using has similarities to this one, so perhaps once I get used to the terminology used here vs the Windows world, I will get along just fine with FW.&lt;/p&gt;

&lt;p&gt;I read over and tried to implement Heathers tutorial on multiple link colors and got confused on the last page. I am just having a bit of trouble getting around FW, but I will get there, after all what should I expect after only 2 hours.&lt;/p&gt;

&lt;p&gt;If you want to use multiple link colors on a page, here is what I would suggest: (this is only an example and variables can change)&lt;/p&gt;

&lt;p&gt;Main Menu &gt; Page &gt; HTML Markup &gt; Before &amp;lt;/HEAD&amp;gt; paste this code:&lt;/p&gt;

&lt;p&gt;[code]   &amp;lt;STYLE TYPE=&quot;text/css&quot;&amp;gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;       a.linkstyle1:link { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle1:visited { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle1:hover { text-decoration:none; color: blue; font-family:Arial; font-weight:bold; font-style:normal;}

       a.linkstyle2:link { text-decoration:none; color: red; font-style:normal;}
       a.linkstyle2:visited { text-decoration:none; color: red; font-style:normal;}
       a.linkstyle2:hover { text-decoration:none; color: green; font-family:Arial; font-weight:bold; font-style:normal;}

       a.linkstyle3:link { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle3:visited { text-decoration:none; color: navy; font-style:normal;}
       a.linkstyle3:hover { text-decoration:none; color: blue; font-family:Arial; font-weight:bold; font-style:italic;}
 &amp;lt;/STYLE&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Note that there are 3 link styles included in the above code and each one has been assigned a class (linstyle1 etc)&lt;/p&gt;

&lt;p&gt;Here is where you can do a test:&lt;/p&gt;

&lt;p&gt;Place 3 text objects on your page &gt; can be simple one word link text items or multiple words.&lt;/p&gt;

&lt;p&gt;Highlight the text in the first textbox &gt; right click &gt; click Hyperlink &gt; I selected &amp;#8220;External&amp;#8221; so that I could link to an external site &gt; Click Protocol - I selected &amp;#8220;http:&amp;#8221; &gt; enter an address - www.whaterver.com &gt; Target - I selected &amp;#8220;blank&amp;#8221; &gt; Click Extended &gt; Click New &gt; for Name enter &amp;#8220;class&amp;#8221; without the quotes &gt; for Value enter &amp;#8220;linkstyle1&amp;#8221; or &amp;#8220;linkstyle2&amp;#8221; or linkstyle3&amp;#8221; without the quotes.&lt;/p&gt;

&lt;p&gt;Do this to each one of the 3 text objects and select a different class for each one.&lt;/p&gt;

&lt;p&gt;Give it a try and see if it works for you.&lt;/p&gt;

&lt;p&gt;Loren&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;tutorials mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>lfedje</author>
            <pubDate>Wed, 28 Nov 2007 22:13:40 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_7127</link>
            <description>&lt;p&gt;THX Michael,
I gotta remember that one :)&lt;/p&gt;

&lt;p&gt;Johny&lt;/p&gt;
</description>
            <author>johnyw</author>
            <pubDate>Sun, 11 Feb 2007 08:20:06 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_7126</link>
            <description>&lt;p&gt;You can use non-breaking spaces (Option-Space) to separate the links.&lt;/p&gt;

&lt;p&gt;If you want to do the thing properly, you can make a horizontal list, but it&amp;#8217;s a bit tricky. Ernie is the expert for this sort of stuff. He&amp;#8217;s put an example here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.thebigerns.com/freeway/rollnavbar/index.html&quot;&gt;http://www.thebigerns.com/freeway/rollnavbar/index.html&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Michael</author>
            <pubDate>Sun, 11 Feb 2007 07:21:43 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_7125</link>
            <description>&lt;p&gt;Thx for the tutorial Heather, it works fine for me but..
My navigation is all in a horizontal html box, and although I am separating ( our trying to) the different menu items with blank spaces, once in preview our on the web, these spaces disappear ??
Of course, I could have placed all the different menu items in the navigation in their own html box ( witch initially I did) but then I have to apply the actions to each box over and over again&amp;#8230;&lt;/p&gt;

&lt;p&gt;How do you separate these items in a single html box?&lt;/p&gt;

&lt;p&gt;THX 
JOHNY&lt;/p&gt;
</description>
            <author>johnyw</author>
            <pubDate>Sun, 11 Feb 2007 06:49:50 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_6515</link>
            <description>&lt;p&gt;[quote:82307ee0dd]I&amp;#8217;m up for a multiple styles on a page tutorial[/quote:82307ee0dd]&lt;/p&gt;

&lt;p&gt;That would be great, any news?&lt;/p&gt;

&lt;p&gt;purdy pleeze!
 :lol:&lt;/p&gt;
</description>
            <author>Evil J Guano</author>
            <pubDate>Tue, 23 Jan 2007 16:23:33 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334#m_2396</link>
            <description>&lt;p&gt;Heather you&amp;#8217;re a babe for putting all this together !&lt;/p&gt;

&lt;p&gt;every day the forum becomes better&lt;/p&gt;

&lt;p&gt;and FW becomes THE world beating web design program&lt;/p&gt;

&lt;p&gt;should think about putting on a FW day a softpress towers with a few tutorials, etc&lt;/p&gt;

&lt;p&gt;I for one would pay for some 121 pro advice and to maybe even meet the faces behind the usernames&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;Gary&lt;/p&gt;
</description>
            <author>diarbyrag</author>
            <pubDate>Tue, 26 Sep 2006 22:47:37 -500</pubDate>
        </item>
        <item>
            <title>Working with Link Styles in Freeway</title>
            <link>http://freewaytalk.net/thread/view/2334</link>
            <description>&lt;p&gt;There has been a bit of discussion (and a little confusion) recently on the main Freeway Talk forum about how to effectively use HTML text link styling in Freeway.&lt;/p&gt;

&lt;p&gt;Probably the biggest hurdle is that there is so much choice in how to do it, especially in Freeway 4 Pro! Anyway, I&amp;#8217;ve cooked up another of my little tutorials to see if I can clarify things a bit.&lt;/p&gt;

&lt;p&gt;[url=http://homepage.mac.com/heatherkay/Tutorials/linkstyles/linkstylesintro.html][b:a843d210fd]Working with Link Styles in Freeway[/b:a843d210fd][/url]&lt;/p&gt;

&lt;p&gt;I hope it helps you find your way about. If you have any comments about this or any other tutorials I&amp;#8217;ve made, please let me know.&lt;/p&gt;

&lt;p&gt;:wink:&lt;/p&gt;
</description>
            <author>Heather Kavanagh</author>
            <pubDate>Tue, 26 Sep 2006 11:36:38 -500</pubDate>
        </item>
    </channel>
</rss>
