I illustrate what I have done is the problem I encounter.
in practice or three images
top_border.png, mid_border.png, bottom_border.png
of the dimensions 971x38, 971x299, 971x38.you place the borders.css that I have integrated into stylesheet.css
Code: Select all
#header-bg{
background-image: url("./images/bg/top_border.png");
background-position: center;
width: 100%;
background-repeat: no-repeat;
margin: auto;
height: 20px;
}
#wrap-bg{
background-image: url("./images/bg/mid_border.png");
background-position: center;
width: 100%;
background-repeat: repeat-y;
margin: auto;
}
#footer-bg{
background-image: url("./images/bg/bottom_border.png");
background-position: center;
width: 100%;
height: 20px;
margin: auto;
}
overall_header.html
Code: Select all
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
<div id="header-bg"></div>
<div id="wrap-bg">
<!-- EVENT overall_header_body_before -->
<div id="wrap">
<a id="top" class="anchor" accesskey="t"></a>
<div id="page-header">
<div class="headerbar" role="banner">
<!-- EVENT overall_header_headerbar_before -->
<div class="inner">
Code: Select all
</div>
<div id="footer-bg"></div>
<div>
<a id="bottom" class="anchor" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
the problem that I find and this, I place the screenshot. practically the PICTURE below comes out and I do not understand why, you can help me thanks.
sorry my inglish.