Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
Lord KaraduraSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Tbl_h_c.gif Image. Where Is Defined? 
 
on css? because of roundedhc i think
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Tbl_h_c.gif Image. Where Is Defined? 
 
Lmao, it seems to work 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!!
 



 
Lord KaraduraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Tbl_h_c.gif Image. Where Is Defined? 
 
Lord Karadura wrote: [View Post]
Lmao, it seems to work 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...

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...

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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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