<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>A suggestion for the future of inline styles...</title>
        <description>The 10 most recently added comments in the topic &quot;A suggestion for the future of inline styles...&quot;</description>
        <link>http://freewaytalk.net/</link>
        <lastBuildDate>Mon, 06 Feb 2012 15:31:31 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: A suggestion for the future of inline styles...</title>
            <link>http://freewaytalk.net/thread/view/6623#m_63612</link>
            <description>&lt;p&gt;Although this does not address the need for externalizing CSS, it does however offer a way to use external style sheets and external javascript.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.freewaytalk.net/thread/view/53620#m_53620&quot;&gt;http://www.freewaytalk.net/thread/view/53620#m_53620&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk 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>chuckamuck</author>
            <pubDate>Tue, 12 Jan 2010 17:02:15 -500</pubDate>
        </item>
        <item>
            <title>Re: A suggestion for the future of inline styles...</title>
            <link>http://freewaytalk.net/thread/view/6623#m_63601</link>
            <description>&lt;p&gt;Hi Peter,
You could try the beta of the Externalize action at &lt;a href=&quot;http://www.freewayactions.com/test/externalize/&quot;&gt;http://www.freewayactions.com/test/externalize/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Regards,
Tim.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk 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>Tim Plumb</author>
            <pubDate>Tue, 12 Jan 2010 11:29:07 -500</pubDate>
        </item>
        <item>
            <title>Re: A suggestion for the future of inline styles...</title>
            <link>http://freewaytalk.net/thread/view/6623#m_63595</link>
            <description>&lt;p&gt;This post is quite old; I don&amp;#8217;t know if there were actions made after your post BigErns&amp;#8230;
But I&amp;#8217;m new to the Freeway Forum and after reading the guide and downloading the trialversion of FW5Pro I really like to get it working for me as a solid prototyping-tool. I like to have multiple external stylesheets, no standard inline-styling and a way to get the generated files over to CMS-es like MOD-x, Typolight, WordPress. I read that for EE there are actions, but I&amp;#8217;m starting up and have to keep initial costs low&amp;#8230;&lt;/p&gt;

&lt;p&gt;Hope you or someone else from the community can shed more light on this subject. Or has it died in silence?&lt;/p&gt;

&lt;p&gt;PE&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk 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>Peter Emil</author>
            <pubDate>Tue, 12 Jan 2010 10:07:06 -500</pubDate>
        </item>
        <item>
            <title>A suggestion for the future of inline styles...</title>
            <link>http://freewaytalk.net/thread/view/6623#m_6623</link>
            <description>&lt;p&gt;Don&amp;#8217;t get me wrong &amp;#8212; inline styles are useful and have their place in the cascade order of things. But they don&amp;#8217;t remove the styling very far from the content, which is a major goal for CSS layouts, and Freeway&amp;#8217;s obsessive use of inline styles for positioning div/boxes can be frustrating for people like me pursuing that goal.&lt;/p&gt;

&lt;p&gt;Well, recently I&amp;#8217;ve been thinking about what could be an effective solution for this.&lt;/p&gt;

&lt;p&gt;It all started when action-meister Weaver crafted an action for me to selectively remove the inline style from a div, allowing me to move that styling to the stylesheet. (Sweet!) Then I did some work which involved using more than one external stylesheet to a page, something not as unusual as it may sound. For me, it was further demonstration of how to take advantage of the cascade order.&lt;/p&gt;

&lt;p&gt;My suggestion: Move all div styles to a [i:3399a1e967]separate external stylesheet[/i:3399a1e967] (position.css). List this new stylesheet [b:3399a1e967]first[/b:3399a1e967] in the page style declaration, which will allow the user to selectively over-ride them with styles in the user stylesheet. Leave extended inline styling controls as they are, so users can apply them when they decide to.&lt;/p&gt;

&lt;p&gt;This setup would move all but user intended styling off the page, satisfying CSS goals and inconveniencing [u:3399a1e967]no one[/u:3399a1e967]. Softpress &amp;#8212; if you&amp;#8217;re listening, hear my prayer.&lt;/p&gt;
</description>
            <author>The Big Erns</author>
            <pubDate>Fri, 26 Jan 2007 10:05:40 -500</pubDate>
        </item>
        <item>
            <title>A suggestion for the future of inline styles...</title>
            <link>http://freewaytalk.net/thread/view/6623</link>
            <description>&lt;p&gt;Don&amp;#8217;t get me wrong &amp;#8212; inline styles are useful and have their place in the cascade order of things. But they don&amp;#8217;t remove the styling very far from the content, which is a major goal for CSS layouts, and Freeway&amp;#8217;s obsessive use of inline styles for positioning div/boxes can be frustrating for people like me pursuing that goal.&lt;/p&gt;

&lt;p&gt;Well, recently I&amp;#8217;ve been thinking about what could be an effective solution for this.&lt;/p&gt;

&lt;p&gt;It all started when action-meister Weaver crafted an action for me to selectively remove the inline style from a div, allowing me to move that styling to the stylesheet. (Sweet!) Then I did some work which involved using more than one external stylesheet to a page, something not as unusual as it may sound. For me, it was further demonstration of how to take advantage of the cascade order.&lt;/p&gt;

&lt;p&gt;My suggestion: Move all div styles to a [i:3399a1e967]separate external stylesheet[/i:3399a1e967] (position.css). List this new stylesheet [b:3399a1e967]first[/b:3399a1e967] in the page style declaration, which will allow the user to selectively over-ride them with styles in the user stylesheet. Leave extended inline styling controls as they are, so users can apply them when they decide to.&lt;/p&gt;

&lt;p&gt;This setup would move all but user intended styling off the page, satisfying CSS goals and inconveniencing [u:3399a1e967]no one[/u:3399a1e967]. Softpress &amp;#8212; if you&amp;#8217;re listening, hear my prayer.&lt;/p&gt;
</description>
            <author>The Big Erns</author>
            <pubDate>Fri, 26 Jan 2007 10:05:40 -500</pubDate>
        </item>
    </channel>
</rss>

