Global Header & Footer
<style type="text/css">
.imgresized a { color: transparent; }
</style>
<script type="text/javascript">
function toggleQuickReply(){
if($('.ui-pagination .ui-pagination-next').hasClass('state-disabled'))
$('.container.quick-reply').show();
else
$('.container.quick-reply').hide();
}
$(document).ready(function(){
if($('.container.posts, .container.messages').length){
toggleQuickReply();
proboards.on('afterSearch',function(){ toggleQuickReply(); });
}
});
</script>
<script type="text/javascript">
// Shoutbox on homepage only
$(document).ready(function() {
if(proboards.data('route').name != "home") {
$('div.shoutbox.container.full').hide();
}
</script>
<style tyep="text/css">
.inner_cont{
display: block;
float: left;
height: 135px;
width: 31%;
padding: 8px;
}
</style>
<script>
_____________________________________
Global Footer
<script type="text/javascript">
$(function(){
if(window.listMan && listMan.item_type == "post"){
var p = listMan.options, r = proboards.data("route")
$('.content-head .info .date', listMan.content).each(function(i,e){
var post = {element:$(e), index: i, id: $(e).closest('tr.item.post').attr('id').split("-").pop(), page: listMan.pagination.data("pagination").page},
search = /search/i.test(r.name) || p.data.search || p.data.posts_search || p.data.post_query || p.data.hash.q || p.data.recent_page?1:0;
post.element.before('<span class="post-method post-number" />').prev()
.html( '<a href="/post/' + post.id + '/thread" title="Link to Post" >' + ((i+post.page+search) == 1 ? 'Thread ' : (search?'Result':'Reply') + ' #' + ((post.page - 1) * p.limit + i + search)) + '</a> ' + (i+post.page+search == 1 ?'started ' : 'posted ')
____________________________________
Main Header
Nothing
____________________________________
Main Footer
<div style="width:50%;margin:12px auto; padding:12px; background-color:rgba(255,255,255,.3); text-align:center; border: 1px solid #737373; box-shadow: inset 0px 0px 2px 2px #fff; font-size:12px; font-style:normal;"><center><u>Friend's Links</u></br>
<a href="http://clubhouse1.boards.net"><u>Amulet, </u></a>
<a href="http://internetcafe.boards.net"><u>Beckea, </u></a>
<a href="http://theisleofemerald.boards.net"><u>Emerald, </u></a>
<a href="http://lovely.boards.net"><u>JavaJunkie, </u></a>
<a href="http://animalsanctuary.freeforums.net"><u>Kikipetie, </u></a>
<a href="https://tch-forum.com/index.php"><u>Kyng, </u></a>
<a href="http://www.liasonitesgathering.online/Forum/index.php"><u>Laurie, </u></a>
<a href="http://lisascountryin.proboards.com"><u>Lisaann, </u></a>
<a href="http://startrekking.freeforums.net"><u>MagicMuggle, </u></a>
<a href="http://thisisthemaingate.createaforum.com/index.php"><u>MamaFrankie, </u></a>
<a href="http://friendshipsconnect.proboards.com"><u>Marti, </u></a>
<a href="https://www.tapatalk.com/groups/thisiscreeepy"><u>Not2Foxie, </u></a>
<a href="http://bpatsplace.runboard.com"><u>Pat, </u></a>
<a href="http://funjoint.proboards.com"><u>Paul, </u></a>
<a href="http://pitszal.freeforums.net"><u>Pitszal, </u></a>
<a href="http://skunk-n-skwerl.freeforums.net"><u>Skunk-n-Skwerl, </u></a>
<a href="https://nucleus.jcink.net"><u>Smokey,</u></a>
<a href="http://spherical.forumotion.com"><u>Spherical, </u></a>
<a href="http://spicescoffeehouse.jcink.net/index.php"><u>Spice, </u></a>
<a href="http://nicetomeet.proboards.com"><u>Toetapping, </u></a>
<a href="http://maisonduviolette.proboards.com/forum"><u>Violette </u></a>
<br><br>
All Content. Forum Set Up. Graphics. Are Property Of FNL. With The Exception Of Member's Posts<br>
©2018-2019<br>
FNL Since 2007
</div>
<center> <script src="http://www.funtrivia.com/priv_scoreboard.cfm?tid=87959"language="JavaScript"></script> </center>
___________________________________
Not sure what you mean by code tags
Retread I copied it this way!
You certainly like a challenge and are a problem solver.