来自 Photoshop 或 Fireworks 设计的可编辑文本

发布于 2024-12-21 00:52:04 字数 315 浏览 3 评论 0原文

我想使用 Photoshop 作为图形设计应用程序、Fireworks 作为切片/翻转应用程序(尽管 Photoshop 可以切片,我知道)以及 Dreamweaver 作为设计和发布之间的其他所有应用程序来重新设计我的网站。 我在 PS 设计中添加了填充文本 (Lorem Ipsum),主页的一些文本区域位于渐变和其他非单色照片上。当我从 Photoshop 导出时,我可以将切片导出为 HTML,但显然,删除切片会清除下面的文本和渐变(以及其路径中的任何其他内容)。 我直接开门见山:有没有办法从 FW 或 PS 导出,以便以后能够在 Dreamweaver 中编辑文本区域?这将使内容管理变得更加容易了解!

I want to redesign my site using Photoshop as the graphic design application, Fireworks as the slicing/rollover application (even though Photoshop can slice, I know), and Dreamweaver as everything else between design and publishing.
I put filler text (Lorem Ipsum) in my PS designs, and some of the homepage's text zones are on gradients and other non-monochromatic photos. When I export from Photoshop, I can export slices as HTML, but obviously, deleting the slice would clear both the text and the gradient underneath (and anything else in its path).
I'll get right to the point: is there any way to export from FW or PS so as to later be able to edit text zones in Dreamweaver? It would make content management so much easier to know how!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心凉怎暖 2024-12-28 00:52:04

没有办法做到这一点。在导出该切片之前在 Photoshop 中隐藏文本,然后在 Dreamweaver 中将该切片设置为带有 css < 的

等内容的背景 < code>background-image:url(...); 并在 Dreamweaver 中将文本添加到其顶部。

像这样不涉及编程的问题更适合 superuser.com - 当它们不涉及任何代码而只涉及如何使用软件时,您应该在将来提出类似的问题。

There is no way to do that. Hide the text in Photoshop before you export that slice, then in Dreamweaver set that slice as the background of something like a <div> or <td> with css background-image:url(...); and add your text on top of that in Dreamweaver.

Questions like this that don't involve programming are more appropriate for superuser.com - you should ask similar questions there in the future when they don't involve any code but just how to use software.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文