Dreamweaver 自动生成的代码是什么样的?

发布于 2024-12-14 12:43:47 字数 833 浏览 1 评论 0原文

我以前从未使用过 Dreamweaver,但我正在查看一些 HTML,它看起来很奇怪。我想知道它是否只是使用 Dreamweavers WYSIWYG 编辑器自动生成的。

它的结构与此非常相似:

<html>
<head>
<title>TITLE</title>
<style type="text/css">
.TITLEPage { width:300px;border-collapse:collapse;background-color:white; }
.TITLEPage td { font:normal 14px/1.5em Goudy, Georgia, serif;color:#47ae32; }
***snip (all of the css is like the above)***
</style>
***snip***
<td> <a href="/css">blah
</a> <a href="/css/properties/"></a> </td>
***snip (the pattern above repeats about 10 times)***
</html>

它是非常非常简单的 html,只是一个带有链接的表格。它看起来很奇怪的 HTML,我以前从未见过类似的东西。根本没有缩进,这是 Dreamweaver 的标志吗?奇怪的锚点位置、空锚点以及锚点的格式都很奇怪。

我不知道,以前有人用过 Dreamweaver 吗?代码是这样的吗?

这很可能会被关闭,但我的搜索功能在这项任务中失败了......

谢谢。

I've never used Dreamweaver before, but I have some HTML that I am looking at and it just looks weird. I'm left wondering if it was just auto-generated using Dreamweavers WYSIWYG editor.

Its structure is very similar to this:

<html>
<head>
<title>TITLE</title>
<style type="text/css">
.TITLEPage { width:300px;border-collapse:collapse;background-color:white; }
.TITLEPage td { font:normal 14px/1.5em Goudy, Georgia, serif;color:#47ae32; }
***snip (all of the css is like the above)***
</style>
***snip***
<td> <a href="/css">blah
</a> <a href="/css/properties/"></a> </td>
***snip (the pattern above repeats about 10 times)***
</html>

It's very very simple html, just a table with links. It's weird looking HTML, I've never seen anything like it before. There's no indentation at all, is that indicative of dreamweaver? The strange anchor locations, the empty anchors, and the format of the anchors are strange.

I dunno, has anyone worked with Dreamweaver before? Is this what the code looks like?

This may very well get closed, but my search-fu failed me in this task...

Thank you.

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

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

发布评论

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

评论(1

似梦非梦 2024-12-21 12:43:47

默认情况下,Dreamweaver 将缩进生成的代码,所提供的代码似乎不是由 Dreamweaver 的可视化工具创建的。

By default Dreamweaver will indent generated code, the provided code does not appear to be created by Dreamweaver's visual tools.

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