|
|
|
Styles
Copy and paste the lines between the <head> and </head> mark-ups of the index page, then change the the text in red to meet your needs.
The sample code below sets up the default font colours for the most commonly used mark-ups to Dark Blue. The fonts are set to a custom font type (Arial) and the default sizes on points.
<STYLE> <!-- BODY {font: 12pt "Arial"; color: blue} H1 {font: 18pt "Arial"; color: blue} H2 {font: 16pt "Arial"; color: blue} H3 {font: 12pt "Arial"; color: blue} H4 {font: 10pt "Arial"; color: blue} P {font: 12pt "Arial"; color: blue} B {color: blue} A {font: 12pt/14pt "Arial"} INPUT {font: 12pt "Arial"} TEXTAREA {font: 12pt "Arial"} TH {font: 14pt "Arial"; color: blue} TD {font: 12pt "Arial"; color: blue} TH {WIDTH="50%" VALIGN="MIDDLE" BGCOLOR="#000000"} TD
{WIDTH="50%"
VALIGN="TOP"
BGCOLOR="#000000"} </STYLE>
A Sample page can be viewed from this link.
|
|
You can submit your code fragments to us for publication here, by emailing to site at byscript.com.
|