Jump to content


Why arent all my pages showing on the internet?


7 replies to this topic

#1 tigreyez

    Young Padawan

  • Members
  • Pip
  • 37 posts

Posted 18 January 2006 - 05:05 AM

I've ftp'd my website pages to my host. I hope I did this right. I made an index.html page and I also made a page for every button I have on my index page. I typed in my web address, www.greekgoodiez.com so that I could test out my website and it doesnt work!!! I can get to the index page when I type in that address and I can click on the reseller button and go to the reseller page but the rest of them do not work!! I did the same thing that I did for the reseller page that I did for every other page so what is going on? Is there any way someone can go to the website and possibly see what I am doing wrong? I do not know how to build websites so I don't know if that is possible but any help would be appreciated. I tried all the dreamweaver tutorials that I thought would help me and even searched through dreamweavers help site but no luck.

Also, could someone explain to me how to name my website so it doesnt say untitled document in the blue internet explorer bar?

any advice I get would be greatly appreciated.

Thanks.

#2 PSgirl

    P2L Staff

  • P2L Staff
  • PipPipPipPip
  • 2,055 posts
  • Gender:Female

Posted 18 January 2006 - 05:19 AM

About the title question, just put <title>Title here</title> just after the <head> tag. If you're using Dreamweaver, you can use the code view to do it.

Well, about your site, when I try to enter the info section, I can't view the images. Here is the error:
http://www.greekgoodiez.com/My%20Documents...ages/header.gif
While in other parts of the website you use:
http://www.greekgood...ages/header.gif

I think you haven't defined a site in Dreamweaver, so you'll need to do so.
Macromedia explains how to do it

'Home' link is also wrong: www.greekgoodiez.com/index.html
Add http:// before that.

Also you have to fix these links:
http://www.greekgood....html#outerwear

That's all, I think.
But I recommend you to follow some Dreamweaver Tutorials

Edited by PSgirl, 18 January 2006 - 05:21 AM.


#3 Dh.

    CSS Guru

  • Members
  • PipPipPip
  • 807 posts
  • Gender:Male
  • Location:Berkshire, England

Posted 18 January 2006 - 05:23 AM

I'm not sure about the pages not showing, but I know why it says untitled document in the blue browser bar. Iin your HTML in the head tag, place a title tag and put your site name in it then close the tage. Do this on every page, here is an example...
[code]
<head>
<title>Your site name</title>
</head>

Hope this helps mate

#4 tigreyez

    Young Padawan

  • Members
  • Pip
  • 37 posts

Posted 30 January 2006 - 08:21 PM

Okay, I've been working on this since you replied to my post and haven't gotten anywhere. This is too complex for me! Macromedia needs to describe it in dummy, laymen's terms.

Is there anyone out that that can talk me through this? I don't want anyone to do it for me because I want to learn but I am not grasping one word from the macromedia link you sent me to.



View PostPSgirl, on Jan 18 2006, 05:19 AM, said:

About the title question, just put <title>Title here</title> just after the <head> tag. If you're using Dreamweaver, you can use the code view to do it.

Well, about your site, when I try to enter the info section, I can't view the images. Here is the error:
http://www.greekgoodiez.com/My%20Documents...ages/header.gif
While in other parts of the website you use:
http://www.greekgood...ages/header.gif

I think you haven't defined a site in Dreamweaver, so you'll need to do so.
Macromedia explains how to do it

'Home' link is also wrong: www.greekgoodiez.com/index.html
Add http:// before that.

Also you have to fix these links:
http://www.greekgood....html#outerwear

That's all, I think.
But I recommend you to follow some Dreamweaver Tutorials

Edited by tigreyez, 30 January 2006 - 09:35 PM.


#5 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 30 January 2006 - 08:50 PM

I'm afraid i can't help you with any dreamweaver problems, as i've never had any.
But, if you don't know what that whole <title> thing is and you still want to make a web site, i say you ditch dreamweaver for a while (or at least the design view in it), and learn html.
http://www.pagetutor...tutor/makapage/

#6 tigreyez

    Young Padawan

  • Members
  • Pip
  • 37 posts

Posted 30 January 2006 - 09:36 PM

I have the title issued resolved and the define a site issue resolved but that hasnt resolved my issue of not being able to click on the links within my website and they work.


View Postrc69, on Jan 30 2006, 08:50 PM, said:

I'm afraid i can't help you with any dreamweaver problems, as i've never had any.
But, if you don't know what that whole <title> thing is and you still want to make a web site, i say you ditch dreamweaver for a while (or at least the design view in it), and learn html.
http://www.pagetutor...tutor/makapage/


#7 DanWilliamson

    P2L Jedi

  • Members
  • PipPipPip
  • 650 posts

Posted 30 January 2006 - 10:23 PM

Hey,

If you also want to learn HTML really easily I suggest reading the primers on www.Htmlgoodies.com

- Dan

#8 Jaymz

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 4,104 posts

Posted 30 January 2006 - 10:34 PM

<map name="head" id="head">
  <area shape="rect" coords="0,129,78,196" href="#home" />
  <area shape="rect" coords="77,129,144,196" href="info.html" />
  <area shape="rect" coords="143,129,256,196" href="#resellers" />
  <area shape="rect" coords="255,129,327,196" href="#blog" />
</map>

From the resellers page... you're not linking to the right pages, you should be linking to index.html, resellers.html, and blog.html respectively.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users