Announcement

Collapse
No announcement yet.

Changing middle background colour on index page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing middle background colour on index page

    Is there anyway I change the middle part of the page to the same colour background as the left and right columns, ie orange?

    I can't see anything in Act_Primary to change this and don't know which other templates to look at. It is only this page I want to change.

    Site is http://www.jobman.co.uk

    Many thanks

    Mel

    #2
    Mel,

    Open Act_Primary.html

    Find:

    Code:
    <td valign="top">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="100%" bgcolor="NETQUOTEVAR:PALCOLOR1CSS" height="22" class="actsmallheading"><b>&nbsp;&nbsp;NETQUOTEVAR:PAGEHEADER</b></td>
              </tr>
    Note: you're page may not be exactly as above but look for the NETQUOTEVAR:PAGEHEADER

    Add your bgcolor="#fc691c" to

    Code:
    <td valign="top">
    The template you're using does have a central column - this is it. Note any nested tables will need the orange colour applying if you want a complete orange look!
    Chris
    -----
    http://www.livingaidsonline.co.uk

    Comment


      #3
      To have the index page only change, you need to save the original to another name before you make that change, and after making the change, use the new filename as the overall layout template for all the other pages.
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment


        #4
        Changing background colour

        Many thanks - this is now sorted

        Comment

        Working...
        X