Added Style
Autore: Bjorn Andreassen
Visite 900,
Followers 2,
Condiviso 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?
Postato il
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
Autore
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!
Autore
It no problem when uploaded. It's in WebSite X5 Preview.
Autore
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!
Autore
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.
Autore
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!
Autore
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!
Autore
Yes I did and I was connected to internet.
Autore
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!
Autore
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!