table bg image not showing
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19325
Printed Date: 12 April 2026 at 9:42am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: table bg image not showing
Posted By: ppkppk
Subject: table bg image not showing
Date Posted: 15 April 2006 at 7:43pm
|
table_bg_image does not appear to be loading / showing in your forum nor the final version I downloaded earlier.
Any reason why?
|
Replies:
Posted By: Mikey
Date Posted: 16 April 2006 at 12:06am
Going through the default_style.css file it looks to me like it's turned off by default (i.e. there is no entry for it in the file) the css file looks like this...
}
/* Table Ledger */ .tableLedger{ font-weight: bold; color: #FFFFFF; background-color: #7F7F99; height: 26px; }
|
Change it to this to add the image...
/* Table Ledger */
.tableLedger{ font-weight: bold; color: #FFFFFF; background-color: #7F7F99; background-image: url(../forum_images/table_bg_image.gif); height: 26px;
}
|
I'm not sure if the images dimension are still right to fit with the new sized table if not just resize the image in an image editor.
I can only guess that -boRg- done this to improve performance and bandwidth issues as using all CSS would save time and bandwidth over using an image.
------------- Handyman man?
|
Posted By: WebWiz-Bruce
Date Posted: 16 April 2006 at 12:54pm
Your right Mikey, the backgorund image has been removed as it didn't look very good.
You can edit the skin CSS files if you wish to change the look of your forum.
|
Posted By: ppkppk
Date Posted: 16 April 2006 at 7:19pm
|
Thanks guys, I have edited the CSS file and got the background back as you suggested.
|
Posted By: Mikey
Date Posted: 16 April 2006 at 8:31pm
*faints in shock at saying something right*
------------- Handyman man?
|
|