Alright well, as the title says, Black pearl doesn't seem to be supporting my center align thing.
It works with left and right alignment but not center, it shows the bbcode and doesn't align it to the center.
demo
It seems to work with pro silver just fine but not Black Pearl, why is this and how do i fix this?
Black Pearl Not Supporting Center Align?
Subject: Re: Black Pearl Not Supporting Center Align?
Did you properly edit styles/black_pearl/template/bbcode.html?
Subject: Re: Black Pearl Not Supporting Center Align?
what do I add precisely? It'd be the first time I've ever had to edit the bbcode.html.
Mighty Gorgon wrote: [View Post]
what do I add precisely? It'd be the first time I've ever had to edit the bbcode.html.
Subject: Re: Black Pearl Not Supporting Center Align?
Which edits are required by that mod?
Can you post installing instructions please?
Can you post installing instructions please?
Subject: Re: Black Pearl Not Supporting Center Align?
Not a mod, just trying to make the BBCode for center alignment work but it doesn't.
Mighty Gorgon wrote: [View Post]
Not a mod, just trying to make the BBCode for center alignment work but it doesn't.
Subject: Re: Black Pearl Not Supporting Center Align?
if you´re trying to edit an block. make shure you have it switched to bbcode and not to html
Subject: Re: Black Pearl Not Supporting Center Align?
Please post me the code you are using and the settings you are using in your ACP, so I can check.
ubahpenguin wrote: [View Post]
Please post me the code you are using and the settings you are using in your ACP, so I can check.
Subject: Re: Black Pearl Not Supporting Center Align?
Meh ... I can't even get my sons forum aligned to the center of the screen! No matter what I do it's aligned to the right. Even the alignment of "sitelogo_small" - when set to align center in the header table, doesn't center properly - the header gradient still shows on the right side. Increasing the width of the image to 950 breaks the page entirely!
This style is nice and my son wants it, but it's making me crazy with these edits.
http://blueflamepress.com/forum
This style is nice and my son wants it, but it's making me crazy with these edits.
http://blueflamepress.com/forum
Subject: Re: Black Pearl Not Supporting Center Align?
in overal header modify:
im now gonna stop chasing your posts ... LOL
<td height="165" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
im now gonna stop chasing your posts ... LOL
Subject: Re: Black Pearl Not Supporting Center Align?
Who ... ME? LOL!
Oh merde ...
I have this there:
and that doesn't center the image. The "shadowright" (I think that's what it's called) still shows by about 10px. I've tried enlarging the image to 950 and that just breaks the table altogether, resulting in a scrollbar. Not good:( The image height of 150 fits the space perfectly, however.
I saw one forum based on BP that had an image measuring 950x200 and it fit perfectly. I tried viewing his source and found nothing different than mine - yet if I go larger in height than 150 the bottom of the image covers the upper blue border on the menu. I am beginning to talk to myself and scaring my wife. She says when I start answering .... she's leaving.
Joshua203 wrote: [View Post]
Who ... ME? LOL!
Oh merde ...
I have this there:
- <td height="150" align="center" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
and that doesn't center the image. The "shadowright" (I think that's what it's called) still shows by about 10px. I've tried enlarging the image to 950 and that just breaks the table altogether, resulting in a scrollbar. Not good:( The image height of 150 fits the space perfectly, however.
I saw one forum based on BP that had an image measuring 950x200 and it fit perfectly. I tried viewing his source and found nothing different than mine - yet if I go larger in height than 150 the bottom of the image covers the upper blue border on the menu. I am beginning to talk to myself and scaring my wife. She says when I start answering .... she's leaving.
Subject: Re: Black Pearl Not Supporting Center Align?
uuhm did you remove
? or something that looks like that
i'm walking away too hahaha
<td align="center" valign="middle"><h1><font color="#AA0000" size="5px"><b><i><u>{SITENAME}</u></i></b></font></h1><span class="gen"><font color="lime"><b><i>{SITE_DESCRIPTION}</i></b></font></span></td>
<td align="right" valign="top"> </td>
<td align="right" valign="top"> </td>
? or something that looks like that
i'm walking away too hahaha
Subject: Re: Black Pearl Not Supporting Center Align?
Best thing you can do is having a PNG logo which will fit any background. Alternatively you can design the logo to match the gradient, so you won't see mismatching when the logo ends.
There are many ways to align things, first you need to make sure that you have a proper container which is 100% width, otherwise your efforts will be useless.
There are many ways to align things, first you need to make sure that you have a proper container which is 100% width, otherwise your efforts will be useless.
Subject: Re: Black Pearl Not Supporting Center Align?
The logo IS a PNG, Luca:) Doesn';t make any difference. I tried using the gradient as a BG but because it is only a slice could not expand it in PSP to take the dimension I wanted, so I used the standard #111 bg color. Because I use a dropshadow highlight fore the text I couldn't use a transparent PNG because I got a load of artifacts around the text.
I'm not sure what you mean about the 100% container width - I haven't changed any of the CSS relating to the size of the header container. All I did was make a new sitelogo_small.png to hopefully cover the original one. making it the same size as the original header container (950x165) breaks it entirely.
The only thing I've been able to come up with that cleans up the logo somewhat is to remove the following from the #top_logo container:
which renders the whole container area as the standard #111 bg color. None of this has changed anything about the entire forum aligning itself to the tight - leaving a margin of appx 25px on the left. I haven't changed anything that should have effected that, and I haven't touched the PHP files at all to change this.
I'm just stumped. maybe if you looked at the forum? Firefox's Web Developer add-on doesn't give me any help at all.
Mighty Gorgon wrote: [View Post]
The logo IS a PNG, Luca:) Doesn';t make any difference. I tried using the gradient as a BG but because it is only a slice could not expand it in PSP to take the dimension I wanted, so I used the standard #111 bg color. Because I use a dropshadow highlight fore the text I couldn't use a transparent PNG because I got a load of artifacts around the text.
I'm not sure what you mean about the 100% container width - I haven't changed any of the CSS relating to the size of the header container. All I did was make a new sitelogo_small.png to hopefully cover the original one. making it the same size as the original header container (950x165) breaks it entirely.
The only thing I've been able to come up with that cleans up the logo somewhat is to remove the following from the #top_logo container:
which renders the whole container area as the standard #111 bg color. None of this has changed anything about the entire forum aligning itself to the tight - leaving a margin of appx 25px on the left. I haven't changed anything that should have effected that, and I haven't touched the PHP files at all to change this.
I'm just stumped. maybe if you looked at the forum? Firefox's Web Developer add-on doesn't give me any help at all.
Subject: Re: Black Pearl Not Supporting Center Align?
well i had some time left today so since you did not answer my last question, i been looking for it:
did you remove the code mentioned above? : partly
i can only wonder why this is still in there:
i could be wrong but i think that is the reason you re off centered :oops:
Edit: maybe that second line should stay i m not sure
did you remove the code mentioned above? : partly
i can only wonder why this is still in there:
<td align="center" valign="middle"><h1></h1><span class="gen"></span></td>
<td align="right" valign="top"> </td>
<td align="right" valign="top"> </td>
i could be wrong but i think that is the reason you re off centered :oops:
Edit: maybe that second line should stay i m not sure
Subject: Re: Black Pearl Not Supporting Center Align?
No - haven't had a chance, Joshua - I was a bit confused by your question. That line - whatever it is - was always there, I didn't add it. I haven't yet learned PHP so I hesitate to get in there and mess around with things I don't understand.
Now this line above is from the stylesheet? It is curious that the H1 tag is blank, but I don't know what else it does. I just hesitate to remove stuff without knowing why its present and what it does. I see the line also has an open span class. I have NO idea what that's all about - but then there are a lot of things in this style that have me scratching my head.
Joshua203 wrote: [View Post]
No - haven't had a chance, Joshua - I was a bit confused by your question. That line - whatever it is - was always there, I didn't add it. I haven't yet learned PHP so I hesitate to get in there and mess around with things I don't understand.
Now this line above is from the stylesheet? It is curious that the H1 tag is blank, but I don't know what else it does. I just hesitate to remove stuff without knowing why its present and what it does. I see the line also has an open span class. I have NO idea what that's all about - but then there are a lot of things in this style that have me scratching my head.
Page 1 of 2
You cannot post new topicsYou 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
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.9261s (PHP: 2% SQL: 98%)
SQL queries: 16 - Debug Off - GZIP Enabled