TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 10:10:14 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 116
  • Total: 116

HTML-Block.... supported qualifiers -> Color

Started by Wichtlmex, May 25, 2019, 05:54:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Wichtlmex

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?





SMF 2.1 RC1, TP 1.6.3

@rjen

There are no TP specific on color codes. You may want to try google
Running Latest TP on SMF2.1 at: www.fjr-club.nl

lurkalot

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/