• Hey,

    I was wondering how can i transform my links on my bog into underlined text.They are a little highlighted now,but i couldn’t made some underlines.I think its probably some css editing,but i gues i didnt find the right thing to edit.any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the css, fine lines for a:link, a:hover, and add in this line: text-decoration:underline;

    If there’s a “text-decoration:none;” line already there, just change “none” to “underline”.

    Thread Starter vexxatu

    (@vexxatu)

    i tried it..but it seems it underlines only categories and sidebar links.the link in the pages aren’t underlined

    Try this then: just under the body element, add this –

    body a {
    text-decoration:underline;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make a link underlined in page?’ is closed to new replies.