• I just started this blog and added three links to the main page and they are all showing on one line. Why aren’t they on separate lines? Even tried to add <p> tags and that didn’t work. How do I get them to be on separate lines?

    https://linuxnw.net

Viewing 5 replies - 1 through 5 (of 5 total)
  • Remove class=”alignleft” from your links. Then the “p” tags should work.

    Thread Starter vinoman

    (@vinoman)

    Thanks. But I noticed that mandriva and mint have underlines but ubuntu does not until you hover over it. why? the html looks the same on all three

    because the “a:visited” style is underline.

    .entry p a:visited {
    color:#009900;
    text-decoration:underline;
    }

    Thread Starter vinoman

    (@vinoman)

    I see now, even though on a different computer only mandriva has the underline. maybe it has to do with if its been clicked on.

    That is exactly what it has to do with. Clear the browser cache and all the underlines will go away indicating that you have not visited the links.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links are on one line- why?’ is closed to new replies.