[1798] | 1 | <!DOCTYPE HTML>
|
---|
| 2 | <html>
|
---|
| 3 | <Head><title>Home page</title>
|
---|
| 4 | <style type="text/css">
|
---|
| 5 | body {
|
---|
| 6 | background: #d85570, no-repeat;
|
---|
| 7 | background: -webkit-linear-gradient(left,#106CAC,black);
|
---|
| 8 | background: -moz-linear-gradient(left,#106CAC,black);
|
---|
| 9 | /* background: -moz-linear-gradient(left, #106CAC,black);*/ /* For Firefox 3.6 to 15 */
|
---|
| 10 | background: -o-linear-gradient(left,#106CAC,black); /* For Opera 11.1 to 12.0 */
|
---|
| 11 | background: linear-gradient(left,#106CAC,black); /*Standard syntax */
|
---|
| 12 | background: linear-gradient(left, #106CAC,black); /* IE ? */
|
---|
| 13 | background: -ms-linear-gradient(left, #106CAC, black); /* IE 11 */
|
---|
| 14 | /*background-repeat: repeat;*/
|
---|
| 15 | /*background-position: center;*/
|
---|
| 16 | font-family: Verdana;
|
---|
| 17 | font-size: .95em;
|
---|
| 18 | color:White;
|
---|
| 19 | margin-left: 200px;
|
---|
| 20 | margin-right: 300px;
|
---|
| 21 | }
|
---|
| 22 | a:link {color: White;}
|
---|
| 23 | a:active {color: White;}
|
---|
| 24 | a:Visited {color: White;}
|
---|
| 25 |
|
---|
| 26 | </style>
|
---|
| 27 |
|
---|
| 28 | </head>
|
---|
| 29 |
|
---|
| 30 | <body>
|
---|
| 31 | <div align="center" style="font-family: Verdana; font-size: 2em;">Template Utility Help</div>
|
---|
| 32 | <div align="center" style="font-family: Verdana; font-Size: .8em;"> brought to you by </div>
|
---|
| 33 | <table align="center">
|
---|
| 34 | <tr>
|
---|
| 35 | <td> </td>
|
---|
| 36 | <td><a href="http://www.worldvista.org"><img src="file:///C:/VWREG/WVLogo11172013_50perc.gif" alt="WorldVistA.org" /></a></td>
|
---|
| 37 | <td> </td>
|
---|
| 38 | <td><a href="http://www.hardhats.org/fileman/pm/"><img src="file:///C:/VWREG/Filemanager Logo_scaled down.png" height=60 width=60 alt="By George Timson" /></a></td>
|
---|
| 39 | <td> </td>
|
---|
| 40 | <td><a href="http://www.d00a.com/"><img src="file:///C:/VWREG/BFproductions012511_125perc.gif" height=55 width=60 alt="BellFelder Prod. LLC"></a></td>
|
---|
| 41 | <td> </td>
|
---|
| 42 | </tr>
|
---|
| 43 | </table>
|
---|
| 44 |
|
---|
| 45 | </body>
|
---|
| 46 | </html>
|
---|