Instead of the line of code looking like it does below, could someone please tell me the format for putting an image in there instead of a word title -- to replace Random Quotations with an image instead that is in the media folder?
$quotetitle=".Random Quotations.";
$quotetitle = '<img src="'.$media_url.'imagefile.jpg" alt="whatever" />';
¥