Skin Crazy
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
Spherical
Spherical
Owner
Posts : 21
Location : Australia
https://skin-crazy.board-directory.net

Putting an Extra Content Block Around the Forums Empty Putting an Extra Content Block Around the Forums

Sat May 27, 2017 10:13 pm
You have to be careful with this because if the colour is vastly different to the bodyline, the forumline or the headings the text and links colours might also need changing slightly.

I will make a seperate post for the separate bits of code that you might need for that at some point.

To Put an Extra Content Block of Colour Around the Forums.

CSS:

Code:
.mycontent {background: #EFE5BE; padding: 20px; overflow: hidden; border: 5px double #000; margin: 10px;}

HTML:

In the overall_header about 370 find..

Code:
<div id="page-body">

Directly above it put

Code:
<div class="mycontent">

So it looks like this...

Code:
<div class="mycontent">
             
<div id="page-body">

Then scroll right down to the bottom of the page and add a

Code:
</div> between the </body> and the </html>

Like So....

Code:
</body>
  </div>
</html>
<!-- END html_validation -->
Back to top
Permissions in this forum:
You cannot reply to topics in this forum