webloc
Oct 24 2009, 03:42 PM
Hello,
I am new here and also not very good in html.
I had some problems with my webpage and i had to retrive it from cache.
So now i have one line that i dont understand but when i remove it the font and one frame of the page are not ok.
Plese tell me what exactly do this line:
<link rel=stylesheet href="http://web.archive.org/web/20080718010108/http://www.web-locations.com/jade.css" type="text/css" title=" Web Locations, Search Engine Directory, Search Engine List style sheet">
Thank you in advance.
Christian J
Oct 24 2009, 04:50 PM
CODE
<link rel=stylesheet href="http://web.archive.org/web/20080718010108/http://www.web-locations.com/jade.css" type="text/css" title=" Web Locations, Search Engine Directory, Search Engine List style sheet">
The above LINK element loads a style sheet, see
http://htmlhelp.com/faq/html/all.html#about-cssThe URL (HREF attribute) of the file points to
http://web.archive.org since that's where you retrieved it. Your original file apparently used the URL
http://www.web-locations.com/jade.cssThe optional TITLE attribute is explained here:
http://www.htmlhelp.com/reference/html40/head/link.html
pandy
Oct 24 2009, 04:52 PM
It links your style sheet to your HTML, only it does it via Wayback Machine.
http://htmlhelp.com/reference/css/style-html.htmlarchive.org rewrites the URLs when it displays archived pages. Link to it directly on your server instead. I would think your style sheet was here:
http://www.web-locations.com/jade.css , but it isn't. Maybe you have moved it?
webloc
Oct 24 2009, 05:06 PM
Thank you for your help.
But where i have to put this jade.css?
And my pictures are not showing too. I dont know if this is linked with this.
They are with the same names like in index file, and put in the main directory.
pandy
Oct 24 2009, 05:33 PM
You can put it wherever you want. Just edit the URL to reflect its location. The URLs for the images are probably rewritten in the same way.
webloc
Oct 25 2009, 01:52 PM
Thank you all for the help.
I fixed the css file.
Now my problem is with the gif files.
They just dont show.
They are put in the same directory, and with same names like in index file.
When i test it form the hdd everything is working, but when upload the page they dont show.
pandy
Oct 25 2009, 02:43 PM
If you post the URL to a page with missing images we can try to help you figure it out.
webloc
Oct 25 2009, 02:47 PM
pandy
Oct 25 2009, 03:00 PM
Are you sure the images are in the same fo,der as index.html? Can you see them there with FTP?
Are the images named exactly what you have in the image tags? Hyphens and case and all? Most servers are case sensitive so web-locations-logo.gif, Web-locations-logo.gif, web-locations-logo.GIF and so on are different files.
webloc
Oct 25 2009, 03:14 PM
Thank you again they where with big letters .GIF.
pandy
Oct 25 2009, 04:23 PM
There you go.
webloc
Oct 27 2009, 07:51 AM
Hello again,
I dont know if this have something to do with html.
But msn or bing cached my site without www.
If i type www.web-locations.com in bing the page is not there.
If i type web-locations.com is there.
Is there something in the source that can make address to show without www.
Thanks
pandy
Oct 27 2009, 08:36 AM
No, but if you can do it on the server. Can you use .htaccess? If so you'll find a rewrite rule you can use here:
http://no-www.org/. It's important to do it in such a way that the www still works, only transports the user to the preferred URL. Since people still tend to type www automatically we can't just stop using it.
webloc
Oct 27 2009, 10:15 AM
Maybe I didn't explain well my problem.
I dont want to get rid of "www"
My problem is that "www" is not showing.
my site looks like
http://web-locations.comAnd serach engines show it wihout www.
pandy
Oct 27 2009, 11:42 AM
Do it the other way around then. Send requests for the URL w/o www to the one with the www. Or do you mean you want search engine results both with and without the www? Hard to affect their choice there, I think (if you give them a choice). I think much speaks for using just one of the URLs, and the natural choice is the one without www. www is just another subdomain, you know. And subdomains are treated and act as full domains in many respects.
webloc
Oct 27 2009, 01:18 PM
I want with www.
The strange thing is that yestreday i made link exchage with one site. And add manually my link.
And now the link appear again without www.
So i think the problem is somewhere in my site or registrar, or hosting i dont know.
Here is the link of the page
http://www.buddyleejumpropes.com/link/links.htm#links%20page , last place is my link.
The same is with bing i told you already. My page is without www.
Thank you.
pandy
Oct 27 2009, 01:45 PM
Maybe they check if both versions work and just strip the www off. Why is it important to you to have the www?
webloc
Oct 27 2009, 02:45 PM
Because i dont know if this will afect page rank.
And it is strange why www is not showing.
Not a big deal

Just curious.
pandy
Oct 27 2009, 02:54 PM
I don't know why, but you don't have to worry that it's your registrar's fault.
If it's page rank you worry about you should do away with the www. That way all links will point to the same domain. I'm no SEO expert, but I've read it can affect PR.
webloc
Oct 27 2009, 05:32 PM
I dont know but is very strange.
Thank you again for your help.
I am going to read about this in internet to see how this happened.
And tomorow will post if i have any solution:))
webloc
Nov 3 2009, 06:01 PM
Hello again,
I did what you told about .htaccess file. And put it inside the main directory. But i dont know if the code is ok for this kind of redirect.
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^web-locations.com [nc]
rewriterule ^(.*)$
http://www.web-locations.com/$1 [r=301,nc]
Thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.