Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] CSS doesn't work #10618

Open
core-ai-bot opened this issue Aug 30, 2021 · 1 comment
Open

[CLOSED] CSS doesn't work #10618

core-ai-bot opened this issue Aug 30, 2021 · 1 comment

Comments

@core-ai-bot
Copy link
Member

Issue by kroogmcmoog
Monday May 02, 2016 at 19:43 GMT
Originally opened as adobe/brackets#12395


Hey there, the CSS does not work, I have added the code for linking it with my HTML file.

`

<title>Greatest Animators</title>

</head>
    <link type="text/css" rel="styleheet" href="mainpage.css">
<body>
    <h1>My Favourite Animators on the Internet</h1>
    <div class="table">
        <a href="Zach.html"><img src="https://yt3.ggpht.com/-T0H7xR-9iA8/AAAAAAAAAAI/AAAAAAAAAAA/VA9CSBc5Q8A/s100-c-k-no-rj-c0xffffff/photo.jpg"></></a>
    </div>
    <div id="zach">
    </div>

</body>
`

All the brackets are closed in CSS, I've checked. Maybe there's a setting that I activated accidentally?
The title of the css file is indeed the same as displayed in href.
The preview just shows the picture that I've linked to, no styling of the CSS, what might be the problem?

@core-ai-bot
Copy link
Member Author

Comment by ficristo
Tuesday May 03, 2016 at 09:02 GMT


It seems you are missing an s in stylesheet:
<link type="text/css" rel="stylesheet" href="mainpage.css">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant