Changes

Jump to: navigation, search

Adding Styles to XML Worksheets

721 bytes added, 17:25, 2 December 2013
Right-Aligned Heading
:[[Image:XMLStyleExample-RightAlignedHeading.png|link=|450px]]
 
===Bolded Total Row===
 
The following set of styles:
<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;">.bcol {
width: 150px;
padding-top: 4px;
padding-right: 6px;
padding-bottom: 4px;
padding-left: 6px;
}
.InputReadOnly {
background-color: #EEEEEE;
color: #666;
border: 0px none #eeeeee;
}
.tar {
text-align: right
}
.bold {
font-weight: bold;
}
.bb {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #306aa1;
}
.bt {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #306aa1;
}</pre>
 
...will be presented as:
 
:[[Image:XMLStyleExample-BoldedTotal.png|link=|450px]]
==See Also==
[[Category:XML]]
8,849
edits

Navigation menu