Hallo!
Ich hab im Screenshot dargestellte Textarea, in der alle Zeilen eingerückt sind. Der source code dazu schaut so aus:
Code
<textarea type="text" name="content_mm"
style="width:750px;height:400px;">
<p>This option displays data on emission generating
anthropogenic activities that are used by the RAINS model for
calculating emissions. The model contains activity data on energy
use, industrial processes, agriculture and transport, both for past
and future years. Select the sector of interest in the upper left
combo box, and then choose a display option in the scroll left menu
bar. </p>
<h3>Energy combustion</h3>
<p>This option displays activity data for energy combustion
that are used by RAINS to calculate emissions. The model stores
information on sectoral fuel use over time. </p>
<p>Historic data have been extracted from national and
international energy statistics. The RAINS model stores alternative
projections of energy use for the future (energy pathways) derived
from other sources (e.g., from the PRIMES energy model, national
energy projections) as an exogenous input. </p>
<p>You can look at data with different aggregations, or inspect
data for particular sectors in detail. Choose your preferred
aggregation scheme from the left menu bar. </p>
</textarea>
Alles anzeigen
Offensichtlich wird also die Einrückung im source code auch auf die Einrückung in der Textarea angewandt. Hat jemand eine Lösung dafür? Der XHTML code wird durch Tidy automatisch gemacht um den source code leserlicher zu machen.
Thanx 4 help.