Hi everyone need help

Discussion in 'HTML & Website Design' started by johny2000, Apr 7, 2009.

  1. #1
    I have a website www.askyoucook.com.I had someone on dp make includes files for me in php .i am using html .It looks like the includes file are working ,but the links on the sidebar are not and other also .One of my page are all out of wack . See link http://www.askyourcook.com/Maindishes/maindishes.html

    Can someone please take at look and let me know how to fix these problem

    I am a rookie
    Thank you
    Terry
     
    johny2000, Apr 7, 2009 IP
  2. jb=]

    jb=] Peon

    Messages:
    476
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The links on the side bar are trying to load files such as soupsalad.html and appetizers_snacks.html but cannot find the files. In your side bar file (you said you used includes so if its not in the index file they have to be somewhere maybe header) change the <a href=""> to the right location or upload the file with those files names.

    If you go into a little more detail I might be able to help..
     
    jb=], Apr 7, 2009 IP
  3. jb=]

    jb=] Peon

    Messages:
    476
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Your home link isn't working because it loads /index.html but it needs to load /index.php
     
    jb=], Apr 7, 2009 IP
  4. BadBoyzStudioZ

    BadBoyzStudioZ Peon

    Messages:
    760
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #4
    In my browser that page is off center. The sidebar appears to be Google ads, but no ads are there. Symmetry is imperative and when the page is unbalanced your visitors feel the same thing. I don't know who did that for you and I am not consulting on this job currently, but it should be fixed by the original designer. If not, give me a shout and we will figure this out. You deserve better than that.
     
    BadBoyzStudioZ, Apr 7, 2009 IP
  5. johny2000

    johny2000 Peon

    Messages:
    152
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Do all the html pages have to be changed to php ?
     
    johny2000, Apr 7, 2009 IP
  6. BadBoyzStudioZ

    BadBoyzStudioZ Peon

    Messages:
    760
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you are using .php additions, like a comment box or email box, etc., that page MUST have the .php extension. The server reads that and then knows it must search out the .php code associated with your add in. Otherwise no, you never have to use a .php extension. Generally, when you make a site it will be .htm. html. Occasionally, on a windows only server .asp, but even there .htm .html are standard. .asp is the same function as .php on a windows based server.

    Does that help?
     
    BadBoyzStudioZ, Apr 7, 2009 IP
  7. jb=]

    jb=] Peon

    Messages:
    476
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    He is using php includes so he would then need a .php extension.. right..?
     
    jb=], Apr 7, 2009 IP