1) Looking to change my Black background (on the left/right side of page) to an image.
Add image in stylesheet to these tags navColumnOne & navColumnTwo.
2) Cant seem to change my Sidebar header color. I uploaded a new title_back.gif to my DIR and it was supposed to be a gradient red flowing downward to white. Well, it's now a baby blue...? If i rename that to title_back1.gif and rename the default file back to title_back.gif, it's green...so I know im in the right DIR.
You are trying to use title_back.gif BUT in your css it is tile_back1.gif - - tile and not title
Correct this and you will most likely be pleased
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #000000;
background-image: url(../images/tile_back1.gif);
padding: 0.5em 0.2em;
font-weight: bold;
color: #000000;
height: 1%;
}
3) Would love to swap out my static header banner for a Flash file I made. In the past on a phpBB I had, I just needed to update the header file with the new name.
Search this forum for flash as this has been covered many times