Hyperlink font not changeable
Autore: Tom D.
Visite 2249,
Followers 1,
Condiviso 0
Hello,
I'm using Evolution V10.0.4.28, and i'd like to change the font of the hyperlinks wich i created in html. But when i change them in advanced option/styles and models/ they are kept blue/underlined. Do i have to change the font using HTML or am i missing a feature?
Postato il
You can adjustcolor andfont rendering(instylesand models) for the threestates of thelinksby selectingthembelow 1, 2, 3, andadjust the settingshighlightedin theSquarearea.
Seepicture attached
greetingJJ
google Translation
Sie können Farbe und Schriftdarstellung (in styles and models) für die drei Zustände des Links einstellen indem Sie diese unter 1, 2, 3 anwählen und im Quadratisch hervorgehobenen Bereich die Einstellungen vornehmen.
Sehen Sie Bild im Anhang
gruss JJ
Hi Tom,
Bear in mind that if you click on any of the hyperlinks you have created then you will have to clear your browser cache before you can once again view the 'unvisited link' correctly in your browser.
Autore
Thank you for your reaction. But i have done that. I changed it to make it red (as attached) and when i preview it, it turns back to the normal blue underlined. Isn't this a bug?
Grts. Tom
Hello Tom,
Please try also with a new project to see if the same happens again.
Please keep me updated.
Autore
Hello Claudio,
I made a completle new project, tried it, but it failed. doesnt change the font, colour or anything.
Hello Tom,
Do you refer to the links you create in the HTML&Widget Object?
If yes, you need to define for them the style separately, since they are not controlled by the program settings. If you want to give the same style you need to create the links with the css class used by the program. As example the link has to look like this one:
<a class="imCssLink" href="http://www.link.com">your link</a>
Many thanks!
Autore
Hello Claudio!
Thank you, this worked! I experienced this in all the HTML codes, in both the widgets and the 'regular' text boxes and head and foot text. But this solved the problem! Many thanks!