Ik heb de volgende stylesheet:
<style type="text/css">
<!--
#id1-01 {
position:absolute;
left:0px;
top:0px;
width:540px;
height:254px;
}
#id1-02 {
position:absolute;
left:540px;
top:0px;
width:60px;
height:600px;
}
#id1-03 {
position:absolute;
left:0px;
top:254px;
width:126px;
height:259px;
}
#id1-04 {
position:absolute;
left:126px;
top:254px;
width:295px;
height:242px; z-index: 1;
}
#maintekst {
position:absolute;
left:126px;
top:254px;
width:330px;
height:242px; z-index: 10;
}
#id1-05 {
position:absolute;
left:421px;
top:254px;
width:119px;
height:346px;
}
#id1-06 {
position:absolute;
left:126px;
top:496px;
width:295px;
height:104px;
}
#id1-07 {
position:absolute;
left:0px;
top:513px;
width:126px;
height:87px;
}
.normalText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC}
A { color: #FFFFFF }
A:hover { color: #FFFFFF }
A:active { color: #FFFFFF }
A:visited { color: #FFFFFF }
A { text-decoration: none; }
A:Hover { text-decoration: underline; }
-->
</style>
Als ik gewoon tekst neerzet wordt het keurig door m'n stylesheet geset.
Maar als ik een tekst in een tabel gooi wordt de layout niet goed neergezet, en krijg ik supervette tekst?
Tabel voorbeeld:
<table border="1" width="100%">
<tr>
<td width="50%">Links</td>
<td width="50%">Rechts</td>
</tr>
<tr>
<td width="50%">Links2</td>
<td width="50%">Rechts2</td>
</tr>
De output van de tekst klopt totaal niet
<style type="text/css">
<!--
#id1-01 {
position:absolute;
left:0px;
top:0px;
width:540px;
height:254px;
}
#id1-02 {
position:absolute;
left:540px;
top:0px;
width:60px;
height:600px;
}
#id1-03 {
position:absolute;
left:0px;
top:254px;
width:126px;
height:259px;
}
#id1-04 {
position:absolute;
left:126px;
top:254px;
width:295px;
height:242px; z-index: 1;
}
#maintekst {
position:absolute;
left:126px;
top:254px;
width:330px;
height:242px; z-index: 10;
}
#id1-05 {
position:absolute;
left:421px;
top:254px;
width:119px;
height:346px;
}
#id1-06 {
position:absolute;
left:126px;
top:496px;
width:295px;
height:104px;
}
#id1-07 {
position:absolute;
left:0px;
top:513px;
width:126px;
height:87px;
}
.normalText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC}
A { color: #FFFFFF }
A:hover { color: #FFFFFF }
A:active { color: #FFFFFF }
A:visited { color: #FFFFFF }
A { text-decoration: none; }
A:Hover { text-decoration: underline; }
-->
</style>
Als ik gewoon tekst neerzet wordt het keurig door m'n stylesheet geset.
Maar als ik een tekst in een tabel gooi wordt de layout niet goed neergezet, en krijg ik supervette tekst?
Tabel voorbeeld:
<table border="1" width="100%">
<tr>
<td width="50%">Links</td>
<td width="50%">Rechts</td>
</tr>
<tr>
<td width="50%">Links2</td>
<td width="50%">Rechts2</td>
</tr>
De output van de tekst klopt totaal niet
Het maakt eigenlijk niet uit wat je bewuste geest doet, omdat je onderbewuste automatisch precies dat doet wat het moet doen