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

Relative Addresses #1

Open
Aerodlyn opened this issue Jun 15, 2018 · 0 comments
Open

Relative Addresses #1

Aerodlyn opened this issue Jun 15, 2018 · 0 comments

Comments

@Aerodlyn
Copy link

When you have a link, such as to a CSS stylesheet, you shouldn't use an absolute filepath, especially not one that references your disk drive.

So instead of:
<link href ="C:\Users\Anna\Desktop\codecademy projects\Unit 4 - Display & Positioning\TeaCosy\resources\css\style.css" type = "text/css" rel ="stylesheet"/>

You should use:
<link href ="resources/css/style.css" type = "text/css" rel ="stylesheet"/>

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