Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv26484/templates
Modified Files:
framework.html
Log Message:
updated framework to make link's always same color. made it an off blue
which looks good on the multiple different bg colors.
Index: framework.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- framework.html 2001/10/20 04:52:54 1.6
+++ framework.html 2001/10/21 08:43:30 1.7
@@ -7,5 +7,5 @@
<title><TMPL_VAR NAME=TITLE></title>
</head>
- <body bgcolor="#EEEEEE">
+ <body bgcolor="#EEEEEE" link="#5566CC" vlink="#5566CC">
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
<tr>
@@ -19,10 +19,10 @@
</tr>
<tr>
- <td width="15%" valign="top" align="center" bgcolor="#bbbbbb">
+ <td width="12%" valign="top" align="center" bgcolor="#AAAAAA">
<table width="100%" align="center" cellspacing="4">
<TMPL_VAR NAME=MENU_BAR><br />
</table>
</td>
- <td width="85%" align="left" valign="top">
+ <td width="88%" align="left" valign="top">
<table width="100%" border="0" align="center">
<tr>
|