Exporting HTML/CSS with Inkspace or Gimp [closed]

为君一笑 提交于 2019-12-05 20:19:07

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.

DA.

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.

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 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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!