|
Im ganzen Programm kann überall mit PHP direkt im HTML gearbeitet werden. Der WYSIWYG-Editor ignoriert diese Tags einfach. Somit ist es z.B. möglich aus Dies ist der Titel, DIES IST DER TITEL zu machen:
aus [doctitle] wird also <?=strtoupper([code:doctitle]);?>
oder auch
Dies ist der Titel
aus [doctitle] wird also
<?="<font size=6>".substr([code:doctitle],0,1)."</font><b>".substr([code:doctitle],1)."</b>";?> |