Esquire Posted May 9, 2008 Posted May 9, 2008 I replaced STORE_LOGO.png with my_logo.png and guess what, it does not show. What I can see is broken link. I tried different combinations with only replacing image oscommerce with my image (same name though) and nothing works. How do I fix this and how do I change parameters of the header (its' width and lenght). So far I figured that every single object is defined within PHP (which is powerfull feature) but confusing part is that there are no comments in PHPs as what deffinition is for what and same object apears to have its deffinitions in different places (for instance the New Products for May has table defines in one place and the heading name in other and it looks like that even these two do not indicate that it is the same table). How can I figure what element is defined where? If I want to change the look of the box CATEGORIES (complete apearance) where do I do that? I understand the column_left.php and column_right.php but how about center of the application? How do I change the apearence of the elements that do not belong to the left and right? Too many questions I guess? I am new to PHP programmed web and although I understand concept it is difficult for me to understand what the programmers were thinking. Thank you
ozEworks Posted May 10, 2008 Posted May 10, 2008 YEs too many questions. try reading the documentation. If the image does not display then it probably did not load properly. You change the width and height in includes/header.php/
norwegianrobot Posted May 11, 2008 Posted May 11, 2008 try typing the new filename in capital letters, by the looks of it you replaced the original file written in capital letters with your own file in small letters. I guess that is why you get the broken link because it can´t find the file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.