|
Page 1 of 1
|
posse
Joined: June 2012
Posts: 5
|
 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.
|
#1 Sun 17 Jun, 2012 01:02 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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.
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#2 Sun 17 Jun, 2012 14:13 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#3 Sun 17 Jun, 2012 14:41 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Black Pearl Center Forum
looks to me more like a browser problem.
which browser are you using ?
____________ Out of Order
|
#4 Sun 17 Jun, 2012 15:27 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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)
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#5 Sun 17 Jun, 2012 15:30 |
|
posse
Joined: June 2012
Posts: 5
|
 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.
|
#6 Sun 17 Jun, 2012 23:30 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#7 Sun 17 Jun, 2012 23:35 |
|
posse
Joined: June 2012
Posts: 5
|
 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?
|
#8 Sun 17 Jun, 2012 23:48 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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  )
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#9 Mon 18 Jun, 2012 00:06 |
|
mort 
 Spam Basher

Joined: August 2010
Posts: 998
Location:  Up a tree
|
 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>
|
#10 Mon 18 Jun, 2012 00:13 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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?
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#11 Mon 18 Jun, 2012 00:21 |
|
mort 
 Spam Basher

Joined: August 2010
Posts: 998
Location:  Up a tree
|
 Re: Black Pearl Center Forum
I totally agree, if posse knows how to do that.
|
#12 Mon 18 Jun, 2012 00:48 |
|
posse
Joined: June 2012
Posts: 5
|
 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.
|
#13 Mon 18 Jun, 2012 03:09 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 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  )
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#14 Mon 18 Jun, 2012 13:09 |
|
mort 
 Spam Basher

Joined: August 2010
Posts: 998
Location:  Up a tree
|
 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 &.
|
#15 Mon 18 Jun, 2012 13:17 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|