xtinexoop Posted March 5, 2004 Share Posted March 5, 2004 Hi I have installed the define mainpage contribution and changed the logo in header.php My logo gif file now shows, but there are two rows of //'s above the logo... not sure where they are coming from - I'm guessing a syntax error somewhere - but where to look? Take a look at my 'work in progress' site to see what I mean - www.cumfybumfy.co.uk/cumfyshop Also, while I am here, how do I get rid of the little icons above the Account, Cart Contents. Checkout and the one underneath these...? Thanks Christine Link to comment Share on other sites More sharing options...
Guest Posted March 5, 2004 Share Posted March 5, 2004 //<table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><a href="http://cumfybumfy.co.uk/cumfyshop/index.php?osCsid=9180c52cc7b84126f621a51e3849b1b4"><img src="/cumfyshop/images/cb_banner.gif" border="0" alt="CumfyBumfy" title=" CumfyBumfy "></a></td> // <td align="right" valign="bottom"> Looks like you tried to comment some things out in header.php Link to comment Share on other sites More sharing options...
241 Posted March 5, 2004 Share Posted March 5, 2004 to comment out php use // or /* at the beginning line and */ at the end line to comment out html try <!-- at the beginning and --> at the end so for the above code <!-- <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><a href="http://cumfybumfy.co.uk/cumfyshop/index.php?osCsid=9180c52cc7b84126f621a51e3849b1b4"><img src="/cumfyshop/images/cb_banner.gif" border="0" alt="CumfyBumfy" title=" CumfyBumfy "></a></td> --> should work No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
xtinexoop Posted March 6, 2004 Author Share Posted March 6, 2004 Thanks! :) I'm new to all this (can you tell LOL?) haven't quite worked out the different syntax when I am using HTML and when its PHP... that really helps Now.... how to get rid of those little icons? :unsure: Christine Link to comment Share on other sites More sharing options...
xtinexoop Posted March 6, 2004 Author Share Posted March 6, 2004 Yeeha!!! That didn't take long once I had another look at the code... and knoew about the commenting out syntax. Thanks guys!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.