SonicAndy Posted June 1, 2005 Share Posted June 1, 2005 Can any one help me to remove the -> from that catagories/Sub Catagories? Thanks in advance Andy Link to comment Share on other sites More sharing options...
♥Vger Posted June 1, 2005 Share Posted June 1, 2005 includes/boxes/categories.php if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } remove the -> Vger Link to comment Share on other sites More sharing options...
SonicAndy Posted June 2, 2005 Author Share Posted June 2, 2005 Thanks for that. Do you know how to add a background picture? One that stays centre like this site: http://www.inflammablematerial.co.uk/ Link to comment Share on other sites More sharing options...
♥Vger Posted June 2, 2005 Share Posted June 2, 2005 If you mean th elogo in the header then the code is in includes/header.php. Where you see the current code, strip it out between the opening <td> and closing </td> command and insert <center><a href="index.php"><img src="images/yourlogo.gif" width= *** height=*** alt="whatever" border=0></a></center> Vger Link to comment Share on other sites More sharing options...
SonicAndy Posted June 3, 2005 Author Share Posted June 3, 2005 I mean the large one in the centre of the page. Large face on this website. I want to have a logo in the centre that is on each page like this site. I have done a banner for the top section but liked the large logo in the main page idea. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.