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 path issue on my Mac #30

Closed
pascalandy opened this issue Oct 19, 2017 · 3 comments
Closed

Relative path issue on my Mac #30

pascalandy opened this issue Oct 19, 2017 · 3 comments
Labels

Comments

@pascalandy
Copy link

pascalandy commented Oct 19, 2017

Hello folks,
I download the zip. From /dist I tried the HTML files. Everything was broken.

I went in the code and I saw:
<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

I changed it to:
<link type="text/css" rel="stylesheet" href="./css/froala_blocks.css">

and it worked. I did the same thing for the img paths.

It's the first time I tried a bootstrap library that brakes like this.

What should be the standard? ../css/froala_blocks.css"> or ./css/froala_blocks.css">

Cheers!

@gianlucca
Copy link

Am having the same issue on Windows.

@gianlucca
Copy link

#40

@stefanneculai
Copy link
Contributor

It's fixed now.

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

No branches or pull requests

3 participants