Is it possible to design web pages using inkspace or gimp and export them as html/css?
No
I want a solution where I design using drag/drop and don't have to write lots of HTML/CSS bu hand all the time
For the past 20 years or so, we've seen dozens and dozens of products come and go all trying to do that. None of them really work.
I'd suggest one of these options:
learn the medium (HTML, CSS, JS). That's your best bet.
take time to set up (or hire someone) a proper CMS for you. WordPress is one of the popular open source options. Once it's set up, you can update your site without having to touch HTML/CSS
Work with someone that can take your visual designs and turn them into HTML/CSS/JS for you. This is still not an ideal workflow, but would give them the 'drag and drop' freedom you are looking for.
Learn to code, its the only way, there are so many WYSIWYG editors on the market that really dont do as good a job as the knowledge contained in a 4 inch thick HTML & CSS bible.
You want to build websites, learn to code.
When I was at Uni we had a lecturer that made us code JavaScript using Notepad, nightmare at the time but it taught us the syntax.
You can look at the plugin you mentioned, I have just been using it it will export a layout in css but you still have to update and fill in the tags with your content etc. so a little learning of CSS is required. If you need it to export images as well I would suggest using the http://registry.gimp.org/node/18440 and then http://registry.gimp.org/node/20778 to optimis e+ the image sizes.
GIMP and Inkspace are both image editors, the latter being an SVG image. While you could make a webpage that has images, you'd generally not want to use just an image, as that cannot have links, selectable text, etc.
If it must be a WYSIWYG editor, try OpenOffice.org and export to HTML.
虽然不是 HTML 编辑器,但 GIMP 中有一个选项可以切片图像,并将其导出为 HTML 表格,并具有基本动画的鼠标悬停效果。您必须安装 GIMP-Python(在 Linux 上自动安装,但在 Windows 上需要一些步骤)——然后检查过滤器 -> web -> pyslice。它可以节省一些设计菜单区域等的时间。
然而,要创建整个页面,您必须手动编辑 HTML。
While not an HTML editor, there is an option in GIMP to slice an image, and export it as an HTML table, with onmouseover effects for basica animation. You have to have GIMP-Python installed (authomatic on Linux, but requires some steps on Windows) -- then check for the filters->web->pyslice. It can save some time in design for menu areas and such.
To create the whole page, however, you have to edit HTML by hand.
发布评论
评论(5)
不
在过去 20 年左右的时间里,我们已经看到数十种产品来来去去都在尝试做到这一点。它们都没有真正起作用。
我建议选择其中一种:
No
For the past 20 years or so, we've seen dozens and dozens of products come and go all trying to do that. None of them really work.
I'd suggest one of these options:
学习编码,这是唯一的方法,市场上有很多所见即所得的编辑器,但它们确实不如 4 英寸厚的 HTML 和 HTML 中包含的知识那么好。 CSS 圣经。
您想建立网站,学习编码。
当我在大学时,我们有一位讲师让我们使用记事本编写 JavaScript 代码,这在当时是一场噩梦,但它教会了我们语法。
Learn to code, its the only way, there are so many WYSIWYG editors on the market that really dont do as good a job as the knowledge contained in a 4 inch thick HTML & CSS bible.
You want to build websites, learn to code.
When I was at Uni we had a lecturer that made us code JavaScript using Notepad, nightmare at the time but it taught us the syntax.
你可以看看你提到的插件,我刚刚使用它,它会导出 css 布局,但你仍然需要更新并用你的内容填充标签等。所以需要一点 CSS 的学习。如果您还需要它来导出图像,我建议使用 http://registry.gimp.org/node /18440 然后 http://registry.gimp.org/node/20778 进行优化
e+ 图像尺寸。
伊恩
You can look at the plugin you mentioned, I have just been using it it will export a layout in css but you still have to update and fill in the tags with your content etc. so a little learning of CSS is required. If you need it to export images as well I would suggest using the http://registry.gimp.org/node/18440 and then http://registry.gimp.org/node/20778 to optimis
e+ the image sizes.
Ian
GIMP 和 Inkspace 都是图像编辑器,后者是 SVG 图像。虽然您可以制作包含图像的网页,但您通常不想只使用图像,因为图像不能包含链接、可选择的文本等。
如果它必须是所见即所得编辑器,请尝试 OpenOffice.org 并导出为 HTML。
GIMP and Inkspace are both image editors, the latter being an SVG image. While you could make a webpage that has images, you'd generally not want to use just an image, as that cannot have links, selectable text, etc.
If it must be a WYSIWYG editor, try OpenOffice.org and export to HTML.
虽然不是 HTML 编辑器,但 GIMP 中有一个选项可以切片图像,并将其导出为 HTML 表格,并具有基本动画的鼠标悬停效果。您必须安装 GIMP-Python(在 Linux 上自动安装,但在 Windows 上需要一些步骤)——然后检查过滤器 -> web -> pyslice。它可以节省一些设计菜单区域等的时间。
然而,要创建整个页面,您必须手动编辑 HTML。
While not an HTML editor, there is an option in GIMP to slice an image, and export it as an HTML table, with onmouseover effects for basica animation. You have to have GIMP-Python installed (authomatic on Linux, but requires some steps on Windows) -- then check for the filters->web->pyslice. It can save some time in design for menu areas and such.
To create the whole page, however, you have to edit HTML by hand.