Viewing sold on html5 but need help

sold on html5 but need help



User: spyboynola 8 years ago
using hlml5 container widget and love how easy it will be on my site but have run up against a problem with text formatting that I can not find anywhere. I have attached two screen shots of what was what is and what i would love to figure out

2015-06-19 20:04:17 +00001.png
screen shot
2015-06-19 19:50:40 +00001.png
User: Roddy 8 years ago
The content text is an HTML paragraph <p>Text goes here.</p>
You cannot insert a heading inside a paragraph so remove the h2.
Removing the h2 will also remove the space that you don't want.

Use <span></span> tags when you want to change styles such as font family, color, weight and so on.

Try this in the widget content box.

<span style="color:#FF0000">Mondays in July</span><br><span style="color:#FFFF00">8pm</span><span style="color:#FFFFFF;margin-left:20px">Antoine Diel</span>

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.