• Resolved purewebsolutions

    (@purewebsolutions)


    Hi, I am trying to insert standard < a href…> links into my text, but the link breaks the text and is inserted on a seperate, new line with an indent.

    I have tried inserting link, both on the visual editor and HTML editor. I am using the Eugene Tkachenko theme, and the text is running down the left hand side of an image.

    Any help or suggestions on whats causing this and how to resolve it would be greatly appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter purewebsolutions

    (@purewebsolutions)

    Apologies, I missed out the URL

    The problem is occurring on the following page https://www.ashmei.com/about

    Many thanks

    I can’t see any links in the content of that page.

    Thread Starter purewebsolutions

    (@purewebsolutions)

    Hi

    I did not leave the links there, I removed them because it left the page text broken.

    I have put the links back up now.

    Thanks

    there are a few recent threads with the same problem;
    caused by this plugin: Simple Mail Address Encoder plug-in v. 1.4.1 ?

    Nope – it’s the theme’s CSS. style.css:

    .menu, a {
        color: #FFFFFF;
        display: block;
        margin-left: 35px;
        outline: medium none;
        text-decoration: none;
    }
    Thread Starter purewebsolutions

    (@purewebsolutions)

    Thank you for the suggestions, I am not using the plugin mentioned above and I have looked at the original code in the css which was missing the ‘medium’ on the outline as you have in your code snippet, I have tried inserting it but this has not made any effect…. was this what you were referring to?

    Thread Starter purewebsolutions

    (@purewebsolutions)

    Apologies, the css is in relation to the display property which is set to block and causing the line break before and after!

    Many thanks!

    Glad to hear you got it sorted.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘HTML links causing lines to break’ is closed to new replies.