Hi,
ich brauche für einige Module (Fliesstext um Bild) Blocksatz.
Habe mal die CSS-Datei mit dem entsprechenden Font erweitert (text-align: justify)
Leider wird der Text nicht als Blocksatz ausgerichtet. 
Woran könnte es liegen?
Danke
Patrick
			
			
									
						Fliesstext-Modul und CSS (text-align)
Dieses Problem habe ich auch manchmal, woran es genau liegt habe ich noch nicht herausgefunden. Ich schreibe es dann direkt in's Layout bei <td> rein, dann funktioniert es.
			
			
									
						Ein neues CMS-System:
www.der-dirigent.de
						www.der-dirigent.de
Ich glaube, das könnte Dir helfen.
Ich hatte das gleiche Problem, habe es aber gelöst, indem ich das Modul folgendermaßen umgeschrieben habe:
<?php
echo "<P align=justify>";
echo "CMS_HTML[18]";
echo "</P>";
?>
Dann geht in dem Container allerdings nur noch Blocksatz.
			
			
									
						<?php
echo "<P align=justify>";
echo "CMS_HTML[18]";
echo "</P>";
?>
Dann geht in dem Container allerdings nur noch Blocksatz.