Inline Style Sheets
Previous  Top  Next


Each page of HTML contains Inline Style definitions.

<style>h5 {margin:0; color: "#008000"; font-family: Arial; font-size: 10pt}
.h5rev {margin:0; color: "#FFFF00"; background-color: "#000000"; font-family: Arial; font-size: 12pt }
h6 {margin:0; color: "#008000"; font-family: Arial; font-size: 8pt }
h3 {margin:0; color: "#008000"; font-family: Arial; font-size: 14pt }
.h6rev {margin:0; color: "#FFFF00"; background-color: "#000000"; font-family: Arial; font-size: 8pt }
h2 {margin:0; color: "#008000"; font-family: Arial; font-size: 16pt }</style>

h5 and .h5rev (Reverse) are used for formal text and the size is the size specified in the Web Publish HTML Options.

h6 and .h6rev (Reverse) are used for small text in Race Records.

h2 and h3 are used for Headings.

If you wish to override these styles, other than within the limitations of Web Publish Options, you can create an external style sheet bbkrc.css
and generate the HTML with a link to this file,

<style>h5 {margin:0; color: "#008000"; font-family: Arial; font-size: 10pt}
.h5rev {margin:0; color: "#FFFF00"; background-color: "#000000"; font-family: Arial; font-size: 12pt }
h6 {margin:0; color: "#008000"; font-family: Arial; font-size: 8pt }
h3 {margin:0; color: "#008000"; font-family: Arial; font-size: 14pt }
.h6rev {margin:0; color: "#FFFF00"; background-color: "#000000"; font-family: Arial; font-size: 8pt }
h2 {margin:0; color: "#008000"; font-family: Arial; font-size: 16pt }</style>
<meta name="GENERATOR" content="bbk bbkRC V1">
<link href="bbkrc.css" type=text/css rel=stylesheet>


If the file bbkrc.css is in the directory that the HTML file is in, it will be used, otherwise the default styles will be used. This allows you to use different styles for different meetings.

More compact HTML appearance
clip0069