<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="code.xsl" ?>
<dns4.nl>
<voorbeeld>
<title>CSS cirkel code</title>
<verwijzende_link>http://www.dns4.nl/pagina/css_code/cirkel.html</verwijzende_link>
<informatie>
Stop de "style-code" in de head van de pagina en de 
rest in de body-sectie waar je de cirkel wilt hebben

</informatie>
<programma_code>
<![CDATA[
<!-- de code begint vanaf hier.

	<style type="text/css">
		.rondje{
			color:#3B593B;
			font-size:3000%;
			position:absolute;
			margin-top:-60px;
			margin-left:5%;
			line-height:0.28em;
		}
		.detekst{
			top:3.5em;
			left:4.5em;
			position:relative;
			margin-top:-60px;
			margin-left:6%;
			color:#ffbb00;
			font-weight:bold;
		}
	</style>

	<div class="vulling"></div>	
	<div class="rondje">
		&bull;
	</div>
	<div class="detekst">
		DNS4
	</div>

de code is hier geeindigd.
// -->
]]>
</programma_code>
<code_link>http://www.dns4.nl/pagina/alle_tekst_files.html</code_link>
</voorbeeld>
</dns4.nl>
