View Single Post
  #2 (permalink)  
Old 06-22-2007, 10:51 AM
jpratt jpratt is offline
Junior Member
 
Join Date: May 2007
Posts: 5
Default

Dear John,
I really liked your template but I couldn't find anywhere in your template how to change the color from Blue to Red for the border. I searched for blue and nothing came up!

After looking around I realized you were using Hex colors and text colors.
In Header:

<div align="center">
<table width="800" bgcolor="#1b006a">
<tr><td>

<table width="711" bgcolor="white" height="600" align="left">

<tr><td valign="top"

The bgcolor=#1b006a" sets the table background frame to blue, and bg=white sets the table background to white

I found the following chart helpful very helpful

So You Want A Basic Color Code, Huh?
Reply With Quote