Crew algemeen |
|
Je hebt de class in de td tag staan, daarom werkt het niet denk ik.
Zet het eens zo:
<head>
<style type="text/css">
extras
{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
</style>
</head>
<head> <style type="text/css"> extras { margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; } </style> </head>
En verderop:
<TD WIDTH="476" HEIGHT="236" align="left" valign="top" background="Images/Tekstvak_welkom.jpg">
<div class="extras">
test
</div>
</TD>
<TD WIDTH="476" HEIGHT="236" align="left" valign="top" background="Images/Tekstvak_welkom.jpg"> <div class="extras"> test </div> </TD>
|