Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design Web Typography Basic Web Typography Vertical Space: Review

Andrew Poteau
Andrew Poteau
2,819 Points

basehold.it doesn't work

I can't get this baseline tool to render on my web page. It seems very simple, just add the line from the website:

<link rel="stylesheet" href="//basehold.it/24">

and it should appear. I've noticed that my page hangs a little while loading with this line in the head section as well.

1 Answer

Oenas Vaes
seal-mask
PLUS
.a{fill-rule:evenodd;}techdegree seal-36
Oenas Vaes
Front End Web Development Techdegree Graduate 17,319 Points

Hello,

Were you able to solve your problem?

This is what your code should look like. Also make sure to save your HTML and CSS file, and refresh your browser.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Your Page</title>
    <link rel="stylesheet"  href="css/style.css">
    <link rel="stylesheet" href="//basehold.it/24">
</head>
<body>

</body>
</html>

EDIT: typo

Andrew Poteau
Andrew Poteau
2,819 Points

No, it doesn't work, and it takes a long time for the page to load with this code in the head. Does it work for you?