Forum Moderators: mack
I have created a webpage but keep being told by people that when they click the links, they get no content. When I look at the site using IE6 all looks fine.....
Any ideas?
Any help would be hugely appreciated as I can't get it to work. The wife is nagging and I am at the end of my tether....
Thanks in advance
K
[edited by: Marcia at 2:37 pm (utc) on Aug. 9, 2002]
[edit reason] url snipped [/edit]
You are using local links on your computer. I noticed this is exported from word. It will work for your computer only.
Example link on your page:
<a href="..\house\kitchen\page.htm">kitchen</a>
Needs to be:
<a href="www.example.com/folder-where-page.htm-file-exists-onserver/page.htm>kitchen</a>
All links need to follow this format using "/" instead of "\" which are local paths.
<added>Man I'm slow!</added>
Thanks to you all
However, when I look at the links on the page all the slashes are facing the correct way i.e. /
Why am I not seeing them the pointing the wrong way?
Any ideas?
K
Basically, some of the links have / but others have \ -- it's very inconsistent. I think the Vectored Graphics (I didn't install the plugin) are playing merry hell with the layout, and this may also be a cause of many of the problems.
Basically, using Microsoft Word to create a website is fraught with problems. Word is a word processor and simply not geared to creating websites. The resulting code is full of MS proprietory code in a format that I suppose is meant to approximate XML. Or, in layman's terms, it works with Microsoft Internet Explorer if you're lucky.
Word does have the ability to export documents in HTML format (kinda), but it's not designed for this. It's great if you're in a hurry and need to publish a report immediately and only have it in Microsoft Word format, but only as a temporary measure.
Using Microsoft Frontpage will give you better results. Unfortunately, the results from FP are also not aways brilliant, but at least it's designed for website creation -- which Word, simply, isn't.
I would elect to use a simple notepad over a word document for coding. Or copy now the code over from word to txt and what wasn't obvious before will be.
Also, in your ftp you may be able to access your source code there in txt form and fix the mistakes right there.
Hi Staffa, and welcome as well. I think what rewboss is pointing out is the use again of kasey1581's url, but it's unlinked so it slid through.
Thanks for all your help folks, we've some great members here, helping posters and helping the board. Two thumbs up!