Placing of caption with Intro image - Joomla! Forum - community, help and support
the caption of intro image placed inside img tag:
this makes impossible change place of caption. don't know how change code make styling caption apart image possible. if better @ php appreciated.
code: select all
<img
<?php if ($images->image_intro_caption) : ?>
<?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption, ent_compat, 'utf-8') . '"'; ?>
<?php endif; ?>
src="<?php echo htmlspecialchars($images->image_intro, ent_compat, 'utf-8'); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt, ent_compat, 'utf-8'); ?>" itemprop="thumbnailurl"/>
this makes impossible change place of caption. don't know how change code make styling caption apart image possible. if better @ php appreciated.
Comments
Post a Comment