将每个标签放在新行上的 HTML Tidy Config 值是多少?

发布于 2024-10-11 04:26:48 字数 489 浏览 0 评论 0原文

我正在尝试 html 整理我的文档,

目前我正在获取这样的代码,但是

    <div class="ImageContainer">
  <img width="740.953125" height="561" src="pages/channels_home.png" usemap="#map_channels_home" />
</div><map name="map_channels_home" id="map_channels_home">
  </map>

是否有配置值可以打开此功能? 我看过这里:http://tidy.sourceforge.net/docs/quickref.html 但不确定哪个配置值

im trying to html tidy my document

currently im' getting code like this though

    <div class="ImageContainer">
  <img width="740.953125" height="561" src="pages/channels_home.png" usemap="#map_channels_home" />
</div><map name="map_channels_home" id="map_channels_home">
  </map>

Is there a configuration value to turn this on?
I've looked here: http://tidy.sourceforge.net/docs/quickref.html
but not sure which config value

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

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

发布评论

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

评论(1

来世叙缘 2024-10-18 04:26:48

我建议将其显示为在 Firebug 上查看,头部正文页脚...靠近左边距,并在每个 div/span 内开发时向右移动...
没关系,如果您需要更改/修改脚本,它应该可以很好地访问。如果你看一下谷歌的脚本,每件事都在一行上(可能是浏览器速度)。如果您想知道的话,Firebug 是一个浏览器插件。

I would recommend displaying it as viewed on firebug, with head body footer... close to left margin, and moving towords the right as you develop inside each div/span...
Doesn't really matter, it sould be nicely accessible if you need to change/modify your script. If you look at google's script every thing is on one line (browser speed maybe). Firebug is a browser plugin if you're wondering.

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