Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Extra slashes on main page


xtinexoop

Recommended Posts

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

//<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

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...