Results 1 to 5 of 5

Thread: links within webpage not working

  1. #1
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default links within webpage not working

    Hi everyone, I've created a very simple website for a friend. It's only one page with the links in the heading pointing (or supposed to be) down the page. However I can't get it to work!
    eg
    <li><a href="#n_pvstop" title="PVSTOP">PVSTOP</a></li>

    then further down -

    <div id="pvstop">
    <a name="n_pvstop"></a>

    etc etc

    I'm pretty much a novice. If anyone can help that would be much appreciated. I've uploaded the site here http://www.thesucculentgarden.com.au/ljw

    There's one other thing too. I made the header to be always at the top and since I did that I get the scroll-bar on the bottom.
    Last edited by Beverleyh; 09-12-2014 at 11:14 AM. Reason: formatting

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    with the links in the heading pointing (or supposed to be) down the page. However I can't get it to work!
    eg
    <li><a href="#n_pvstop" title="PVSTOP">PVSTOP</a></li>

    then further down -

    <div id="pvstop">
    <a name="n_pvstop"></a>
    In what way doesn't it work?

    For me (using Chrome), I click on s link and it jumps down to the appropriate section so it appears to be working fine.

    I made the header to be always at the top and since I did that I get the scroll-bar on the bottom
    This is just a statement. Are you asking how to remove the scrollbar?

    In style.css - remove the line in red;
    Code:
    #content_contain {
    	margin:0 auto; 
    	overflow:auto; 
    	padding:130px 0; 
    /*	width:940px; */
    	}.content {
    	min-height:350px;
    	}
    Or change it to overflow-x: hidden;
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks. The scroll bar is gone but the problem remains with the links. I'm using IE11.

  4. #4
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    I am not entirely sure what you are talking about. When i click the link it just to the right location just maybe a few lines down too far. Also i am not sure if you noticed but your news pvshop and contact us are in the wrong location i think.
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

  5. #5
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It's the 'few lines down too far' that I don't want, I'd like it to show with the relevant header above it.
    The News button doesn't work at all in IE11.

    Yes I did notice the problem with news etc - only seems to happen in Chrome.

Similar Threads

  1. Save a complete webpage *and the pages it links to*
    By djr33 in forum Computer hardware and software
    Replies: 9
    Last Post: 06-25-2013, 05:52 PM
  2. Links Not Working?
    By monet1369 in forum Dynamic Drive scripts help
    Replies: 7
    Last Post: 05-03-2007, 06:25 PM
  3. Extract links from a external webpage
    By jacksont123 in forum PHP
    Replies: 6
    Last Post: 02-03-2007, 10:57 PM
  4. HELP! Links on my webpage aren't working
    By sandmountaingirl in forum Other
    Replies: 4
    Last Post: 05-27-2005, 04:27 PM
  5. Replies: 5
    Last Post: 05-26-2005, 03:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •