WebSite X5Help Center

 
Karl B.
Karl B.
User

Linkfarbe bei Laufschrift ändern  de

Autor: Karl B.
Visited 1024, Followers 2, Udostępniony 0  

Ich habe im Header ein HTML-Objekt mit dem Code

"<marquee width="700">
<font style="font-family: Times New Roman; font-size: 18px; color: #0000cc;">
<a style="text-decoration: none; "href="http://www.meinedomain.de">
+++ Dies ist ein Laufschriftticker +++ </a></font></marquee>"

eingefügt und versucht die Schriftfarbe in rot ändern, indem ich unter Erweitert

"<style>
#imHeader_imHTMLObject_01 .imCssLink {color: #FF0000!important;}
</style>

eingefügt habe (siehe Anhang). Die Schriftfarbe bleibt aber blau.

Posted on the
3 ODPOWIEDZI - 2 USEFUL - 1 PRAWIDłOWA ODPOWIEDź
Franz-Josef H.
Franz-Josef H.
Moderator

und, klappt es so?

<marquee width="700">
<font style="font-family: Times New Roman; font-size: 18px; color: #0000cc;">
<a style="text-decoration: none;color: #FF0000;" href="http://www.meinedomain.de">
+++ Dies ist ein Laufschriftticker +++ </a></font></marquee>

Czytaj więcej
Posted on the from Franz-Josef H.
Franz-Josef H.
Franz-Josef H.
Moderator

aber ohne <style> ...

Czytaj więcej
Posted on the from Franz-Josef H.
Karl B.
Karl B.
User
Autor

Perfekt, vielen Dank!

Czytaj więcej
Posted on the from Karl B.