I know HTML but don't know PHP/server-side includes and from what I can tell, that's where most of the stuff for the page comes from. I want to remove the "image info" as it relates to digital photographs. I see it in view source of the page but don't know how to remove from where the page comes from.
Not very hard, in default theme's image.php it's this part:
`<?php if (getImageEXIFData()) {echo "<a href=\"#TB_inline?height=345&width=300&inlineId=imagemetadata\" title=\"".gettext("Image Info")."\" class=\"thickbox\">".gettext("Image Info")."</a>"; printImageMetadata('', false);