«sub»«/sub» Verhunzt aussehen wegen der Zeilen-Höhe !
Carsten Wilke
- html
Hallo,
ich verzweifel noch mit den sub und sup. Bsp:
The <i>Escherichia coli</i> Hsp70 homologue DnaK<sub>Eco</sub> exhibits low substrate affinity and fast binding and release of substrates in the ATP state (scanning). The intrinsic ATPase activity converts the chaperone to the ADP·P<sub>i</sub> state with
high affinity substrate binding but low on and off rates (holding) and thereby traps the bound substrate <a href="#publ2">[2-4]</a>. Dissociation of ADP and P<sub>i</sub> and rebinding of ATP, which induces peptide release, allows for further cycles.
Schaut euch das mal bitte im Browser an. Fürchterlich...
Gibt es eine Möglichkeit, daß alle Zeilen den gleichen Zeilenabstand haben? (und bitte keine Lösung à la "jede Zeile in einer Tabellenzeile schreiben, dann die Tabzeilen-Höhe angeben".)
Danke für Eure Hilfe,
Carsten
Schön!
Noch ein Biologe!! :-))))
Funktioniert mit IE5.5:
<html>
<head>
<title>Test</title>
<style>
.test {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
color: #000000;
}
</style>
</head>
<body>
<P class="test">The <i>Escherichia coli</i> Hsp70 homologue DnaK<sub>Eco</sub> exhibits low substrate affinity and fast binding and release of substrates in the ATP state (scanning). The intrinsic ATPase activity converts the chaperone to the ADP·P<sub>i</sub> state with
high affinity substrate binding but low on and off rates (holding) and thereby traps the bound substrate <a href="#publ2">[2-4]</a>. Dissociation of ADP and P<sub>i</sub> and rebinding of ATP, which induces peptide release, allows for further cycles.</P>
</body>
</html>
Grüße,
Martin
Schön!
Noch ein Biologe!! :-))))Funktioniert mit IE5.5:
Hi,
das klappt auch im Netscape!
Danke, Carsten