Just wondering how I could go about adding a line break under the random quotes in the widgets feature. That way there's a gap between the quote and the author/sources.
Did it once before but can't remember how to do it :(
Just wondering how I could go about adding a line break under the random quotes in the widgets feature. That way there's a gap between the quote and the author/sources.
Did it once before but can't remember how to do it :(
Worked it out, changed:
$display = "<p><q>". $random_quote['quote'] ."</q>";
to
$display = "<p><q>". $random_quote['quote'] ."</q><br /><br />";
You must log in to post.