Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1619

[3.3.x] Styles Support & Discussion • Re: How to disable underlined links?

$
0
0
After the main Problem was solved, i found another (little one). After doing like written above, there wehre no more underlined links. But since i use a selfmade custom BB-Code, the Link will be underlined again if i´m hoovering over.

This is my selfmade Custom BB-Code i used:

Code:

[CUSTOM={URL}]TEXT[/CUSTOM]
With the following html:

Code:

<a href={URL}><b><span style="color:black; background-color: #D0E4F6;">{TEXT}</span></b></a>
This will cause a underlined link by hoovering over

To find out why, i´ve puted out the URL Part from my Custom BB-Code:

Code:

[CUSTOM]TEXT[/CUSTOM]
with the following html:

Code:

<b><span style="color:black; background-color: #D0E4F6;">{TEXT}</span></b>
and then i added the normal BB-Code for Hyperlinking

Code:

[URL=https://google.de][CUSTOM]TEXT[/CUSTOM][/url]
and then i have the result i wanted. A hyperlink with black bold text and background-color.
For sure i could take this as a solution, but at my way to make it simple for the other Bord Users, i need my fully Custom BB-Code. But without red Underline by hoovering.

I´ve tried it with Safari and google Chrome, but without any differences in this case.

OT:
Google Chrome underlines links after clicking on it. This sucks. Because after Clicking a Link the optic of the page is disturbed by this. My Safari Browser dont do this.

Statistics: Posted by Max11 — Sat Jan 25, 2025 11:32 pm



Viewing all articles
Browse latest Browse all 1619

Trending Articles