[ic] Where do we change colors?

Oleh Ladan interchange-users@interchange.redhat.com
Sun May 19 16:11:01 2002


I’m sure you guys heard this one before, but where do I change colors on a template? I can’t stand that color in the demo☺ 
For example:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Template file: templates/leftright
Top of template
<!-- BEGIN LEFTRIGHT_TOP -->
[if scratch members_only]
    [set members_only][/set]
    [if !session logged_in]
    [set mv_successpage]@@MV_PAGE@@[/set]
    [bounce page=login]
    [/if]
[/if]

<html>
<head>
  [scratchd meta_header]
  <title>[scratch page_title]</title>
  __THEME_CSS__
</head>

<body marginheight="0" marginwidth="0" bgcolor="__BACKGROUND__">

<!--- top left and right logo --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td align="left" valign="middle" class="maincontent">
    &nbsp;<img src="__THEME_LOGO__">
  </td>        	
  [if variable NO_REDHAT_LOGO ne "1"]
  <td align="right" valign="middle" class="maincontent">
    <img width="174" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
  </td>
  [/if]
</tr>
</table>

<!--- menu bar along the top --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class="categorybar">
  <td class="categorybar" height="1" width="100%"><img src="__THEME_IMG_DIR__clear.gif" height="1"></td>
</tr>
<tr>
  <td width="100%" class="menubar">
    <a href="[area index]"><img name="Home" border="0" src="__THEME_IMG_DIR__home.gif"></a>
      <img src="__THEME_IMG_DIR__sep.gif">
    [if session logged_in]
      <a href="[area logout]">
      <img alt="Log Out" border="0" src="__THEME_IMG_DIR__logout.gif"></a>
    [else]
      <a href="[area login]">
      <img alt="Log In" border="0" src="__THEME_IMG_DIR__login.gif"></a>
    [/else]
    [/if] 
      <img src="__THEME_IMG_DIR__sep.gif">
    <a href="[area ord/basket]"><img alt="Your Cart" border="0" src="__THEME_IMG_DIR__cart.gif"></a>
      <img src="__THEME_IMG_DIR__sep.gif">
    <a href="[area ord/checkout]"><img alt="Check Out" border="0" src="__THEME_IMG_DIR__checkout.gif"></a>
      <img src="__THEME_IMG_DIR__sep.gif">
    <a href="[area customerservice]"><img alt="Customer Service" border="0" src="__THEME_IMG_DIR__service.gif"></a>
      <img src="__THEME_IMG_DIR__sep.gif">
    <a href="[area aboutus]"><img alt="About Us" border="0" src="__THEME_IMG_DIR__about.gif"></a>
  </td>
</tr>
<tr class="categorybar">
  <td class="categorybar" height="1" width="100%"><img src="__THEME_IMG_DIR__clear.gif" height="1"></td>
</tr>
</table>

<!--- left category column, main content column, and right special column --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> 
  <td width="20%" valign="top" align="left" class="categorybar"> 
    <!--Left Sidebar-->
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <!-- COMPONENT #1 -->
      <!-- COMPONENT #2 -->
      <!-- COMPONENT #3 -->
    </table>				  
  </td>
  <td width="65%" valign="top" align="center" class="maincontent"> 
    <!-- COMPONENT #4 -->
++++++++++++++++++++++++++++++++++++++++++++++++++

Thank you
Oleh