Allan Style - SUBSILVER

AllanStyle-SUBSILVER table wrap - Allan Style - SUBSILVER

AllanStyle-SUBSILVER table wrap

by jimboppin » Sat Aug 20, 2016 9:18 am

Hi i cant seem to wrap my table around this template...

If some one could please point me in the right direction that would be great, i have searched but im a bit of a noob at finding what i need somtimes so here i go.

here is the code im adding to header and footer of this template...

overall_header:

Code: Select all

</head>
<body style="height: 100%; margin:0; padding:0" id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
<!-- EVENT overall_header_stylesheets_after -->



<!-- body -->
<!-- OVERALL TABLE BODY -->
<table style="height: 100%;" bgcolor="#F5F7FA" width="55%" border="0" align="center" cellpadding="20">
    <tr>
        <td valign="top">
<!-- OVERALL TABLE BODY -->   
<!-- body -->
<table bgcolor="#F5F7FA" width="100%" border="0" align="center" cellpadding="0">
    <tr>
        <td height="145" width="100%"><center><a href="https://www.zonepimps.co.uk/" title="Home" rel="home"><img src="https://www.zonepimps.co.uk/images/logo.png" /></a></center></td>
    </tr>
       <tr>
        <td height="28" width="100%"><center><a href="https://www.zonepimps.co.uk/" title="Home" rel="home"><b>HOME</b></a> | <a href="https://www.zonepimps.co.uk/forum" title="Forum" rel="forum"><b>FORUM</b></a> | <a href="http://www.zonepimps.co.uk/?page=stats" title="Ins Stats" rel="Ins Stats"><b>INSURGENCY STATS</b></a></center><br><hr border="#cdd0d4" width="98%"></td>
    </tr>
</table>
<!-- body -->
<table bgcolor="#F5F7FA" width="100%" border="0" align="center" cellpadding="15">
        <td valign="top">
<!-- body -->
<!-- EVENT overall_header_body_before -->


overall_footer:

Code: Select all

<!-- EVENT overall_footer_body_after -->
<!-- footer -->
      </td>

</table>

<!-- footer -->



<table bgcolor="#F5F7FA" width="100%" valign="bottom" align="center" border="0" cellpadding="0">

    <tr>

        <td valign="bottom" height="50" width="100%"><center>[zonepimps] 2016</center></td>

    </tr>

</table>

<!-- footer -->

</td></tr></table>
</body>

</html>


this works with bb3-mobi but i dont know what im doing wrong.. here is my website... https://www.zonepimps.co.uk/forum/

Thankyou for your time.
jimboppin
Registered User
Posts: 8
Joined: Sat Aug 20, 2016 8:07 am
Location: uk

Re: AllanStyle-SUBSILVER table wrap

by jimboppin » Sat Aug 20, 2016 11:34 am

Hi i managed to center my table so i presume all if fixed there it was somthing to do with the stylesheet.. i just removed table from the top of the common file... but now i cant get my background image to fit...

here is the top of my common css file (im at a dead end now)

Code: Select all

/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, td, tr {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
abbr {
   text-decoration: none;
}

/* General Markup Styles
---------------------------------------- */
html {
   font-size: 100%;
   /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
   height: 100%;
}

body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   line-height: normal;
   background-image: url("https://www.zonepimps.co.uk/images/insurgencybg.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
   word-wrap: break-word;
   -webkit-print-color-adjust: exact;
}


Thankyou.
jimboppin
Registered User
Posts: 8
Joined: Sat Aug 20, 2016 8:07 am
Location: uk