The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
that is my website, but non of my other pages are working, could anyone please help?
thanks
<a href="exampleaudio.html" target="_self" id="master_fBDsYXaGNJ9G93Xig_eLC" class="body linkButton linkButton master_fBDsYXaGNJ9G93Xig_eLC"><span>Example Audio</span></a>
...follow this example
not sure how to edit them appropriately.....
HOME shall i just cut the junk out?
All links along the top of the website i.e example audio, contact and gallery....are supposed to lead to a page with in the website, but im not sure if im uploading the files correctly, i've tried every thing that i can think of
Your links are the problem ...
Look at your index page code ie the links ....
<a href="/index/index.html" target="_self" </a>
<a href="/exampleaudio/exampleaudio.html" target="_self" </a>
<a href="/about/about.html" target="_self" </a>
<a href="/contact/contact.html" target="_self" </a>
<a href="/freesamples/freesamples.html" target="_self" </a>
<a href="/gallery/gallery.html" target="_self" </a>
<a href="/video/video.html" target="_self" </a>
Change all the above lines to read as follows, unless of course you have uploaded subfolders with the same name as the file within, but keep the rest of the line as you have it...
<a href="index.html" target="_self" </a>
<a href="exampleaudio.html" target="_self" </a>
<a href="about.html" target="_self" </a>
<a href="contact.html" target="_self" </a>
<a href="freesamples.html" target="_self" </a>
<a href="gallery.html" target="_self" </a>
<a href="video.html" target="_self" </a>
If that doesn't work, remove the first forward slash from each line so:
<a href="video/video.html" target="_self" </a>
but this will only work if you have uploaded a folder called 'video' within which is a file named 'video.html'
:¬)
I'm using Creamweaver cs5