Help - Search - Members - Calendar
Full Version: html help
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
webloc
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
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-css

The 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.css

The optional TITLE attribute is explained here: http://www.htmlhelp.com/reference/html40/head/link.html
pandy
It links your style sheet to your HTML, only it does it via Wayback Machine.
http://htmlhelp.com/reference/css/style-html.html

archive.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
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
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
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
If you post the URL to a page with missing images we can try to help you figure it out.
webloc
http://web-locations.com
pandy
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
Thank you again they where with big letters .GIF. smile.gif
pandy
There you go. happy.gif
webloc
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
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
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.com
And serach engines show it wihout www.
pandy
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
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
Maybe they check if both versions work and just strip the www off. Why is it important to you to have the www?
webloc
Because i dont know if this will afect page rank.
And it is strange why www is not showing.
Not a big deal smile.gif
Just curious.
pandy
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
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
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.
Invision Power Board © 2001-2009 Invision Power Services, Inc.