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:With the following html: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:with the following html:and then i added the normal BB-Code for Hyperlinkingand 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.
This is my selfmade Custom BB-Code i used:
Code:
[CUSTOM={URL}]TEXT[/CUSTOM]
Code:
<a href={URL}><b><span style="color:black; background-color: #D0E4F6;">{TEXT}</span></b></a>
To find out why, i´ve puted out the URL Part from my Custom BB-Code:
Code:
[CUSTOM]TEXT[/CUSTOM]
Code:
<b><span style="color:black; background-color: #D0E4F6;">{TEXT}</span></b>
Code:
[URL=https://google.de][CUSTOM]TEXT[/CUSTOM][/url]
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