Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How does my website look in your browser?


Guest

Recommended Posts

Posted

Yesterday, my site was uniform, in the respect that there was no scrolling from left to right. Today, it's not. In IE 6.0, my logo is too long...and in Firefox...it's not long enough. How can I make this thing fit the width of the page and look the same in each browser?

 

Please take a look and tell me what you see....My Website

 

Andrea

Posted

Hi Mark,

 

Thanks for looking. I ran that validator...I understand that a lot of the html errors are of my own making and I know how to fix those, but...what about this error that keeps appearing? For example:

 

Line 81 column 701: reference to entity "osCsid" for which no system identifier could be generated.

...raworld.com/index.php?cPath=36&osCsid=65b31146e.....

 

What do I do with that? Apparently, it's not happy with that osCsid reference. It's all over the place. ???

 

Andrea

Posted

yes its a pain isn't it? so in the catalog\includes\functions\html_output.php there is a function called tep_href_link. At the end of it before this line:

 

return $link;

 

add this:

	  $link = str_replace('&', '&', $link);

Archived

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

×
×
  • Create New...