BHendrix Posted September 19, 2005 Posted September 19, 2005 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 I want it to look like again.
BHendrix Posted September 19, 2005 Author Posted September 19, 2005 CAN NO ONE HELP ME WITH THIS? Please if you know what to do or have suggestions let me know. Thanks in advance. Brandi
mr_biggles Posted September 19, 2005 Posted September 19, 2005 CAN NO ONE HELP ME WITH THIS? Please if you know what to do or have suggestions let me know. Thanks in advance.Brandi <{POST_SNAPBACK}> 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
♥Vger Posted September 19, 2005 Posted September 19, 2005 Somebody's been using FrontPage or Dreamweaver to upload files! Vger
mr_biggles Posted September 19, 2005 Posted September 19, 2005 Somebody's been using FrontPage or Dreamweaver to upload files! Vger <{POST_SNAPBACK}> lol, tut tut
BHendrix Posted September 20, 2005 Author Posted September 20, 2005 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!
BHendrix Posted September 20, 2005 Author Posted September 20, 2005 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! <{POST_SNAPBACK}>
BHendrix Posted September 20, 2005 Author Posted September 20, 2005 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? <{POST_SNAPBACK}>
BHendrix Posted September 20, 2005 Author Posted September 20, 2005 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 <{POST_SNAPBACK}>
BHendrix Posted September 20, 2005 Author Posted September 20, 2005 I now am canceling this post please do not respond to it. Thanks B
♥Vger Posted September 20, 2005 Posted September 20, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.