TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,993
  • Total Topics: 21,324
  • Online today: 247
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 180
  • Total: 180

TP Table title background

Started by Spasm, September 01, 2006, 12:45:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Spasm

I'm using Cerberus as my Theme, but I just wanted to change the background of the title boxes on the left and right "blocks" to a custom image I've made.  (so it'll match some of my others)  I'm pretty sure I have the right code...

background-image: url(images/smalltitlebar.png);
background-repeat: repeat-x;

I believe by default the background color is #303030.  I've changed each one just for a test area, but none are standing out.  Any ideas where I should be looking?


--------------------------
Edit:  Nevermind, I found it.  Just in case anyone was wondering, it would go in this section..


/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td,.titlebg2, tr.titlebg2 td
{
        background-color: #303030;
        font-weight: bold;
        color: #e0e0e0;
        font-style: normal;
        background-image: url(../image.png);
        background-repeat: repeat-x;
(Adding this code into.)

This website is proudly hosted on Crocweb Cloud Website Hosting.