• Resolved Lin Robinson

    (@lin-robinson)


    WHAT is with the links in my 3.0.3 with “integral” theme???
    http://linrobinson.com/bulletins/?p=281

    I was having trouble with no spacing after links, which I jury-rigged up, but what do I do with this? The links just go wherever the want, out of sequence of the text.

    This is starting to get to be more trouble than just writing the HTML. I am switching to WordPress from Nucleus, but starting to question why I would… I don’t understand stuff like this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • where is the ‘float: left;’ in the link styles in your site coming from?

    style.css:

    #content a {
    	float: left;
    	font-size: 16px; weight: bold;text-transform: none; color: #990000;text-decoration: none;
    }

    remove float: left; from that style.

    this will of course pull the links out of context, and leave no space to the right of the link (to have a space, the style would need a margin-right)

    Thread Starter Lin Robinson

    (@lin-robinson)

    That would do it, all right. Thanks for making me feel stupid. 🙂

    I guess that got there when I was trying to keep menus from trailing across the page. Or the cats did it while I was out of the room.

    Thanks very much for the eye and not snickering.

    Or the cats did it while I was out of the room.

    lol – we got one of those as well 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Out of control links’ is closed to new replies.