MyBB.de Forum
Beitrag Autorkasten, textformatierung - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Beitrag Autorkasten, textformatierung (/thread-9705.html)



Beitrag Autorkasten, textformatierung - wlfs - 13.06.2008

Wie formatiert man den Autorkasten sodass die textformatierung nach links geht?
Welches Template ist das denn derzeit sieht es so aus:


RE: Beitrag Autorkasten, textformatierung - StefanT - 13.06.2008

Ersetze im Template "postbit":
Code:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
durch:
Code:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: left;">