 |
|
Oracle Tips by Burleson |
Column
Formatting
Number / Date Format
When selecting data from a table, HTML DB can
convert it to the format of the developer’s choice by entering the
format here. Since text on web pages is displayed in alphanumeric
format, this attribute will most often be used for numeric and date
type data columns.
Cascading Style Sheets (CSS) Class
If the developer has created custom cascading
style sheets or would like to use one provided by HTLM DB, it can be
entered here. The text entered here is simply the name of the class,
such as navybold. It will be expanded and rendered by HTML DB as:
<span class="navybold">Last
Name</span>
CSS Style
This attribute
is provided to permit the developer to provide their own inline
cascading style sheet code. Only the style element, such as
color:blue;, is entered by the developer. It will be expanded and
rendered by HTML DB as:
<span style="color:blue;">Email</span>
Highlighting Words and HTML Expression were both
covered in detail earlier in the chapter.
 |
For more details and scripts, see my new book "
Oracle
Tuning: The Definitive Reference", over 900 pages
of BC's favorite tuning tips & scripts.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot. |
|