Page 1 of 1

Centralize the news block

Posted: 8. July 2008 05:07
by okidoki
I! Im be back! :lol: Sorry! :oops:
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!

Re: Centralize the news block

Posted: 8. July 2008 18:10
by thomas.d
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:

Code: Select all

[center]{TEXT}[/center]
In HTML enter:

Code: Select all

<div align="center">{TEXT}</div>
In Tooltip enter:

Code: Select all

center elements
Now you may use the tag [center]blabla[/center] in your forum as well as in the portal.

Re: Centralize the news block

Posted: 9. July 2008 00:22
by Christian_N
Hallo,
hm Thomas, keine Ahnung aber bei meine Fanpage die ich neu aufgesetzt habe, mit dem aktuelle Portal etc. am Sonntag fertig geworden :D, 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>
wohl lieber nehmen. :D

Gruß Chris