removing ul links from sidebar / renaming blogroll widget
-
I am using an image as a link in the sidebar (very last item), but it shows up with an underline/border around it when viewed in Firefox. All other images that have a link attached does not have this problem (text-decoration and border are both set to none).
also I have renamed Links/Blogroll to Subsection 2 years ago, and now when I try to rename it it dissappears from the sidebar.
my blog:
http://alaundre.wordpress.comThe blog I need help with is: (visible only to logged in users)
-
1. What disappears? The title or the whole thing? And how exactly are you trying to rename it?
2. The source code of your page shows that the code for your image link is this:
<a href="http://alaundre.com/" rel="me" title="my main site"><img src="http://alaundre.files.wordpress.com/2009/05/side09.gif" alt="alaundre.com" title="my main site" /></a>
As you can see, it doesn’t include the no border command (because when you add such a link, you only paste the URL of the image – no access to borders etc.). If you want no border, you can remove the Links widget and use a text widget instead, adding this between “img” and “src” (with a space before and a space after):
border="0" -
-
-
@paconundrum, I answered you in the other thread you started: https://en.forums.wordpress.com/topic/links-in-wrong-place?replies=7#post-345350
- The topic ‘removing ul links from sidebar / renaming blogroll widget’ is closed to new replies.