Hi
I'm experiencing a problem with positioning a table. It's easier to understand if I show an image explaining the problem. Here it is:
Table issue image
The code I use to make this page is:
The first div block contains the images and floats to the right. I want the table to come right after the text.
How can this be done?
Thanks a lot
Steven
I'm experiencing a problem with positioning a table. It's easier to understand if I show an image explaining the problem. Here it is:
Table issue image
The code I use to make this page is:
Code:
<div class="pTekstKleinCentered" style="width: 150px; border: solid 1px black; float: right; margin-left: 10px;">
<img src="../maps/simulfluorKit.jpg" alt="Simulfluor kit from Chemicon" />
<br />Simulfluor kit de Chemicon
<br /><br />
<img src="../maps/simulfluorCMVAdeno.jpg" alt="CMV / Adeno" />
<br />Cells infected with both CMV and adenovirus stained with SimulFluor® CMV / Adeno reagent
<br /><br />
<img src="../maps/simulfluorHSVVZV.jpg" alt="HSV / VZV" />
<br />Cells infected with HSV 1, 2 and VZV stained with SimulFluor® Reagent<br /><br />
<img src="../maps/simulfluorFluAFluB.jpg" alt="Fluo FluA / FluB" /><br />Cells infected with both Flu A and Flu B stained with SimulFluor® Flu A/Flu B
</div>
<div class="pBodyTekst">Procédé unique d’utilisation de 2 fluorochromes pour la détection de minimum 2 agents viraux à partir d’un prélèvement direct et/ou d’une culture.
<br /><br />
Méthode facile, conforme au normes européennes (CE), au coût par coût et rapide. Après fixation à l’acétone de l’échantillon sur une lame, la procédure se déroule en une incubation unique de 15’.<br />
Dans chaque kit vous trouverez également des lames de contrôle.</div>
<table style="width: 230px; border: solid 1px black;" cellspacing="0" cellpadding="0">
<tr>
<th class="pBodyTekst" style="background-color: #ABABAB; width: 160px; border-bottom: solid 1px black;">Description</th>
<th style="background-color: #ABABAB; width: 50px; border-bottom: solid 1px black;">Cat. #</th>
<th style="background-color: #ABABAB; width: 20px; border-bottom: solid 1px black;">CE</th>
</tr>
</table>
The first div block contains the images and floats to the right. I want the table to come right after the text.
How can this be done?
Thanks a lot
Steven