Underline

From Frontal Wiki

Jump to: navigation, search

Contents

Purpose

This style determines whether or not text will be underlined.


Value

The text style accepts boolean values "true" or "false". The default value is "false".

underline: false;


This style is cascading.


Remarks

Underline is a Flash feature. For more information, see the Flash reference for TextFormat.underline.


Example

Here is a text element with underline set to true:

<style><![CDATA[
	text
	{
                font-family: Swift LT Std;
	        font-size: 60px;
		underline: true;
	}
]]></style> 
<include rel="assets" blocking="true" src="assets.swf" fontClasses="SwiftLTStd, SwiftLTStdBold, SwiftLTStdItalic" />
<text><![CDATA[this is some text that is underlined in a text element.]]></text>

Can Be Applied To

This style can be applied to:


This page is PENDING
Personal tools
Get Adobe Flash player