Ewan
8th of October 2006 (Sun), 15:56
I've added a couple of bits of information below the photo header on the photo page as demonstrated here:
http://www.oaktreephoto.co.uk/dev/gallery/photo.php?photo=566
A sample of the code I've added is:
<h1 class="ee_photo_header ee_css_header_large">
<?php print $photoheader_html; ?>
</h1>
<div class="clear"></div>
<div class="ee_css_subheader">
<?php if ($city != "") print $city; ?>
</div>
<div class="clear"></div>
I can't work out why there is still a space between the header and the location text. Is there a way to remove it?
Thanks.
http://www.oaktreephoto.co.uk/dev/gallery/photo.php?photo=566
A sample of the code I've added is:
<h1 class="ee_photo_header ee_css_header_large">
<?php print $photoheader_html; ?>
</h1>
<div class="clear"></div>
<div class="ee_css_subheader">
<?php if ($city != "") print $city; ?>
</div>
<div class="clear"></div>
I can't work out why there is still a space between the header and the location text. Is there a way to remove it?
Thanks.