Added Style
Author: Bjorn Andreassen
Visited 896,
Followers 2,
Shared 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?
Posted on the
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
Author
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!
Author
It no problem when uploaded. It's in WebSite X5 Preview.
Author
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!
Author
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.
Author
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!
Author
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!
Author
Yes I did and I was connected to internet.
Author
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!
Author
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!