| Author |
Message |
thesportsvoice Client

Joined: Feb 26, 2004 Posts: 115
|
Posted:
Sat May 01, 2004 11:05 am |
|
How do I change the color for the middle block on the page? Like the news section and the headlines? I found where I can add color to the block on the outside but not the block that are in the middle of the page. |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sat May 01, 2004 11:08 am |
|
Look for the OpenTable and CloseTable sections in theme.php |
|
|
|
 |
thesportsvoice Client

Joined: Feb 26, 2004 Posts: 115
|
Posted:
Sat May 01, 2004 11:22 am |
|
Thanks, I will try a few difffernt colors to see what works, how do I change the background behind the blocks? |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sat May 01, 2004 11:30 am |
|
| Code: |
."<td width=\"138\" bgcolor=\"d3e2ea\" valign=\"top\">\n";
blocks(left);
|
Thats just for left block background, it would probably be a lot easier to search and replace all d3e2ea in theme.php |
|
|
|
 |
thesportsvoice Client

Joined: Feb 26, 2004 Posts: 115
|
Posted:
Sat May 01, 2004 11:37 am |
|
Thanks this is helping alot.
What about changing just the block for the news section, I cant seem to located that. |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sat May 01, 2004 12:00 pm |
|
You mean news articles on the main page?
function themeindex, function themearticle, function themesidebox sections. |
|
|
|
 |
|
|
|
|