Jump to content

jimmythearchitect

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jimmythearchitect

  1. Hmmm, thanks I'll try that out. I'm using Text Editor on Mac. I made sure my settings were done in such a way that it would be plain text and not rich text, but maybe there is still something wrong there. I will check. Thank you.
  2. I am building my first web site using HTML, CSS, and Bootstrap. After extensive searching, I can’t get my HTML file to link with my CSS file. The HTML document and CSS document are in the same domain so there shouldn’t be any reason to mention a file in the code, but my CSS isn’t affecting the HTML when I load it in Chrome. Any help would be greatly appreciated. I have enjoyed learning how to make a website, but this is hampering my progress/enjoyment. Below is some of the code (most comes from the Bootstrap site with minor customization). <head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script><script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--> <title>TruNord</title><link href=“GOOGLE FONT PAGE” rel=“stylesheet” /><link href=“css/bootstrap.min.css” rel=“stylesheet” /><link href=“main.css” type=“text/css” rel=“stylesheet” /></head>
  3. Hello, I recently decided I wanted to learn how to make websites. I dabbled in it in college, loved it, but did nothing with it. Now I am teaching myself using Codecademy. It's been a blast to learn and I hope this forum can help me when I run into issues I can't solve myself or via a Google search.
×
×
  • Create New...