将矢量模型转换为 html 的好方法是什么?
我正在尝试根据我制作的 inkscape 模型为网站制作三列布局。 问题是我更像是一名艺术家而不是程序员,所以我只知道基础知识。 我会接受任何建议。 谢谢!
I'm am trying to make a three column layout for a website from an inkscape mockup that I made. The problem is that I am more of an artist that a programer, so I know only the basics. I will take any suggestions. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这是有关该主题的教程。 浮动属性对于使三列布局正常工作非常重要。
http://www.boutell.com/newfaq/creating/thirdcolumnlayout.html
Here's a tutorial on the topic. The float property is important to get a three column layout to work.
http://www.boutell.com/newfaq/creating/threecolumnlayout.html
根据您的预算,您可以尝试 http://www.psd2html.com/ 或者还有很多其他在线选项。
Depending on your budget you could try http://www.psd2html.com/ or there are plenty of other options online.
可能有自动化的解决方案,但我从未找到可以编写良好、干净的代码的自动化工具。
只需一点点 HTML 和 CSS 知识,您就可以使用 960 网格系统 制作一些出色的布局。 我在最近从事的几个项目中一直使用它,发现它足够灵活,可以满足大多数需求。
There are probably automated solutions, but I've never found an automated tool that writes good, clean code.
With just a little bit of HTML and CSS knowledge, you can make some great layouts using the 960 Grid System. I've been using it for the last several projects I've worked on, and found it to be flexible enough for most needs.
一些模型工具(如 Axura 和 ForeUI)可以完成这项工作,但您必须先使用这些工具创建模型。
Some mockup tools (like Axura and ForeUI) can do this job, but you have to create the mockup with these tools before.