2
votes
1answer
107 views
StaticMenuItemStyle vs. StaticSelectedStyle - Does one overwrite the other?
I am building a custom asp:menu control in ASP.NET using C# code behind. It is based on the sitemap to my website. Here's the basics of the menu:
<%@ Control language="C#" autoeventwireup="true" …
0
votes
2answers
48 views
css, underline, possible to increase gap
Using css, when text has 'text-decoration:underline;' applied, is it possible to increase the distance between the text and the underline?
0
votes
5answers
52 views
Fix broken <a> decoration with multiple spans
So, i have
<a href="#">R<span class="superscript">5</span></a>
and the underline for my anchor is broken (meaning the underline for the R is at the baseline, and the …
0
votes
3answers
103 views
Using <html><u> tags to make button text underlined, caused button to take up entire JToolBar
I need to have a button whose text is underlined and the only way I could find to do this in Java was to use and tags but when I do this, it causes the button to take up as much room as is left in …
0
votes
2answers
58 views
Changing the color of a font and making it underlined
I need to make a font underline and blue for a hyperlink in one of my JButtons, but it seems the font class has no obvious way to do this. I can't use attributedtext because I'm not going to be …
0
votes
0answers
93 views
sifr padding issue
Hi,
I'm having a problem with my sifr replacements. I have some headings with a tag in side so I want them to be underlined. But the line starts like 5 px before the text and ends 5 px. after the …
2
votes
6answers
445 views
Links css underline
I have the following style for my footers in my css file:
#footer {
text-align: center;
font-size: .7em;
color:#000000;
}
This is the html for the footer part:
<div id="footer">
…
1
vote
3answers
277 views
Winforms MenuStrip Underlined Hotkey Letter
Typically the hotkey letters on a MenuStrip are underlined. (&File, &Open, etc) On a project I'm working on the underline shows up in the designer, but not at run time. I can't find the …
1
vote
2answers
192 views
Internet Explorer: Broken Underlines
I'm having some trouble getting this layout to work correctly in IE. The problem is that when I have a bit of small-caps, underlined text, an image with vertical-align set to middle breaks up the …
1
vote
3answers
74 views
transfer text to clipboard that is underlined
I have a program that the user enters some data and then it creates a form letter and copys it to there clipboard
Some of the users came back and said they would like some parts of the letter to be …
0
votes
1answer
1k views
Using a System.Drawing.Font with a WPF Label
I have a WPF Label control which I'm trying to change the appearance of using a System.Drawing.Font object supplied by some legacy code. I have been able to set most of the properties, but am …
0
votes
0answers
279 views
WPF Wavy Underline Bold/Larger Fonts
In a previous discussion, bstoney provides a very nice example of how to wavy underline some text in WPF. It works great for normal fonts, but for bold and/or larger fonts, I find that the tiling …
3
votes
2answers
437 views
Wavy underlines in a FlowDocument
In WPF, is there an easy way to add wavy underlines (like spelling errors in Word) to FlowDocument elements? There's the Underline class, but there seems to be no way to style it.
0
votes
1answer
131 views
underlining text in sifr
Hey all,
I've recently been getting into using sifr as a healthy alternative to generating text as image using php. I've got a question about underlining text, for a website design I need to be able …
4
votes
7answers
319 views
Is there a semantic version of <u>?
Hi,
In XHTML Strict, it seems that you're not allowed to use the <u> tag any more. Is there a semantic equivalent like there is for <b> and <i>? If not, is there any convention for …
