Tim Green wrote:
This happens when you use a style both on the inline toggle text link and on the content itself. Then the two styles overlap each other. We'll look into improving this, but there is actually an easy way to deal with it. What you need to do is leave the link style option for "blue underlined" active -- then the style for the inline text toggle from the skin you are using is active. Instead, you just need to edit the CSS definition for inline toggle links. You can find this at the beginning of the hm_topic.css file in the Baggage Files section of the skin. You just need to change the definitions of these three lines, which are for the inline toggle links:
Code: Select all
a.inline-toggle {color: blue; text-decoration: underline;}
a.inline-toggle:visited {color: blue;}
a.inline-toggle:hover {color: blue; }
Important: The ":visited" version is
only for the color. It is just to prevent the automatic purple color that the browser will display for visited links if you don't set this.
Hi Tim,
1) Yes I know that the code hm_topic.CSS-file I can make settings for inline-toggle by default. But changing the style of links inline-toggle in the code hm_topic.CSS-file will results and affect change
globally to all links in my project, because there is a written standard style for the all project, not the links, which is a single. I don't need it. They work fine
for the all project. Standard style for references, which is written in code hm_topic.CSS-file is fine with me.
It's just that sometimes I use different artwork for some of my "non-standard" links, which should
stand out from links with standard style to them separately to focus the user's attention. So for those (few) links I specifically disable this Option "Link style (blue underlined)" and used my (other) formatting and making
only for this link. I think that You have thought through this point (the Option) to us.
But when I disable this Option then in the
body of my links for some reason comes in (add) 1 character forward (usually a white space when the text continues). It becomes visible only after compilation in the finished project, so H&M in a Text Editor all is displayed well.
Please pay attention to this. This point I tried to show in my screenshot.
Here's another screenshot:
http://s018.radikal.ru/i513/1510/46/92a288256c7d.png
The answer to your second question is related -- it is because of the two styles interfering with each other, because the style you are applying goes in a tag pair that encloses the entire inline toggle text. If you just change the style definition of the standard class used for the link instead you won't have this problem. Then the two styles will be kept separate.
2) On the second question,
if in "Edit Toggle" to "Toggle Inline Text" is present "Format text with Style", please make the styles overlap each other and had no impact on the text inside the inline-toggle independently of the Option "Link style (blue underlined)". Otherwise its use will not be have no meaning.
http://s020.radikal.ru/i717/1510/9a/667c6403b1fb.png
3) And my request for field "Toggle Inline Text":
Very uncomfortable to fill in this text field. There is no possibility to see the whole text in it.
Please, make it possible to expand grasping the mouse by the corner of the field.
http://s020.radikal.ru/i712/1510/31/d15981f344d6.png
_______________________
Thank you for considering our wishes.