Hi Nick,<div>This is also very nice, but what I think people working with a designer need is something that translates the html literally to seaside markup, but doesn&#39;t do anything with the stylesheets.  </div><div><br>
</div><div>Lets say my designer gives me foo.html that will be part of a seaside application.  He also gives me a foo.css file that handles the layout. What I need is seaside markup that includes the original css classes in line, so that I can re-use the css file that he gave me.  Otherwise, if he gives me another page tomorrow with the same css sheet, I&#39;ll end up with at totally new set of derived classes, making it very hard to maintain the stylesheets.  </div>
<div><br></div><div>This may be easier than what you&#39;ve done since you can ignore the css almost entirely, and just convert, say &lt;div class=&#39;foo-form&#39;/&gt;... to html div class: &#39;foo-form&#39; with:[...</div>
<div><br></div><div>Does this make sense (and does it seem useful)? </div><div><br></div><div>thanks.</div><div><br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 5:31 PM, Nick Ager <span dir="ltr">&lt;<a href="mailto:nick.ager@gmail.com">nick.ager@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Larry,<br><br><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Seafox is fantastic, but is it possible to output the seaside markup using the original css selectors rather than generating new css classes?  It would make it easier to work with an outside designer. </blockquote>
<div><br></div></div><div>I&#39;ve added a checkbox beneath the edit box, which allows you to disable style -&gt; class transformation. </div><div><br></div><div>I originally added the style -&gt; class transformation as I noticed that in Safari and Chrome, the browser attempts to maintain the style of page by adding style attributes to the elements which often makes the translation difficult to read. Firefox doesn&#39;t appear suffer from this issue. </div>

<div><br></div><div>Hope this helps</div><div><br></div><font color="#888888"><div>Nick</div></font></div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>