Added Style
Autor: Bjorn Andreassen
Visitado 904,
Followers 2,
Compartido 0
Style added in "Advanced settings" - "... and Code" - "Expert" - "Files linked to HTML code" are not shown in Preview-mode.
Why don't I see my added style in preview?
Publicado en
Cause the link is set to your site, try uploading once, after that it should work and should keep on working.
Pleasy try, I tested this with pictures it should be the same for style's
Autor
Don't work for me.
Hello Bjorn,
Can you please write me the link to the page you uploaded?
What style did you add so I can test it?
Many thanks!
Autor
It no problem when uploaded. It's in WebSite X5 Preview.
Autor
http://adsessor.no (footer)
Hello Bjorn,
Which file in the footer are you referring which is not visible in the preview if you add it in the Expert section?
And what code are you using to show it?
Many thanks!
Autor
Insert HTML Code:
<h3 style="color:#">Nyttige linker</h3>
<p><a class="imCssLink" href="../hvem-er-adsessor.html">Om AdSessor</a></p>
<p><a class="imCssLink" href="../tjenester-fra-adsessor.html">Tjenester</a></p>
<p><a class="imCssLink" href="../adsessor-netthandel.html">Nettbutikk</a></p>
<p><a class="imCssLink" href="../kontakt.html">Kontaktinformasjon</a></p>
CSS: http://adsessor.no/css/bawa.css
Web.
Autor
Preview:
Hello Bjorn,
The css file is added to the page only once exported. What you can do is to add in the Heade section of your project following code since the file is already online:
<linkrel="stylesheet" type="text/css" href="css/bawa.css" media="screen, print" />
In this way it will be used the css file online also in the preview.
Many thanks!
Autor
Didn't work!
Everything was fine until I upgraded to version 12.0.3.19!
Hello Bjorn,
Did you add the html code I wrote you in the header section and you were connected online when you tested it?
Many thanks!
Autor
Yes I did and I was connected to internet.
Autor
I had no problem in version .17
Hello Bjorn,
In this case add following code in the the section "before closing head tag":
<link rel="stylesheet" type="text/css" href="http://adsessor.no/css/bawa.css" media="screen, print" />
Many thanks!
Autor
Now it works in preview. Why must I add adsessor.no?
Hello Bjorn,
You need to add it to load the css style file from your URL.
Many thanks!