I'm trying to add some fairly simple HTML code to my "Top Content" widget on my Main page. When I paste in the HTML below and apply it, the widget displays "no content" and when I reopen the text/HTML field again, it's blank.
Any suggestions on how to add HTML code to any "Custom text/HTML" field in Oxwall?
<html>
<head>
<title>HTML Online Editor Sample</title>
</head>
<body>
<p align="center">
<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size: 48px;"><span style="color: rgb(255, 0, 0);"><strong>Welcome to My Site!</strong></span></span></span></p>
<p align="center">
</p>
<p align="center">
<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size: 24px;"><strong>FIND A FRIEND - JOIN A LOCAL GROUP – </strong></span></span></p>
<p align="center">
<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size: 24px;"><strong>CHAT ON FORUMS - CREATE AN EVENT - BE AWESOME!</strong></span></span></p>
<p>
</p>
<p>
<span style="font-family:tahoma,geneva,sans-serif;">It’s the best way to find other cool people in your city or while you’re traveling.</span></p>
<p>
<span style="font-family:tahoma,geneva,sans-serif;">Press the JOIN button above to get instant access!</span></p>
</body>
</html>