• Login
Community
  • Login

Need help linking CSS with html

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
helpwantedhtmlcsspleasehelptroubleshootingcodehtmlcss
3 Posts 3 Posters 336 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    tilsy637
    last edited by Apr 6, 2024, 3:20 PM

    I am using the href method in HTML, and it will not link no matter what I do. I have tried updating Notepad++, which I do not think has anything to do with it. I have checked the path multiple times, and it seems to be correct. If someone could please help me, that would be great. I have linked an attachment below.

    Capture 2.PNG image 2.PNG image 1.PNG imag e3.PNG

    P C 2 Replies Last reply Apr 6, 2024, 4:08 PM Reply Quote 0
    • P
      PeterJones @tilsy637
      last edited by PeterJones Apr 6, 2024, 4:09 PM Apr 6, 2024, 4:08 PM

      @tilsy637 said in Need help linking CSS with html:

      I have tried updating Notepad++, which I do not think has anything to do with it.

      This is the correct assessment. And since this is a Community Forum about Notepad++, and your question has nothing to do with Notepad++, then this is not the right forum for this question. You need to find a site dedicated to HTML+CSS, because your question is about coding, not about how to use the Notepad++ text editor.

      1 Reply Last reply Reply Quote 4
      • C
        Coises @tilsy637
        last edited by Apr 6, 2024, 6:03 PM

        @tilsy637

        If you mean that in your text href="css/rr.css" Notepad++ does not render css/rr.css as a clickable link, that is expected. Only complete URLs (with the http:// part, for example) are clickable. Even though what you’ve written is a relative URL in the context of HTML, Notepad++ doesn’t understand HTML and can’t recognize it as a link. You have to navigate to it on your own.

        If you mean it doesn’t work when you open it in a browser, then as @PeterJones wrote, this is the wrong forum.

        If you meant that Notepad++ doesn’t apply the style information, it will not. Notepad++ is strictly a source (plain text, with some syntax highlighting) editor; it can’t do “what you see is what you get” editing for HTML.

        1 Reply Last reply Reply Quote 6
        2 out of 3
        • First post
          2/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors