Tagged Questions
The underline tag has no wiki summary.
13
votes
4answers
11k views
CSS Box Shadow Bottom Only
How do I do this? I want my element to look as though it has a shadow underline. I dont want the shadow for the other 3 sides
10
votes
1answer
2k views
Visual Studio Editor does not underline errors anymore
My Visual Studio (2008) Editor has stopped to underline Errors (this nifty wavy red lines). I can't really tell when, but it can be related to the installation of .Net Framework 3.5 SP 1 or the MVC ...
8
votes
2answers
2k 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.
7
votes
1answer
2k views
Remove underline from links in TextView - Android
i am using 2 textview to display links from database, i managed to change link colors but i want to remove underline
email.setText(c.getString(5));
website.setText(c.getString(6));
...
5
votes
8answers
71 views
HTML character code to underline next character
Like:
abcdef
_
What HTML character code I need to insert before b to make b underlined?
I need this inside a html attribute (value of a input field), so html tags like <u> are not ...
5
votes
5answers
596 views
CSS Text underlining too long when letter-spacing is applied?
Whenever letter-spacing is applied to something with an underline or a bottom border, it seems like the underline extends beyond the text on the right. Is there any way to do prevent the underline ...
5
votes
7answers
506 views
Is there a semantic version of <u>?
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 how ...
3
votes
1answer
75 views
To draw an Underline below the TextView in Android
Actually I want to draw the underline below my TextView, I have searched a few content but couldn't find out anything fruitful.
Can anyone please help me out here.
Thanks in Advanced
davidbrown
3
votes
2answers
3k views
How can I add an underline to a HyperlinkButton in Silverlight?
It seems I can format a HyperlinkButton in the same way I can format a TextBlock:
HyperlinkButton hyperlinkButton = new HyperlinkButton();
hyperlinkButton.Content = "google";
...
3
votes
2answers
2k views
space between text and underline
i am using text-decoration:underline; but text and underline are touching each other.can i increase space between text and underline?
this one. i want to make space between text and underline.
3
votes
3answers
2k views
Get underlined text with Markdown
I am using BlueCloth as a Markdown library for Ruby, and I can't find any syntax for getting a text underlined. What is it?
3
votes
3answers
595 views
CSS: Skip underline in part of link
Is it possible to have a contiguous link, where the text is normally underlined on mouse hover, but in the middle have a section (eg an image) without this underline? This does not work:
<a ...
3
votes
6answers
10k views
underline text in UIlabel
How to underline a text that could be multiple lines of string?
I find some people suggest UIWebView, but it is obviously too heave a class for just text rendering.
My thoughts was to figure out the ...
3
votes
1answer
3k 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" ...
3
votes
2answers
8k 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 ...
2
votes
1answer
24 views
Underline Textview
Just a quick question:
Do you know why i can do that:
pnrCode = (TextView)findViewById(R.id.pnr);
SpannableString pnrContent = new SpannableString("PNR: ");
pnrContent.setSpan(new ...
2
votes
1answer
50 views
:before on link, stop :before content being underlined on hover
I have a text link that is underlined when hovered. I'm adding at the beginning of the link a > symbol using the following code:
.box.blueb a { color: #0098aa; }
.box.blueb a:hover { ...
2
votes
1answer
65 views
Custom underlines in CSS for text with line breaks
Is there any way to underline a large hunk of text in a custom way with CSS/JS? I don't know what the text is gonna be and it can have line breaks in it, so I can't go the regular way of using a ...
2
votes
1answer
83 views
text-decoration not working
Why are the post titles underlined in this page even though h2 element has text-decoration: none as a description?
2
votes
1answer
225 views
How can I underline a single character in the Content of a Button in WPF?
I have a number of buttons in my WPF window and I would like to have certain characters in the button contents underlined.
I have tried using the "_" like "My_Content" to underline the C, however ...
2
votes
1answer
220 views
Strange underline symbols in vim
Could you please tell me what does the underline symbols in the picture mean (they are not there in insert mode, when I write something to that place it will get underlined) and how to get rid of ...
2
votes
1answer
145 views
Javascript css underline corresponding to toggled divs
Hey all,
Earlier I received some help toggling between three hidden divs in a photo library. I'd like to add an underline to the anchors toggling which div to show. The script is dynamic... and ...
2
votes
2answers
256 views
CSS linked images are being underlined (“a” display is set to block)
I have a menu for which I wanted all of the space around the text, within each individual item, to take the user to the specified page. I looked around on the web and found that the best solution is ...
2
votes
2answers
353 views
Underlining Text in an <input> Box
I've gotten a request from a client to underline text in a text field.
Both single and double lines.
Is this even possible? I assume with some obscure plugin but I haven't found it yet. :P
I've ...
2
votes
0answers
573 views
How do I tell linkify not to underline links?
Is there any way to tell linkify not to underline my links? I am already using textView.setLinkTextColor(stateList) to change the color, but I'd like to remove the underline that is inserts on the ...
2
votes
2answers
2k 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?
2
votes
2answers
877 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 ...
2
votes
6answers
806 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">
...
2
votes
6answers
3k views
Superscript underline in IE
I'm going to be brief because I'm short on time, so I apologize if this isn't as detailed as I'd like it to be.
I have some code:
print("<a href='#'>Some text<sup>®</sup> ...
2
votes
2answers
733 views
RichTextBox and underline color
Is there any way to change the color of an underline in a RichTextBox?
I've tried this but it doesn't seem to work. Anybody know where did those enum values came from? Didn't see any documentation for ...
1
vote
1answer
45 views
CSS underline issue with typeface on chrome
I'm not sure if this is a typeface bug, but typeface renders double underline on anchor text that has text-decoration: underline style on chrome. Any thoughts please?
By the way, I'm using typeface ...
1
vote
1answer
54 views
Draw underline text with PIL
There is a post related to bold/italic:
Draw bold/italic text with PIL?
However, how to draw underline text with PIL?
1
vote
1answer
115 views
“text-decoration” and the “:after” pseudo-element, in Firefox 8
On a page (which I maintain for myself and thus can restrict browser support to FF 3.5+) I'd like to add "SO" after each link to StackOverflow.com. First I did it like this…
...
1
vote
2answers
37 views
How to make the underlines the same size in all browsers with css?
When I have the following in css, the underlines under the links in IE and Firefox are "doubled". I have seen that some websites have the same font-family, same font-size, in bold and underlines are ...
1
vote
2answers
49 views
Compair and underline problem
I have two array one is words another is sentences. Now, i want to underline this common word. for examples first word is "at" and first sentences is "dont at work". so I want to to display both word ...
1
vote
5answers
81 views
Dynamic underlining of active page
Asked a similar question a while ago and tried to build off of my answer but am still having trouble.
I've got a navigation menu that links to different places within the page. I'd like the active ...
1
vote
0answers
379 views
Underline a collection of terms in a WPF rich text box
I have a collection of terms, each of which I want to underline in the contents of a WPF Rich Text Box. Using techniques I found here and elsewhere, I'm able to do just that, as long as each term in ...
1
vote
2answers
597 views
WPF TextBlock Underline
I have a textblock of width say 500, but my string is just say "H" but I want to underline the whole textblock width not just under H what can I do?
1
vote
2answers
927 views
1
vote
2answers
582 views
Why is vim drawing underlines on the place of tabs and how to avoid this?
Without any specific regularity my vim displays underlines on the place of tabs (see below).
Sometimes it also happens to the text: I type and it's underlined.
What could be a reason?
1
vote
2answers
1k views
Underline / Bold in UITextView
Is it possible to underline or embolden certain bits of text in a UITextView?
For example my Text View has headings in it, and would like those underlined...
Random Mode
In random mode, you ...
1
vote
2answers
673 views
Is there a way to underline one character in a WPF TextBlock?
Is there a way to apply an underline text decoration to one character only in a TextBlock (or any amount less than the full block)?
I have some text that I want output as "this worf is misspelt" and ...
1
vote
2answers
346 views
How do I underline text in Perl Linux?
Is there a way to underline the text is a perl output script? I have read from several sources but the text in the scripts can't be underlined.
An error outputs: Global symbol "$finalAddition" ...
1
vote
4answers
477 views
Underline ie6-bug. Inline element in <a> tag
There is a markup:
<a href="#">
lorem ipsum<span>15</span>
</a>
There are styles:
a{
text-decoration: underline;
}
a span{
background: #fff; //To clean the ...
1
vote
3answers
200 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 ...
1
vote
3answers
1k 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
1answer
1k views
Wavy underlines as a TextDecoration: what I am doing wrong?
I want to create wavy underlines using TextDecoration (in a control similar to RichTextBox).
I did the following thing:
private static Pen CreateErrorPen() {
var geometry = new StreamGeometry();
...
1
vote
4answers
6k views
What is the Constant Value of the Underline font in Java?
What is the Constant Value of the Underline font in Java ?
Font.BOLD bold font
Font.ITALIC italic font
What is the UNDERLINE font Constant ?
I try all the available constants but it didn't work .
...
0
votes
2answers
40 views
Underlining User Input
I am intending to underline the user input but after doing research, I still cant find the way to do it.
So far this is what I have got from doing research, but it still doesn't work.
Anyone knows ...
0
votes
1answer
23 views
select underlined text from rtf using regex
i want to select the next piece of text which is underlined. You see the rtf of a richtextbox has following code for an underlines text :
\ul\i0 hello friend\ulnone\i
But the normal text looks like ...