0
Respost
Script to put a custom CSS style
Hello,
I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script <script src = "https://bibbase.org/show?bib=address of the zotero database & jsonp = 1 & filter = year: 2017 & css = site address / bibbase / bibbase.css"> < Script>, nothing happens. The script to put a custom css is "& css = css file location"?
I forgot something to make it work?
Answer
Answer
Respost
If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add
<link href="/bibbase.css" rel="stylesheet">
to the head in your html file.
Customer support service by UserEcho
If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add
to the head in your html file.