Site Reference Forums

You are not logged in.

#1 2007-10-22 05:40:03

jasiel
Member
From: Florida, US
Registered: 2007-07-16
Posts: 35
I've been thanked 4 times.

Thank me Website

Onsalecentral.net CSS Problems

The problem is that onsalecentral.net doesn't show any images and it messed up. I configured the hosting setting right and uploaded the files correctly. I don't see what the problem could be, I copied the exact files from presalecentral.net and just chaged the index to match onsalecentral.net. I think the cause of the problem may be that the css file is not configured correctly for the different index file. If anyone can help me or needs the website files, please e-mail me at jasiel123@gmail.com or please post a solution here. Thanks!

Offline

 

#2 2007-10-22 06:21:27

Northie
Moderator
From: Yorkshire, UK
Registered: 2006-08-19
Posts: 2629
I've been thanked 63 times.

Thank me Website
Buy me a beer

Re: Onsalecentral.net CSS Problems

Your style sheet is returning a 404 not found - this means that your style sheet does not exist at the location on the server you told he webpage that it did

find out where it is, then adjust the <link> in the html


Now taking free-lance inquiries; Please contact me for more details
Internet Marketing Books
Promote Yourself on Site Reference!

Offline

 

#3 2007-10-23 14:43:32

Steven_A_S
Member
From: San Antonio, TX
Registered: 2006-08-07
Posts: 465
I've been thanked 22 times.

Thank me Website

Re: Onsalecentral.net CSS Problems

Note, most web servers these days won't allow you to go to the parent directory of the web page's root directory.  This prevents a vulnerability whereby hackers could get to the server's critical files.  That said, you'll most likely have to move/copy your css file into your web page's root directory or a subdirectory.

Upon further research, it appears you already have a copy there.  so just change:
<link rel="stylesheet" type="text/css" href="../Presale Central Website Files/presale.css" media="screen" />

to
<link rel="stylesheet" type="text/css" href="presale.css" media="screen" />

Offline

 
Never
Sponsored Results


Board footer

Powered by PunBB
© Copyright 2002–2008 Rickard Andersson