Tbl_h_c.gif Image. Where Is Defined?


Subject: Tbl_h_c.gif Image. Where Is Defined?
Hi ya.

I'd want to know how I change tbl_h_c.gif images into tbl_h_c.png , cause Old Icyphoenix defined it in mg_themes.cfg, as well as tbl_h_r and tbl_h_l. But now, mg_themes.cfg just define tbl_h_r and tbl_h_l images, but not tbl_h_c.

Example:

Old Icy:

Code: [Download] [Hide] [Select]
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="24" align="right" valign="bottom"><img src="' . $current_template_images . 'tbl_h_l.gif" border="0" alt="" /></td>';
$images['tbl_h_c'] = '<td width="100%" align="center" valign="bottom" background="' . $current_template_images . 'tbl_h_c.gif" nowrap="nowrap">';
$images['tbl_h_r'] = '</td><td width="24" align="left" valign="bottom"><img src="' . $current_template_images . 'tbl_h_r.gif" border="0" alt="" /></td></tr></table>';


New Icy:

Code: [Download] [Hide] [Select]
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="24" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images . 'tbl_h_l.gif" alt="" /></td>';
$images['tbl_h_c'] = '<td class="roundedhc" width="100%" align="center">';
$images['tbl_h_r'] = '</td><td width="24" align="left" valign="bottom"><img class="topcorners" src="' . $current_template_images . 'tbl_h_r.gif" alt="" /></td></tr></table>';


Can u see how Old Icy shows tbl_h_c.gif image, but new one doesn't?

THX

Profile PM  
Subject: Re: Tbl_h_c.gif Image. Where Is Defined?
on css? because of roundedhc i think

Subject: Re: Tbl_h_c.gif Image. Where Is Defined?
Lmao, it seems to work :P Thanks.

However, I have a doubt: what file rules over the other one: mg_themes.cfg or style.css ?? Because tbl_h_r and tbl_h_l are defined in both them, although it seems to obey mg_themes.cfg, i mean, if i change CSS nothing hapens, it still obeys mg_themes.cfg. But as tbl_h_c isn't defined at mg_themes.cfg, then it obeys the CSS.

LOL my head spin in!!

Thanks!!

Profile PM  
Subject: Re: Tbl_h_c.gif Image. Where Is Defined?
Lord Karadura wrote: [View Post]
Lmao, it seems to work :P Thanks.

However, I have a doubt: what file rules over the other one: mg_themes.cfg or style.css ?? Because tbl_h_r and tbl_h_l are defined in both them, although it seems to obey mg_themes.cfg, i mean, if i change CSS nothing hapens, it still obeys mg_themes.cfg. But as tbl_h_c isn't defined at mg_themes.cfg, then it obeys the CSS.

LOL my head spin in!!

Thanks!!

He he he... you are right... :wink:

I did implement all tables graphic in CSS in a first step, but since I wasn't able to obtain good results with all browsers, I had to revert back to the old and good and neverbetraying HTML... :LOL:

So, currently you have corners specified in CFG (in CSS as well, but those classes are not used for now), while central headers in CSS.

You guessed on your own... this is just a confirmation receipt. :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 5.8461s (PHP: 1% SQL: 99%)
SQL queries: 13 - Debug Off - GZIP Enabled