1
Possible Duplicates:
Are there any free open source HTML editors?
Please recommand a tool for Html Editing
I always made web pages by writing HTML code but now I would like to try to use some WYSIWYG approach. Can anybody recommend me a program which I can use for that? I mean a program in which you can move buttons, tables, pictures by mouse. You can change size and shape by mouse. You can use nice templates for "block of text", buttons, background and so on.
I am using Windows 7. May be I already have something pre-installed?
ADDED:
- Should be free.
- It should be easy to install.
ADDED2:
My main goal is to have a nice design for my web page. I just installed the SealMonkey and it seems to me that it has only basic stuff. I can create some web pages there but they will contain just basic stuff. And I would like to have things like that:
- Gradient color background.
- Transparency.
- Round buttons and tables.
I also installed Amaya and it seems to be more in the direction I like.
3http://superuser.com/questions/19662/are-there-any-free-open-source-html-editors http://superuser.com/questions/121109/front-page-2003-replacement http://superuser.com/questions/110072/what-wysiwyg-html-editor-should-i-give-a-novice http://superuser.com/questions/107893/please-recommand-a-tool-for-html-editing – random – 2010-03-26T09:51:07.050
Gradient colour backgrounds and round buttons and tables? Yes, they can be achieved, but you will need to use images (8 for rounded corners; top-left, top-middle, top-right, etc) if you do not wish to use CSS3, which is not implemented in the current stable version of Internet Explorer, and which is not implemented in any well-known WYSIWYG editors, as far as I know – unrelativity – 2010-03-26T10:18:11.553
You say you want a WYSIWYG editor for nice designs for your web pages in Nick G's answer. WYSIWYG editors are not particularly geared towards design. – unrelativity – 2010-03-26T10:21:45.163
As you already have knowledge in HTML, CSS, PHP and MySQL, then I think you are best served with designing in Photoshop/Illustrator or other design software and then coding your HTML and CSS manually. No WYSIWYG-HTML-Editor will allow you to actually design, but to try and rebuild a design and then save as HTML/CSS – Martin – 2010-03-26T10:30:37.643