ewholesalesunglassesdotcom Posted December 11, 2004 Posted December 11, 2004 Well... I tried to make the little graphic dissapear (the one under the banner and above the item's or info and to the right of the middle section). I did this by creating a blank white image (to blend in with the background). This worked great for the first page... but the problem is now on every other page. For some reason all the other pages now display a red x box where that graphic was. I'm not sure now what I did wrong or where/how to correct it. Can anyone offer some information? My website is at: www.eWholesaleSunglasses.com and please.. go easy.. I'm a total newbie and have been fighting my way for weeks trying to learn php and how to do even the most basics of everything. I appreciate anyone's help in this matter! :)
♥yesudo Posted December 11, 2004 Posted December 11, 2004 Did you add a graphic for the cat/s when you set it up ? Your online success is Paramount.
Jack_mcs Posted December 11, 2004 Posted December 11, 2004 You would be better off removing the images instead of trying to cover them up. To remove them, you need to edit each page that has an image you do not want. For example on the Shipping page, find this code <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> and change it to <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
ewholesalesunglassesdotcom Posted December 11, 2004 Author Posted December 11, 2004 Yesudo... you lost me on that one.. haha.. I'm sorry! I dont know what the cat/s is.... do you mean when the site was set up? if so, my hosting company did that. Sorry I just dont understand what you meant. Can you explain further? :) thanks ! Did you add a graphic for the cat/s when you set it up ? <{POST_SNAPBACK}>
ewholesalesunglassesdotcom Posted December 11, 2004 Author Posted December 11, 2004 Thank you Jack... I appreciate your help! I was originally trying to avoid doing that because well... shhh... I kill my website alot when i try editing php.. haha! But since you gave me such a great example, I guess I'll give it a try. Wish me luck! You would be better off removing the images instead of trying to cover them up. To remove them, you need to edit each page that has an image you do not want. For example on the Shipping page, find this code <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> ? ? ? ? ? ?<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> ? ? ? and change it to <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> Jack <{POST_SNAPBACK}>
♥yesudo Posted December 12, 2004 Posted December 12, 2004 http://www.oscommerce.com/community/contributions,2717 Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.