TinyPortal

Development => Support => Topic started by: Wichtlmex on May 25, 2019, 05:54:53 PM

Title: HTML-Block.... supported qualifiers -> Color
Post by: Wichtlmex on May 25, 2019, 05:54:53 PM
Hi,
I build an HTML block with the following code:
<div id="wb_Text1" style="position:relative;left:10%;width:90%;z-index:1;">
<div style="font-family:Arial;font-size:18px;color:#2200FF;">
<div><span style="color:#FF0000;"><strong>Double click to edit</strong></span></div>
<div><span style="color:#002200;"><strong>zdfg</strong></span></div>
<div><span style="color:#F5FFFA;"><strong>sdfgsdf</strong></span></div>
<div><span style="color:#F5FFFA;"><strong>gsdg</strong></span></div>
</div>
</div>

The text shows up, font size is okay, font style also, but not the colors.
Is there a list of available/not available HTML codes?





Title: Re: HTML-Block.... supported qualifiers -> Color
Post by: @rjen on May 26, 2019, 09:32:27 AM
There are no TP specific on color codes. You may want to try google
Title: Re: HTML-Block.... supported qualifiers -> Color
Post by: lurkalot on May 26, 2019, 10:20:22 AM
Wichtlmex a link to the site you're working on would be handy, at least we'd get a better idea of what you're trying to do.

As @rjen pointed out, there's some great resources out there if you search. This one is especially handy, https://www.w3schools.com/