
On Sunday 03 June 2007 22:22, Victor Domingos wrote:
Em 2007/06/01, às 18:55, Daniel Hulme escreveu:
But does it create a HTML file with all the images correctly placed in?
I don't actually use the extension but it doesn't look like it does. Why would you want it to do that? If you want the images all placed together in the same way it's laid out in Inkscape, don't split it up in the first place. If you want to lay out your page inside the elements, you probably want to be using CSS.
But that means open the page in a text editor and code it by hand... With an HTML file, I can go and edit it in any WYSIWYG application, like Dreamweaver ou NVU.
By the way... Do you know any opensource software that allows webdesign layout with CSS, and that does not require me to code?
Thanks, Victor Domingos
I have never understood the aversion to code. You can create html direclty in an editor or indirectly in something like Dreamweaver or FrontPage. If you do it directly you can understnd it and modify it with confidence.
Among the Open Source specialized html editors I would mention Quanta, Bluefish and Amaya. I edit in Gvim which I use for all my editing. It gives me syntax highlighting. I can put together a page faster that way than trying to recall the conventions of some special program. YMMD of course. Try Bluefish for example. On the bottom bar select the left hand image (Quick Start). This will give you a boiler plate heading area with the field values left blank. Then it is just fill in the blanks in the editor window. There are other things you can click on for headings, anchors and so on.
Quanta allows you to view the source code window, the WYSIWYG window, or both. It also has a starter button which gives you the minimum tags. It utilizes a loft of fill-in-the-blanks popups instead of askng you to use the text editor directly.