I am having trouble setting a background color using the default Twine 2.0 (Marlowe, I think). Other straight html codes seem to work as in:
<html>
<body bgcolor="#E6E6FA">
<h1>Hello world!</h1>
<p><a href="
http://www.w3schools.com">Visit W3Schools.com!</a></p>
</body>
</html>
I get the larger than normal black text for Hello World and the link but no background color.
Searching reveals suggestions for CSS. Anything solutions for html?
Comments
http://www.w3schools.com/tags/att_body_bgcolor.asp