Beste leden,
Ik ben bezig met een facturatie systeem en heb een probleempje.
zie:
http://speurtjes.nl/help.png
Dit is mij css:
PHP
#info { font-family: "Trebuchet MS"; padding: 0.4em 0.6em 0.4em 0.6em; font-size: 8pt; color: #FFFFFF; background-color: #2262bb; }
.left { float: left; }
.right { float: right; }
PHP
<div id="content">
<div id="info">
<div class='left'> <b> <?= $config['bedrijfsnaam']; ?> - Webhosting overzicht</b> </div>
<div class='right'>
<input type="button" onclick="window.location.href='<?= $config['url']; ?>bestellen/webhosting'" value="Webhosting pakket bestellen" />
</div>
</div>
<p>
</p>
</div>
Toon Meer
Wat doe ik fout??