问题标签 [margin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
latex - How to wrap uninterrupted text in Latex?
I need to insert text like this in my Latex document:
((((tetrameristaceae,pellicieraceae),marcgraviaceae),balsaminaceae),(fouquieriaceae,polemoniaceae,sladeniaceae,(ternstroemia,adinandra)pentaphylacaceae,(schima,gordonia)theaceae,(lissocarpa,diospyros)ebenaceae,symplocaceae,(maesaceae,(theophrastaceae,(primulaceae,(myrsine,ardisia)myrsinaceae))),(diapensiaceae,(parastyrax,styrax)styracaceae),sapotaceae,(barringtonia,gustavia)lecythidaceae,(((ericaceae,cyrillaceae),(purdiaea,clethra)clethraceae),(sarraceniaceae,((actinidia,saurauia)actinidiaceae,roridulaceae)))))ericales;
Latex writes the all text in one line, going way off in the right margin. I cannot use \linebreak by hand, this just gives a poor result when the text is longer, and it would be a lot of work given all the similar text to include.
Any idea?
Thanks!
html - 为什么我不能以 margin: 0 auto 居中?
我有一个#header
div100% width
并且在该 div 中我有一个无序列表。我已应用margin: 0 auto
到无序列表,但它不会在标题 div 中居中。
谁能告诉我为什么?我认为如果我定义了父 div 的宽度,那么无序列表应该能够以margin: 0 auto
. 我错过了什么?
这是我的代码:
html - 如果我不提前知道宽度是多少,我该如何居中?
我试图在 div 中将带有一些文本的段落标签居中,但我似乎无法使用 margin: 0 auto 将其居中,而无需为段落指定固定宽度。我不想指定固定宽度,因为我将有动态文本进入段落标签,并且它总是会根据文本的多少而具有不同的宽度。
有谁知道我如何在 div 中将段落标签居中而不必为段落指定固定宽度或不使用表格?
php - PHP 包括恼人的上边距
我不知道为什么每次我尝试使用 PHP 包含我的标头时include
都会出现上边距。我使用 Firebug 检查了它,它说顶部有 22px 的偏移边距。有人遇到这个问题吗?我认为这是一个 CSS 属性:顶部:22px。但即使我写了 h1 style="top: 0px; margin-top: 0px;" 也无法改变它。我认为这是一个永远无法解决的 php-CSS 之谜。
编辑:摆脱上边距偏移或其他任何东西的唯一方法是将以下属性添加到H1:top:0px; 位置:绝对;
这些属性在未来会产生更多问题吗?
有没有更好的方法来解决这个顶部边距偏移问题?
edit2:我认为编码有问题。包含文件(header.html)和索引文件的编码是否有冲突?
我的索引是这样的:
使用这个 CSS:
我的header.html(包含的那个):
这就是输出:
- 上帝太简单了,我真的不知道上边距来自哪里(在所有浏览器中)。
- 只有当我使用 php 包含时才会发生这种情况。
- 源代码看起来与我不使用 php 包含时相同。
c# - 在代码中设置边距属性
错误:
无法修改“System.Windows.FrameworkElement.Margin”的返回值,因为它不是变量
actionscript-3 - actionscript3 中的 Margintop
你好 是否可以在actionscript中为表单元素设置margintop?
var frm:Form = new Form(); frm.setStyle("marginTop", 20);
还是这样的?
谢谢
css - 无法将上边距添加到使用 clear:both 的页脚
我无法将上边距添加到使用 clear:both 的页脚。使用填充似乎可以解决问题。但它破坏了页脚的顶部实心边框。
索引.php:
页脚.html:
样式.css:
javascript - 我要删除的 HTML 空白
我有一个困扰我的新问题...
我正在制作一个我想在没有滚动的情况下修复的网页,最重要的是我希望我的主 Div 填满我的可用空间……
我做了这个代码
p>如您所见,即使我的 body padding 和 div margin 设置为 0,我的 body 元素边框和 div 元素边框之间也有一个空白区域......
我曾经读过“更多关于 CSS 的 Eric Meyer”,其中包含解决这个问题的方法,但那是很久以前的事了,我不记得了......
任何帮助将不胜感激^^。
css - Div“默认边距”无处不在
即使在我用 css 和 html 编写了很多行之后,css 行为仍然让我感到惊讶——以一种糟糕的方式。
我正在为一个朋友整理一个示例站点,向他展示如何构建他的布局,但是 Firefox 3.0.5 和 IE8 在我的 #header、#content 和 #footer-div 之间创建了空白。如果我在 IE7 模式下切换,边距消失。
CSS:
HTML:
您可以在此处查看此页面:https ://codepen.io/lx-s/pen/eRrOpL
浏览 IE 开发人员工具和 Firebug 向我展示了它们没有为这些 div 设置默认边距值,但正如人们所看到的那样,它们就在那里。希望你能给我一个提示如何摆脱它们——这真的让我发疯了。
提前致谢!
html - 左边距- px
我可以使用任何允许我<hr />
在特定左边距大小上放置线条的标签吗