Removing Broken Link Checker CSS Style | WordPress
| August 23, 2012 | Posted by loewyi under Info, wordpress |
Broken Link Checker is a plugin that will check your posts, comments and other content for broken links and missing images, and notify you if any are found. Once installed, the plugin will begin parsing your posts, bookmarks and other content just looking for links. It can take from a few minutes to an hous or more depending on the size of your site. When it finish parsing, the plugin will start checking each link to see is it works or not. Again, how long this takes depends on how big your site is and how many links there are.
This plugin is very useful, we all know that there are so many disadvantages if we have so many broken link or dead link in our website. Beside of giving damage in our website reputation, it have negative impact on our website’s ratings with major Search Engines like Google, Yahoo, Bing, etc. That’s why this plugin is very useful, because with this plugin can check all the links in our website, and if there are any links that find broken or dead, we can edit it.
But beside that. See this css style of broken link checker below:
<style type="text/css">.broken_link, a.broken_link {
text-decoration: line-through;
}</style>
This style is the style that will be printed automatically at the of our website when we installed this “Broken Link Chechker” plugin. Actually there is no problem in this css style, but for some reason when we try to validate our website at w3 validator, this css style is considered as an invalid part by the w3 validator. But do not worry about it, this style can be remove easily. “Broken Link Checker” developer, has made this plugin is very easy to use, so that we can arrange for ourself whether this style will we show on our website on the part or not.
In this tutorial, will discuss about how to remove the broken link checker css style that printed automatically on the section of our website. How it can be said to be very easy to remove, you just have to go to the option of the “Broken Link Checker” plugin, then in “General” tab, uncheck the “Apply custom formatting to broken links”. So automatically, css styles above will not be printed again intosection of our website.
Here’s the tutorial for “Removing Broken Link Checker CSS Style”:
- Go to the option of the “Broken Link Checker” plugin. Settings >> Link Checker.
- On the “General” tab, uncheck the section of “Apply custom formatting to broken links”, then save it.
- After that, reload our website and view the page source, in here we can find that the previously css style not printed again.
Ok that’s for the tutorial of “Remove the Broken Link Checker CSS Style”. Thanks for stopping by and read some of my posts on this website, hopefully this info is useful for you and for every one who need it. See you in another tutorial and don’t forget to leave a comment for me if you have some comment or some question.



Recent Comments