We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
<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">
<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">
../css/froala_blocks.css">
./css/froala_blocks.css">
Cheers!
The text was updated successfully, but these errors were encountered:
Am having the same issue on Windows.
Sorry, something went wrong.
#40
It's fixed now.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: