Problem solved, what I did was follow
your directions and add a div
<div style="margin:-2px 0px -10px 0px;"></div>
So now I had this:
<div style="margin:-2px 0px -10px 0px;"><img src="http://www.lasvegascity.nl/wp-content/themes/atahualpa/images/header/header_
<? php
$hour = date('Hi'); // hour of the day, 24 hour clock
if ($hour > 1759 or $hour < 600) {
$timepic = 'night';
} elseif ($hour > 1200) {
$timepic = 'day';
} else {
$timepic = 'morning';
}
echo $timepic;
?>.png"></div>
Again great!! You helped me very quick and clearly