purewebsolutions
Member
Posted 1 year ago #
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.
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
purewebsolutions
Member
Posted 1 year ago #
Apologies, I missed out the URL
The problem is occurring on the following page http://www.ashmei.com/about
Many thanks
I can't see any links in the content of that page.
purewebsolutions
Member
Posted 1 year ago #
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;
}
purewebsolutions
Member
Posted 1 year ago #
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?
purewebsolutions
Member
Posted 1 year ago #
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.