I! Im be back! Sorry!
I couldnt find the answer in english topics...
I want to know how I can to center the topics in news block.
I added a tag [center] in bbcode to centralize the posts, but it not works in portal page.
Can you help me?
Thanks!
Centralize the news block
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Former Team Member
- Posts: 625
- Joined: 19. January 2008 23:56
- phpBB.de User: thomas.d
- phpBB.com User: thomas.d
- Contact:
Re: Centralize the news block
Hi okidoki,
it should work.
Check, if you went like this (this is a translation of a German post, I'm not familiar with the english structure of the ACP but I guess you'll figure it out ...):
Enter ACP and start Postings - - BBCodes
Click Add BBCode
In BBCode enter:
In HTML enter:
In Tooltip enter:
Now you may use the tag [center]blabla[/center] in your forum as well as in the portal.
it should work.
Check, if you went like this (this is a translation of a German post, I'm not familiar with the english structure of the ACP but I guess you'll figure it out ...):
Enter ACP and start Postings - - BBCodes
Click Add BBCode
In BBCode enter:
Code: Select all
[center]{TEXT}[/center]
Code: Select all
<div align="center">{TEXT}</div>
Code: Select all
center elements
Viele Grüße
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
-
- Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: Centralize the news block
Hallo,
hm Thomas, keine Ahnung aber bei meine Fanpage die ich neu aufgesetzt habe, mit dem aktuelle Portal etc. am Sonntag fertig geworden , hatte er mir gesagt gehabt das <div align="center"> (das align) nicht (mehr?) valid wäre, und habe daher <div style="text-align: center;"> genommen was genauso funktioniert und und w3.org wieder es als valid angezeigt hat.
Deshalb würde ich u.a. bei HTML dann wohl lieber nehmen.
Gruß Chris
hm Thomas, keine Ahnung aber bei meine Fanpage die ich neu aufgesetzt habe, mit dem aktuelle Portal etc. am Sonntag fertig geworden , hatte er mir gesagt gehabt das <div align="center"> (das align) nicht (mehr?) valid wäre, und habe daher <div style="text-align: center;"> genommen was genauso funktioniert und und w3.org wieder es als valid angezeigt hat.
Deshalb würde ich u.a. bei HTML dann
Code: Select all
<div style="text-align: center;">{TEXT}</div>
Gruß Chris