Best WYSIWYG CSS editor? - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T05:49:58Zhttp://stackoverflow.com/feeds/question/7975http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/7975/best-wysiwyg-css-editor12Best WYSIWYG CSS editor?i-moan2008-08-11T17:26:19Z2009-01-27T15:54:02Z
<blockquote>
<p>[rant]
boy how I hate CSS! it's an art that I have no clue about! Spend hours making everything look dandy then you look at the same site in a different browser... WT... I though this was supposed to be a standard!!
[/rant]</p>
</blockquote>
<p>What I really want is a WYCIWYG editor. No not dreamweaver! An editor where you can define an element and immediately see it's effect on screen more importantly drag it around the screen.</p>
<p>Even better is an editor that ( somehow ) allows you to draw elements around the screen. That would be a real editor!</p>
<p>On top of this I would like it to auto fix up all the browser specific poo so that it looks the same in all popular browsers ( I just don't want to think / worry about it ).</p>
<p>btw I am not a designer, I'm a programmer forced into there world :(</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/7987#79879Answer by GaryF for Best WYSIWYG CSS editor?GaryF2008-08-11T17:32:16Z2008-08-11T17:32:16Z<p>I've not used it in a long time but, if you're on Windows, <a href="http://www.bradsoft.com/topstyle/screenshots/index.asp" rel="nofollow" title="The Subversion Book: Repository hooks">TopStyle</a> is quite a good choice. From memory it has some, but not all, of the features you're looking for. I seem to recall you could specify a template (your real HTML template) and it would render against that for quick previews.</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/7989#798912Answer by Shog9 for Best WYSIWYG CSS editor?Shog92008-08-11T17:37:16Z2008-08-11T17:37:16Z<h2>Stylin'</h2>
<ol>
<li>Throw out the markup with empty stylesheet.</li>
<li>Use Firefox + WebDeveloper toolbar + Edit CSS for initial styles.</li>
<li>Use Firefox + Firebug for tweaking (inspect element, edit styles 'till it looks right, copy changed styles back into stylesheet).</li>
<li>Use Quirksmode.com + lots of cussing to make it all work in IE.</li>
</ol>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/7998#79981Answer by Lance Fisher for Best WYSIWYG CSS editor?Lance Fisher2008-08-11T17:41:37Z2008-08-11T17:41:37Z<p>I don't know that the perfect WYSIWYG editor exists. I would try out Expression Web, but with any of them the best thing to do is check your page in the browsers as you are making it. I usually make my site so it renders well in FireFox first, then I check in IE7, then I check in IE6.</p>
<p>It is extremely annoying that the markup doesn't render the same cross-browser. Hopefully, with all the new browsers rendering ACID 3 this will change in the future. Until then, learning a few tricks that will help your markup render in different browsers will go a long way. Here are a few I can think of:</p>
<ul>
<li>Don't specify both margin and padding on the same element. IE6 renders it wrong.</li>
<li>Check out the <a href="http://www.dustindiaz.com/min-height-fast-hack/" rel="nofollow" title="The Subversion Book: Repository hooks">Min Height Fast Hack</a></li>
<li>Use <a href="http://www.quirksmode.org/css/condcom.html" rel="nofollow" title="Using Subversion hooks to send out build emails">conditional comments</a> for IE6 (and even IE7 in some cases)</li>
</ul>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/8015#80155Answer by Tim Sullivan for Best WYSIWYG CSS editor?Tim Sullivan2008-08-11T17:53:36Z2008-08-11T17:53:36Z<p>I'm a huge fan of <a href="http://macrabbit.com/cssedit/" rel="nofollow" title="The Subversion Book: Repository hooks">CSSEdit</a> on the Mac, it blows away everything else I've used on any platform. It's not exactly WYSIWYG, but it does have a real-time update of the view as you edit, which is pretty cool.</p>
<p>Also, using Firefox with Firebug is super-handy as well, but CSSEdit is still my favourite.</p>
<p>HTH</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/8388#83885Answer by Patrick McElhaney for Best WYSIWYG CSS editor?Patrick McElhaney2008-08-12T01:09:40Z2008-08-12T01:13:37Z<blockquote>
<p>On top of this I would like it to auto
fix up all the browser specific poo so
that it looks the same in all popular
browsers ( I just don't want to think
/ worry about it ).</p>
</blockquote>
<p>Use <a href="http://developer.yahoo.com/yui/reset/" rel="nofollow">YUI Reset CSS</a>, Eric Myer's <a href="http://meyerweb.com/eric/tools/css/reset/" rel="nofollow">CSS Reset</a> or something similar to <a href="http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/" rel="nofollow">reduce inconsistencies between browsers</a>.</p>
<p>Use <a href="http://code.google.com/p/ie7-js/" rel="nofollow">ie7-js</a> (which <a href="http://beta.stackoverflow.com/questions/6611/ie6-to-support-or-not-to-support#6698" rel="nofollow">I just discovered here on SO</a>) to improve IE6's standards support.</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/8394#83941Answer by Bryan Denny for Best WYSIWYG CSS editor?Bryan Denny2008-08-12T01:19:51Z2008-08-12T01:19:51Z<p>My vote goes towards Firebug. It lets you instantly play around with CSS on any webpage (yours or others!). Once you have gotten the changes you like, you can then adjust your CSS file appropriately. The only downside is you have to remember all the changes you make, so only do a couple at a time.</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/19408#194081Answer by merriam for Best WYSIWYG CSS editor?merriam2008-08-21T06:19:34Z2008-08-21T06:19:34Z<p><a href="http://beta.stackoverflow.com/questions/7975/best-css-editor#7989" rel="nofollow">Shog9 said:</a></p>
<blockquote>
<p>Use Firefox + WebDeveloper toolbar + Edit CSS for initial styles.</p>
</blockquote>
<p>He probably means <a href="http://chrispederick.com/work/web-developer/" rel="nofollow">Chris Pederick's Web Developer</a> Firefox extension and its "Edit CSS" feature (Ctrl+Shift+E). Like MacRabbit's CSSEdit, it's not WYSIWIG, and it updates the page as you type. A problem with this type of tool is that the editor is primitive.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow">Web Developer :: Firefox Add-ons
</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" rel="nofollow">Firebug :: Firefox Add-ons
</a></p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/35832#358323Answer by Silviu Postavaru for Best WYSIWYG CSS editor?Silviu Postavaru2008-08-30T09:45:08Z2008-08-30T09:45:08Z<h2>If you are on OS X you can try:</h2>
<h3><a href="http://macrabbit.com/cssedit/" rel="nofollow">MacRabbit's CssEdit</a></h3>
<p>On of the best WYSIWYG editor out there. Live previews and a powerful selector tool. It won Apple Design award so that counts for something.</p>
<h3><a href="http://www.panic.com/coda/" rel="nofollow">Coda</a></h3>
<p>More expensive than MacRabbit but does a lot more(extraordinary good FTP client, subversion, et cetera). Do not spend the $100 if you are only going to use if for CSS</p>
<h2>If on Windows:</h2>
<h3><a href="http://meyerweb.com/eric/thoughts/2008/03/06/expressive-sculptor/" rel="nofollow">'Eric Meyer's Expressive Sculptor'</a></h3>
<p>I don't use <a href="http://www.microsoft.com/expression/products/overview.aspx?key=web" rel="nofollow">Microsoft Expression Web</a> but if you do take a look at this.</p>
<h3><a href="http://www.webassist.com/professional/products/productdetails.asp?PID=135&RID=929&utm_source=CSSS_EricMeyer&utm_medium=Partner&utm_campaign=CSSS_launch&utm_nooverride=1" rel="nofollow">Eric Meyer's Css Sculptor</a></h3>
<p>The power here is prebuilt skeletons for your pages.</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/39572#395721Answer by mmcglynn for Best WYSIWYG CSS editor?mmcglynn2008-09-02T13:55:19Z2008-09-02T13:55:19Z<p>Komodo Edit 4 on OS X - Great CSS hinting, really makes my job easier.</p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/47843#478435Answer by Bryan M. for Best WYSIWYG CSS editor?Bryan M.2008-09-06T21:13:57Z2008-09-06T21:13:57Z<p>The biggest problem with CSS and WSYIWYG is that CSS is a language that primarily defines behavior for the elements in your page - it is not a straight forward drag-and-drop kind of technology. I think a lot of frustration at CSS is that people are still migrating from table-based layouts, which a far more physical representation of your page. CSS relies more on semantic structure of HTML. </p>
<p>CSS layout is all about placing elements in context to the other elements around it. Being able to draw or drag elements around a screen means that such a WYSIWYG editor would either have to make a lot assumptions about your HTML structure, or limit you to certain CSS rules like absolute positioning -- both of which could be very problematic with dynamic content, which is what most of us design for.</p>
<p>I think a handy text editor and Firebug are your best bet for achieving CSS layouts. You're going to want to stay away from anything that uses a proprietary rendering engine (Dreamweaver). Even if you're using something like CSSEdit or TopStyle, which make it easier to write styles and see their results instantly, you're still going to need to know how CSS and box model works to be successful at it.</p>
<p>If you ever go and read the W3C spec, you'll see there's a fair amount of ambiguity written into it. The differences in browsers are very annoying, but it's easy to see why it happens. I've been writing CSS professionally for a few years now, and I would say about 90% of what I write works fine across most browsers on the first try. It can be frustrating, but eventually you get the hang of it and find techniques that work for most things. </p>
http://stackoverflow.com/questions/7975/best-wysiwyg-css-editor/78790#787902Answer by Pandincus for Best WYSIWYG CSS editor?Pandincus2008-09-17T01:00:51Z2008-09-17T01:00:51Z<p>There's a little tool called <a href="http://www.skybound.ca/stylizer/" rel="nofollow">Stylizer</a>, formerly known as Stylespread. It's a very nice, sleek CSS editor that lets you edit in real time. It has a few nifty features like resizing elements by dragging with the mouse and things like that. It's not <strong>everything</strong> you asked for, but I think it comes fairly close.</p>
<p>As far as the "browser specific poo" goes, I agree with everyone that has mentioned using a <strong>reset stylesheet</strong>. This will help eliminate some of the discrepancies with default element styles for the various browsers. Standards compatibility, however, is another story.</p>