FONT EFFECTS
CCP codes for fonts. You can change the color and the size. They do not appear the same on different color backgrounds,,FYI...Also the CDATA codes before and after the font codes in the text boxes are only for validation purposes. Copy from span to span. The CDATA tells the parser to ignore everything there and validate this page. It doesn't validate inside text areas otherwise. See how to se the
Span Tag for positioning
as well.
xx-small
x-small
medium
large
x-large
Text Effect=Emboss
<![CDATA["<span style="font: bold large; color: #000010; text-decoration: emboss">Text Effect=Emboss</span>"]]>
Text Effect=Relief
<![CDATA[" <span style="font: bold large; color: #000010; text-decoration: relief">Text Effect=Relief</span>"]]>
Text Effect=Shadow
<![CDATA[" <span style="font: bold large; color: #000010; text-decoration: shadow">Text Effect=Shadow</span>"]]>
Text Effect=background
<![CDATA[" <span style="font: large bold"><em style="background: #ffff00">Text Effect=background</em></span>"]]>
Text Effect=em color #1
<![CDATA["<span style="font: bold large; color: #191970; text-decoration: relief"><em style="background color: #057f8d">Text Effect=em color</em></span> "]]
Text Effect=Glow
<![CDATA[" <style>.glow{font:bold;color:maroon;text-shadow:white 3px 2px 1px}</style><font size=6 effect=shadow class=glow><tt><i>Text Effect=Glow</i></tt></font></style>"]]>
Text Effect=em color #2
<![CDATA["<span style="font: bold large; color: #ccccff; text-decoration: relief"><em style="background color: #191970">Text Effect=em color</em></span>"]]>
WEB TV ONLY TAGS
CDATA in XHTML
CDATA in JavaScript