ian 666 Posted November 3, 2005 Posted November 3, 2005 hi, this might sound like a stupid question but i need to find out where the product listing header code is. the problem ive got is, ive changed the background pic on the header but were it says 'product name' & 'price' , it knocks the background pic out of alignment, but only were the writing/links are. i was hoping to take out the links and leave it just as a header title (hopefully solving the prob) so any help would be great as ive looked through loads of pages (including index.php)and found nothing that i can easily change yet. (if u want to see for yourself go to: http://www.youwant-wegot.com/catalog/index.php?cPath=48 ) it looks worse in internet explorer, mozilla isnt that bad. thanks
dave111 Posted November 3, 2005 Posted November 3, 2005 Try sticking some padding into the CSS for the productlistheading and make the text no wrap. Something like this: .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; padding: 5px 2px 5px 2px; background-image:url(images/productlisting.jpg); color: #ffffff; font-weight: bold; white-space: nowrap; }
ian 666 Posted November 4, 2005 Author Posted November 4, 2005 thanks dave , it made it look a bit better but not perfect, and the writing still wont line up no matter what i do. so has anyone got any ideas how to get rid of the assending/desending links so it just acts like a normal heading, ( everything ive tried so far just comes up as parse error)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.