Recent Topics

1 Nov 19, 2006 16:31    

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.";

2 Nov 19, 2006 16:43

$quotetitle = '<img src="'.$media_url.'imagefile.jpg" alt="whatever" />';

¥


Form is loading...