Colors for Links
Autor: Rajiv S.
Visitado 843,
Seguidores 1,
Compartilhado 0
Currently I can select a color for (1) active link (2) mousover and (3) visited link
the problem is - some sections of my webpage the same colors scheme may not be visible. If I change the colors, then it applies to entire website. How can I have different colors for links in different sections of the webpage????
Publicado em
It can then only be done by using code.
Take a look here: https://www.w3schools.com/html/html_links_colors.asp
Hello Rajiv
By an inspect windows (chrome) on your page, you need to find the name of your element
Right click on your page to open inspect window
And
When your element is found right click to copy the selector
And into the properties of your page
Copy your selector with this CSS code into the properties of your page
And the display is:
Enjoy!
Axel
(It > En) ... very simple and quick with the elementary <A> tag ......
... in a Text Object, HTML enabled with the [</>] menu button, (Enable HTML Code), ...or in an HTML Code Object, paste this string and directly experience that you can customize as you like:
<a style="font: italic bold 24px Arial; color: red; text-decoration:none;" href="https://www.google.it/">GOOGLE</a>
or +ALT +TITLE:
<a style="font: italic bold 24px Arial; color: red; text-decoration:none;" href="https://www.google.it/" alt="GOOGLE" title="GOOGLE">GOOGLE</a>
.
ciao
.