Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Black Pearl Center Forum
posse [ Sun 17 Jun, 2012 01:02 ]
Post subject: Black Pearl Center Forum
I am using the black pearl theme on my phpbb3 forum. I am having lots of trouble trying to center the forum. I have gone through a lot of topics on here and google but can't seem to find a solution that will work.
I am using width 960px but the forum is not perfectly centered.
Any help in centering the forum would be highly appreciated. Thanks.
Joshua203 [ Sun 17 Jun, 2012 14:13 ]
Post subject: Re: Black Pearl Center Forum
Hello Posse, welcome to IcyPhoenix,
Can you provide a link so we can take a look if we can see why this is happening?
Black Pearl is usually centered by default.
Joshua203 [ Sun 17 Jun, 2012 14:41 ]
Post subject: Re: Black Pearl Center Forum
PS... if you are talking about Renegade Army ...I don't see the problem, not in portal or forum pages ..so in this case.. please explain more

spydie [ Sun 17 Jun, 2012 15:27 ]
Post subject: Re: Black Pearl Center Forum
looks to me more like a browser problem.
which browser are you using ?
Joshua203 [ Sun 17 Jun, 2012 15:30 ]
Post subject: Re: Black Pearl Center Forum
Looks to me like the opening body tag is missing Spydie, but I'm not even sure I'm looking at the actual forum yet
I've tried viewing in 3 browsers and it all looks centered to me (chrome, IE9 and FF nightly)
posse [ Sun 17 Jun, 2012 23:30 ]
Post subject: Re: Black Pearl Center Forum
sorry about the late reply, i centered it, changed it to 1024px and its centered now. was a easy solution, fixed last night a little after i made this topic. thanks for trying to help though guys!
and joshua, which name are you hiding under on renegade army?

or how did you find out the forum, surprised you found out the forum.

Joshua203 [ Sun 17 Jun, 2012 23:35 ]
Post subject: Re: Black Pearl Center Forum
Heheheheh, rest assured ... I'm no member there
Just did a little tracing
PS don't forget ...I still think you have a missing opening body tag in your overall header
posse [ Sun 17 Jun, 2012 23:48 ]
Post subject: Re: Black Pearl Center Forum
Not very well-versed with that Joshua, what do you mean by the missing body tag?
Appreciate the help.
P.S. What did you trace?
Joshua203 [ Mon 18 Jun, 2012 00:06 ]
Post subject: Re: Black Pearl Center Forum
Your overall_header.html now contains something like this:
</head>
<a name="top"></a>
and it should be:
</head>
<body class="ltr">
<a name="top"></a>
By using your
private profile info
(which is why I did not post the full url to your board, that would be upto you

)
mort [ Mon 18 Jun, 2012 00:13 ]
Post subject: Re: Black Pearl Center Forum
You also need to move this above the </head> tag, because that's probably why the <body> tag was removed to make it work?
<!-- $Id: portal_body.html,v 1.1 2008/02/09 08:18:16 angelside Exp $ //-->
<style type="text/css">
<!--
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.1em;
padding:6px 5px 6px 5px;
}
ul.topiclist dt {
float:left;
width: 90%;
font-size: 1em;
}
.gensmall {
margin: 1px 1px;
font-size: 10px;
}
small, .small {
font-size:10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
/* Container for sub-navigation list */
#navigation {
padding-top: 0px;
font-size: 1.1em;
}
/* Link styles for the sub-section links */
#navigation a {
color: #105289;
font-weight: normal;
padding: 2px;
background: #ecf1f3 none repeat-y 100% 0;
}
#navigation a:hover {
background-color: #F9F9F9;
color: #d31141;
}
/* News listing */
ul.news {
border-top: 1px solid #FFFFFF;
list-style: none;
margin-left: 0;
}
ul.news li {
padding: 5px 0 4px 0;
border-bottom: 1px solid #CCCCCC;
}
ul.news li.last {
border-bottom: none;
}
ul.news {
border-top: none;
}
ul.news li {
padding: 0 0 4px 0;
margin-bottom: 5px;
margin-left: 0;
border-bottom-color: #E0E0E0;
}
.postbody_portal {
width: 100%;
}
//-->
</style>
Joshua203 [ Mon 18 Jun, 2012 00:21 ]
Post subject: Re: Black Pearl Center Forum
Well if that is the case at the portal Mort (and it IS .. probably in portal_body.html) , I think it would be better to move that into the stylesheet?
mort [ Mon 18 Jun, 2012 00:48 ]
Post subject: Re: Black Pearl Center Forum
I totally agree, if posse knows how to do that.
posse [ Mon 18 Jun, 2012 03:09 ]
Post subject: Re: Black Pearl Center Forum
Thanks guys, I will look into that, I do have a buddy who helps me with this, he can prolly make sense of this.
Joshua203 [ Mon 18 Jun, 2012 13:09 ]
Post subject: Re: Black Pearl Center Forum
Well in that case I'll stop trying to take this step by step.
You have a few more errors:
- the "buy admin" link in menu_block.html needs work (you can't use "&" like that in that file)
- in overall_header.html you should replace:
with:
or if you don't want the alt there:
- in overall_footer.html you should also replace the "&" character between "Dave Polaris & Welby" (not so important but still a small error

)
mort [ Mon 18 Jun, 2012 13:17 ]
Post subject: Re: Black Pearl Center Forum
I'm not going to get into this about ' and " and the space in front of the />
But for html
& is either "
and" or
& and preferably
& should be used for the short version when you use
&.
