Hi,
I am an avid linker.
<a href="https://www.OurSite/OurProduct"> Why not try our product "ABC"
This works perfectly well but does not show up as an hyperlink.
I have to change the font colour myself (stop telling me I spelt (spelled) Colour wrong)
<font color="#0000FF">Why not try our product ABC </font>
Surely this ought to be unnecessary and Magento should recognize an hyperlink. Everything else does. Including seemingly this site
Thanks in advance for any time saving answers.
Solved! Go to Solution.
I would suggest you to write the css code in your custom.css file which you have created for your custom theme.
Or if you directly want to write then full syntax should be like following :
<a href="https://www.OurSite/OurProduct" style="color:#0000FF;">Why not try our product "ABC"</a>
It will applied the color you want.
Hope it helps !
Hi @peter_rollinson,
Have you closed thehyperlink as below.
<a href="https://www.OurSite/OurProduct">Why not try our product "ABC"</a>
or share your public url, so I can check.
I hope it will help you!
Hi Vimal,
Thanks for responding.
Yes, the hyperlinks work perfectly
It the colour that I have to add manually.
Is this just something that Magento will not do for you?
Both have working hyperlinks but I left the <font color="#0000FF"> out of the top one.
So unless you hover over it you don't know that it is a hyperlink.
Peter
I would suggest you to write the css code in your custom.css file which you have created for your custom theme.
Or if you directly want to write then full syntax should be like following :
<a href="https://www.OurSite/OurProduct" style="color:#0000FF;">Why not try our product "ABC"</a>
It will applied the color you want.
Hope it helps !
Hi Manthan Dave,
or is it Dave?
I have literally hundreds of these:
<a href="https://www.OurSite/OurProduct" style="color:#0000FF;">Why not try our product "ABC"</a>
I have painstakingly put the colour in manually.
As for CSS code for all I know it stands for Cloudy Sky Syndrome
I did not write a CSS file or the custom theme it was done by our Web Developer who is turning out to be very un-helpfull without shovel loads of cash.
Maybe there is no way of streamlining this, I simply though as most programs/app recognise hyperlinks and colour them accordingly Magento would have the same functionality.
We live in hope!
Thanks
Peter