echo "Howdy Doody!"; works echo "<span>Howdy Doody!</span>"; works echo "<span style="font-family: Arial, Helvetica, sans-serif;"><p>Howdy Doody!<p></span>"; does not work - " top-that.epizy.com is currently unable to handle this request. HTTP ERROR 500" Also: “DevTools failed to load SourceMap: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/iframe_handler.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME”
(please share the FULL error message you see)
Other Information
(other information and details relevant to your question)
Thanks for your response UnknownLolz,
Well, yes I do see the HTTP ERROR 500. But I don’t know why. Are you telling me to read some article I don’t now about?
You need to import those font family files from Google font or somewhere inside your php code. And make it sure that you are using HTML tags in your php codes before you use some HTML elements.
Thanks ByoDino,
Escaping the double quotes worked! (Sometimes my eyes just don’t pick up such issues - they’re hard for me to see). Also, changing the inner quotes to single quote worked too. Thanks again. I’ll try to make my future issues more substantive.