You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Help please with top side bar – links underlining

UserPost

12:42 pm
June 30, 2009


nintey

Member

posts 3

1

I am pretty new to using word press. I have made a few posts on my blog, and I want to link to a certain few of those posts on my homepage. So I have added a text widget and inserted the HTML of the posts I want displaying, but they are underlining. How do I stop the links from underlining? as I don't want them underlined so they just look like the links that are in my 'categories' top sidebar.

I have tried editing them in the WYSIWYG editor and clicking undeline then back again but this isn't doing it? Is there something on the flexibility theme I need to change?

Also is that the correct way to add certain posts of your blog on your homepage? or do I use blogroll? or is that just for external links, not different posts on your blog?

Hope that makes sense, as I'm not very good at explaining it! thanks in advance!

5:18 pm
June 30, 2009


Ryan

Admin

posts 1547

2

You could always add inline CSS to remove the underline like this:

<a href="#" style="text-decoration:none;">link text</a>

Is that what you're trying to do?

5:51 am
July 1, 2009


nintey

Member

posts 3

3

Yes that's sorted it! thank you Ryan Smile