Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Uh Oh.


BHendrix

Recommended Posts

Posted

CAN NO ONE HELP ME WITH THIS? Please if you know what to do or have suggestions let me know. Thanks in advance.

Brandi

Posted
CAN NO ONE HELP ME WITH THIS?  Please if you know what to do or have suggestions let me know.  Thanks in advance.

Brandi

 

 

check the stylsheet call in the header

 

in your unformatted one i get

 

<link rel="stylesheet" type="text/css" href="../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8LYJC5M3/stylesheet.css">

 

in the formatted one i get

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

the solution is simple if you look for it!

 

 

Cheers, Ian

Posted

Ok I posted that I had a problem on my website. The responder told me this "check the stylsheet call in the header". Can someone tell me where this is? I have been looking and now I am dumbfounded, I know its there but....where? Thanks in advanced!

Posted

Can anyone help me? I am getting desperate.

 

 

Ok I posted that I had a problem on my website.  The responder told me this "check the stylsheet call in the header".  Can someone tell me where this is?  I have been looking and now I am dumbfounded, I know its there but....where?  Thanks in advanced!

Posted

Yes I looked on the style sheet but could not find what the person told me . I am putting his reply here.

 

This is my problem:

I installed Product Listing Column Format v1.1 contribution. It worked great, however..... now all of my outlines, colors and so on are gone. I need them back. Please help!

Brandi

My Catalog

 

What it should look like

 

 

 

This was the reply I got:

check the stylsheet call in the header

 

in your unformatted one i get

<link rel="stylesheet" type="text/css" href="../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8LYJC5M3/stylesheet.css">

 

in the formatted one i get

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

 

**My thing is that I can't figure out where I should go to remove this?????

Thanks for any help.

 

 

did you look for stylesheet.css?

Posted

Actually, I use Adobe Go Live. I do not have time to learn the code like others, but maybe that is what the "Support Forum: is for...... to get help. Thanks for your comments.

 

 

 

lol,  tut tut

Posted

Well, your website obviously still has the same problem - so I'll explain it anyway.

 

What's happened is that when you've uploaded a file it's included the local pathway to that file on your computer as part of the upload. This is where you see this:

href="../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8LYJC5M3/stylesheet.css">

 

It should just say:

 

href="stylesheet.css">

 

This has only happened in the head section of your index.php page, between the <head> and </head> section.

 

If you open the root level index.php page on your own computer (using Notepad) and remove all that extra code put in there by GoLive and restore the stylesheet link to the code below, then upload the file via FTP you should have your website back.

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

Vger

Archived

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

×
×
  • Create New...