//problem resolved//Displaying random quotes
Briefly

To display the author on a new line under the quote, use either <br> for line breaks or wrap the text in <p> tags for better structuring.
Modifying the JavaScript to include an author variable and concatenating it with the quote string, separated by a line break, will achieve the desired output.
Read at SitePoint Forums | Web Development & Design Community
[
|
]