dath Posted December 30, 2004 Posted December 30, 2004 how do i do that? i've checked the index.php and the <i>mylanguage</i>.php but there i couldn't find any reference to the table_background_default.gif pic ofcourse, there are other pages where i want these images removed...
Guest Posted December 30, 2004 Posted December 30, 2004 you can search your whole code for table_background and you will find many calls to different gif files, then all you have to do is after the <?php and before the echo comment them out // echo in each of the applications, then all those images go away.
Guest Posted December 31, 2004 Posted December 31, 2004 You can also try loading new images with something you'd like better in place. Just replace the image file with something else but give it the exact same file name. The image can be a logo or one of your products or even a single pixel transparent square.
knifeman Posted March 12, 2005 Posted March 12, 2005 how do i do that?i've checked the index.php and the <i>mylanguage</i>.php but there i couldn't find any reference to the table_background_default.gif pic ofcourse, there are other pages where i want these images removed... <{POST_SNAPBACK}> Did you ever find the file that needs to be changed? I know how to comment out the picture, but I too am not able to find the correct file. Tim
giftmaster Posted March 12, 2005 Posted March 12, 2005 Did you ever find the file that needs to be changed? I know how to comment out the picture, but I too am not able to find the correct file. Tim <{POST_SNAPBACK}> Try this contrubution Remove Default Images
Recommended Posts
Archived
This topic is now archived and is closed to further replies.