我正在学习php和网页设计,而我正在开发我的第一个网站。事情大部分进展顺利,但是我已经碰到了一堵墙,我想知道你们中的一个人是否能够帮助我。
我在网站的所有页面上使用标头模板php作为我的标题(header_template.php)。当我尝试在我的主页(index.php)中包含此标题模板时,我将include_once标记插入到标题.html标记中,如:
<header>
<?php include_once(header_template.php)?>
</header>
这工作正常,但我无法将页眉集中在页面上。在header_template.php中,它自己的标题居中。我试过在div align =“center”标签中包装标题,但这对我不起作用。
任何提示?
答案 0 :(得分:0)
使用css的保证金自动值?
<div style="margin:auto">Centered stuff</div>