Question:
Is there such thing as an HTML preview software?
1970-01-01 00:00:00 UTC
Is there such thing as an HTML preview software?
Six answers:
NoxPointe
2008-08-18 13:52:15 UTC
You can preview your HTML in any browser. You don't need a special application. Just save and refresh.
arlene k
2008-08-18 15:51:56 UTC
KompoZer is a free download WYSIWYG. (What you see is what you get). Generally people build their site in the normal mode and the program writes the code. http://www.kompozer.net/download.php, You can work in Normal mode, which is how the site looks, or in Source, which is the code. You can paste the code into the Source page and click Normal to see how it looks. If you download this, it delivers a zip folder. Open the folder and delete folder Mangle, which is spy ware, before you unzip and install the program. It is a good little program, not so sophisticated as Dreamweaver, but it serves well.
Jeaux
2008-08-18 15:00:15 UTC
The term for what you're describing is WYSIWYG (pronounced wizzy-wig)

It's an acronym for "what you see is what you get". There are too many to count. The problem with WYSIWYG editors are CSS. For the last ten years there's been a movement to separate content and presentation. Not all editor show you immediate presentation changes as a result of your CSS alterations. Dreamweaver does a good job. With that in mind it's important to note that the display for whatever editor that you're using won't be a hundred percent. They all have their own style sheets, and methods for dealing with display. Different browsers behave differently to CSS, and IE has become the obstacle that designers are forced to deal with. Dreamweaver does allow you to view your project, from the file menu, in different browsers for the complete presentation. But as mentioned earlier you could always do that manually without dropping some serious cash.



Here's a link a site that I think you may find interesting.



This site allows you to see your site on however many different browsers you want. The problem is that it's only screen shots, no functionality.



http://browsershots.org/
manimal347@rocketmail.com
2008-08-18 13:50:28 UTC
That's what developers use their huge stable of Web browsers for. Just upon up the HTML file in each browser locally, and see how it renders. Or, directly edit to your FTP and view the changes live in your favorite browsers, hopefully including IE 6.0, IE 7.0, Gecko 1.8/Firefox, Safari, and Lynx. I add Lynx, because it reveals curious errors that others gloss over, including missing image tags needed for screen reading. You could replace that one with something like Dillo; if one can't get the core fundamental data you've got in a simple embedded-type browser, you should think again about accessibility.
Helpful Chad
2008-08-18 13:49:23 UTC
There's always DreamWeaver. They have a preview when you code you can see what will be displayed. Bad part is that DW is extremely expensive for what you get (IMHO).



Best of luck,

Chad
Samuel Adams
2008-08-18 13:49:35 UTC
Any web browser displays HTML. You can open a text file in Internet Explorer or Firefox. If you want a HTML editor, you can try Adobe Dreamweaver. If you want something free, NVU is the best free alternative to Dreamweaver.



NVU - Finally! A complete Web Authoring System for Linux Desktop, Microsoft Windows and Macintosh users to rival programs like FrontPage and Dreamweaver. Nvu (pronounced N-view, for a "new view") makes managing a web site a snap.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...