PHP interesse |
|
Zou iemand voor mij willen kijken waar ik de denkfout maak.
Ik ben net begonnen om alles in divjes over te zetten.
Nu heb ik best een lastig project gevonden omdat de images volgens mij niet handig gesliced zijn, maargoed, dat zie ik later wel weer even.
Een voorbeeld, hoe hij nu is, is te vinden op:
http://www.holl.../index.php
<div id="Table_01">
<div style="width: 1024px; height: 45px;">
<div><img src="./images/hollandse1000_01.gif" width="1024" height="45" alt="" /></div>
<div style="float: left;"><img src="./images/spacer.gif" width="1" height="45" alt="" /></div>
</div>
<div style="vertical-align: top; height: 189px; width: 1024px;">
<div><img src="./images/hollandse1000_02.gif" width="662" height="189" alt="" /></div>
<div style="float: left; background-image: url(./images/1.gif);" width="249" height="144" valign="top">
<div class="bold">Nieuwe nummers</div>
<ul style="list-style: none; vertical-align: top; margin-top: 5px;">
<!-- START BLOCK : ShowData -->
<li class="text">{String}</li>
<!-- END BLOCK : ShowData -->
</ul>
</div>
<div style="float: left;"><img src="./images/hollandse1000_04.gif" width="113" height="723" alt="" /></div>
<div><img src="http://www.testjesite.nl/holland/images/spacer.gif" width="1" height="144" alt="" /></div>
</div>
</div>
<div id="Table_01"> <div style="width: 1024px; height: 45px;"> <div><img src="./images/hollandse1000_01.gif" width="1024" height="45" alt="" /></div> <div style="float: left;"><img src="./images/spacer.gif" width="1" height="45" alt="" /></div> </div> <div style="vertical-align: top; height: 189px; width: 1024px;"> <div><img src="./images/hollandse1000_02.gif" width="662" height="189" alt="" /></div> <div style="float: left; background-image: url(./images/1.gif);" width="249" height="144" valign="top"> <div class="bold">Nieuwe nummers</div> <ul style="list-style: none; vertical-align: top; margin-top: 5px;"> <!-- START BLOCK : ShowData --> <li class="text">{String}</li> <!-- END BLOCK : ShowData --> </ul> </div> <div style="float: left;"><img src="./images/hollandse1000_04.gif" width="113" height="723" alt="" /></div> <div><img src="http://www.testjesite.nl/holland/images/spacer.gif" width="1" height="144" alt="" /></div> </div> </div>
|