Skip to main content
stephaniem20202520
Participating Frequently
March 9, 2017
Question

I cannot get one of my links to work on my website on Dreamweaver

  • March 9, 2017
  • 2 replies
  • 1557 views

I cannot get one of my links to work on my website: http://s14.piercedigitaldesign.com  All of the links function properly, but the last one will not link to my assignment no matter what I try.  I've tried linking other assignments and even websites, but it still won't work.  How can I fix this?

    This topic has been closed for replies.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    March 9, 2017

    Fix your code errors.  Tables are obsolete for web page layouts.  Use CSS instead.

    Showing results for http://s14.piercedigitaldesign.com/ - Nu Html Checker

    Nancy

    Nancy O'Shea— Product User & Community Expert
    stephaniem20202520
    Participating Frequently
    March 9, 2017

    Thank you! I really don't know what I am doing, this is my first class using any kind of code.  I'm not sure I can figure out what you've sent but I appreciate it very much!  How would you make a page with a bunch of pictures of stylists and their names on it without using a table and making it responsive?

    Nancy OShea
    Community Expert
    Community Expert
    March 9, 2017

    HTML = content & structure.

    CSS = making it look pretty.

    Since you're a beginner, you should focus on HTML5 code first.   This is the basis of every web page.  Do it right and you won't have problems.  Do it wrong and you will fail. 

    A hyperlink to an outside URL should be expressed like this:

    <a href="https://example.com">Visit Outside Link</a>

    A hyperlink to an internal URL in your local site is expressed like this:

    <a href="some_filename.html">Visit Internal Link</a>

    Once you get your HTML code laid down without errors, then you can focus on styling it with CSS code.  This will provide your content with a pleasing layout, colors, backgrounds and fonts.  Do not use tables.

    Everyone must crawl before he/she can walk.  So take things one step at a time.  Don't try to do everything at once.   You won't learn that way.

    Read chapters, work with code exercises and take quizzes at the end.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    Ussnorway7605025
    Legend
    March 9, 2017

    is the link you can't get working the "hi there" link?

    stephaniem20202520
    Participating Frequently
    March 9, 2017

    No, it is for Assignment 18/Salon

    stephaniem20202520
    Participating Frequently
    March 9, 2017

    the last "hi there" link at the end doesn't work because your code is wrong... all the others look ok at my end on a FF browser

    p.s, Mac has nothing to do with it mate


    Thank you so much! How about the links within Assignment 18?