spencermjax Posted February 9, 2005 Share Posted February 9, 2005 I am using an image as a background in the header part of the boxes. I added it in the stylesheet. this is what the header bar of advanced_search_results looks like this: Any ideas as to how I can fix this? It looks like the image is being placed in more than one <td> tag..?..? Link to comment Share on other sites More sharing options...
Nacer Posted February 9, 2005 Share Posted February 9, 2005 Are you talking about productListing-heading class? or i am missing something, can you show an example of the problem you are having? Link to comment Share on other sites More sharing options...
♥Vger Posted February 9, 2005 Share Posted February 9, 2005 It's difficult to tell what you mean when you say the image is being placed in more than one <td> When you go to the advanced_searc_results page the header you get there includes the various options included in the search. For all info boxes just add the image to the heading for the box in includes/languages/english.php - as in: define('BOX_HEADING_SEARCH', '<img src="images/quickfind.gif" width=whatever height=whatever alt="whatever">'); Vger Link to comment Share on other sites More sharing options...
spencermjax Posted February 9, 2005 Author Share Posted February 9, 2005 When I do a search, the results displayed in the center of the page (advanced_search_results.php) shows the title bar with "product Name", "Price", & "Buy Now". If you look closely at the bg image below you can see that the shading is different behing the links "Product Name" & "Price". I can't figure out how to fix that. All of the other boxes are fine. Link to comment Share on other sites More sharing options...
spencermjax Posted February 9, 2005 Author Share Posted February 9, 2005 Never mind...I found the class that was being used in the /functions/general.php file (around line 285) and fixed the problem. Thanks for the help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.