Skip navigation and move to Contents...

Improved Icons of The Word Retrieved Online

Our site bible2.net provides several URLs that return The Word for inclusion in your site, integrated e.g. via the WordPress plug-in, or as a feed.

Example:

Hoffnung für Alle

Up to today, the HTML returned contained two links (copyright / startpage) with a 16x16 icon, each. On our mobile Facebook page, the copyright icon was shown scaled up, in bad quality.

Therefore now the links are returned

In case you need to style the two hyperlinks on your site, they contain CSS classes, see below.

The change in detail:

<p class='TL'><a href="https://bible2.net/en/copyright/Schlachter2000" target="_top">
<img src="https://bible2.net/images/copyright.gif" alt="" title="Copyright" border='0' align='right' width='16' height='16'/>
</a>
<a href="https://bible2.net/en" target="_top">
<img src="https://bible2.net/images/startpag.gif" alt="" title="bible2.net" border='0' align='right'/>
</a>

becomes

<p class='TL'><a href="https://bible2.net/en/copyright/Schlachter2000" target="_top" class="b2-twd-copy" style="float:right;font-size:140%;margin-block-start:-0.3rem;font-weight:700;text-decoration:none;color:black">©</a>
<a href="https://bible2.net/en" class="b2-twd-start" target="_top"><img src="https://bible2.net/images/logo128x128.png" alt="" title="bible2.net" border='0' align='right' width='16' height='16'/></a>

2023-03-04 • HSteeb