Kan je via een stylesheet aangeven wat de afstand tussen de alinea's moet zijn? Ik wil nl. geen witte regel na een </P> en nieuwe <P>.
In je stylesheet: padding, margin, line-height. En die allemaal op 0px zetten, of zelfs op een negatief getal.
Yep, dat was hem!Op dinsdag 11 juni 2002 12:21 schreef Shadow3333 het volgende:
p {
margin: 0px;
}
Thanx
of geen <p> gebruiken, maar <div>
toch?
toch?
PreciesBosmonster:
toch?
En als je het dat toch over de regelhoogte hebt (oftewel interlinie) doe dan in je CSS:
code:
1
2
3
4
5
6
7
| .pauper {
line-height:15px;
}
<div class="pauper">
<!-- gelul //-->
</div> |
Capish?
Of wel
gebruiken, omdat dat semantisch de juiste tag is
</miereneukerij>
edit:
t-t-t, willem toch:
zoek de fout
<font style="color:#0000ff;font-size:11px;">[Dit bericht is gewijzigd door drm op 11-06-2002 13:58]</font>
gebruiken, omdat dat semantisch de juiste tag is
</miereneukerij>
edit:
t-t-t, willem toch:
code:
1
| <!-- ... //--> |
zoek de fout
<font style="color:#0000ff;font-size:11px;">[Dit bericht is gewijzigd door drm op 11-06-2002 13:58]</font>
Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz
mag ik, mag ik ?Op dinsdag 11 juni 2002 13:23 schreef drm het volgende:
zoek de fout
slet[Dit bericht is gewijzigd door willem169 op 11-06-2002 13:54]
Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz
Pagina: 1