I refer here to the simple command with:
<p style="text-align: center;font-size:12pt;">text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-text-as-abc-</p>
Is there a trick to use nl2br (is a command in php) for the text-as-sampling-text in order to auto-format in a given box or in a given window where abc-text is placed within this box or window.
It is to much work to place <br>
manually into the text-as-sampling-news ...
... or is auto-formating until edge of window/box already working without problems in
every browser with <p style="text-align: center;font-size:12pt;">text</p>
without any
tag ?!
... do I need a special workout of nl2br for files in *.css ?
This questions look trivial - but I want to avoid incompatibilities with displaying text universally in all browsers.
in
text-as-abc-text-as-abc
... would this work universally as auto-format in all browsers then ?! Or do I need to shovel more code in it (globally or locally) for index.html only ?! thx. – dschinn1001 Mar 14 '14 at 07:50text-as-abc-text-as-abc
text-text-text
the text between the tags is in modus auto-format in given space (window or box) - I mean auto-format with that lines are breaking automatically and continue to next line one step deeper in screen. So normally I dont need to usethen - only if I want to force a break in the line. So I wanted to know if this "auto-format" of line-breaking (within ) is universal through all browsers... – dschinn1001 Mar 17 '14 at 12:53