The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
27 views

Custom underlines

Does anyone know how it is possible to create custom underlines where the text goes onto two lines? At present I have the following: <h1 class="title" id="page-title">Title goes ...
0
votes
1answer
46 views

Link Hover Animated Underline

I'm trying to have an underline animate on the link hover. I found this example: Underline css3 transition And it works great, in Safari. Something about the way I have the code implemented is funky ...
0
votes
1answer
21 views

set one item in gridview to underlined on gridview load

Ok so i have a gridview of strings and i want it so when i load the gridview i can have one underlined. final GridView gridview = (GridView)findViewById(R.id.gridView); final ...
-1
votes
3answers
43 views

How do I reduce the distance between the border-bottom and parts of text?

I'm currently building my website and I've run into a problem. Here is the webpage. I want to add 3px underlines to only the links, like this: The line height of the text is 56pt, so the ...
0
votes
1answer
62 views

EditText: how to underline all Text in an editText

I am working on editText with some button for: bold, italic, and underline. I've had success with bold and italic, but I don't know how to underline text. My purpose is while typing in editText, and ...
2
votes
2answers
88 views

Java SWT Link widget - How can I remove the hyperlink underline?

I knew that we can use: setText("<a> href="url"> Link </a>"); to set up a link. But the output of this is underlined. I want to have a link that is not underlined, so I tried ...
0
votes
0answers
16 views

Apache .htacces Rewrite Rule with _.html in the string does not work

I have following problem : Some thousends 404 errors in google webmaster tools and I want to get rid of it. The links with the errors have following form : detail1_1573950017_.html ...
1
vote
1answer
59 views

In an xterm, can I turn off bold or underline without resetting the current color?

I'm processing input (from sources like, but limited to, ls -la --color) and underlining certain sections of the text. I don't process these inputs character-by-character, but with lots of regular ...
0
votes
2answers
144 views

Underline animation with jQuery [closed]

I'm trying to do an animation with hover on a link without success, here's my code: HTML <ul> <li> <a class="border" href="#">HOME</a> </li> ...
3
votes
1answer
354 views

Underline css3 transition [closed]

Someone knows how to cretate an underline animation css3? I want the underline to star from left to right on hover. Or there's a better way?
5
votes
2answers
73 views

dotted underline link style with opacity gradient

I would like to underline my links with some kind of dotted gradient from 100% opacity to 0%. I made a screen of what I should look like: I would do sth like a { border-bottom: 2px dotted ...
0
votes
1answer
401 views

How to change editText border in Android (focused)

I'm creating an Android APP, and I'm trying to change the color of EditText. I'm not speaking about background color I'm speaking about underline style color. My Android style color is orange, but ...
-2
votes
2answers
117 views

How to Add a Dotted Underline Beneath HTML Text

How do you underline html text so that the line beneath the text is dotted rather than the standard underline? Preferably, I would like to do this without using a separate CSS file. I'm a novice at ...
0
votes
0answers
68 views

Add cross-browser underline to “select” in gridview - asp.net

What is the easiest way to add an underline to the dynamically auto added select button that is in the first column. see the code below , this does not work. Can I do this in the vb.net as I want ...
0
votes
2answers
61 views

Style thicker underline CSS

I wanted to add a thicker underline to my h1 tags so I used "border-bottom" as suggested in multiple Stack Overflow questions. However, the border extended well beyond the text, so I decided to add ...
2
votes
1answer
135 views

remove underline from textview before getting drawing cache

I'm trying to turn a textview into an image in Android. The problem is, while the use is typing in the textView, there is an underline under the last word. The underline only goes away once the ...
2
votes
5answers
94 views

How can I create a line after my text to the width of the container?

Yes, I'm a newb so please go easy. I know there's got to be several ways to accomplish this. Basically I've been trying to come up with a consistent way to have a header with a line after the text ...
1
vote
2answers
117 views

MagicLine jQuery - length of underline

I tried to use MagicLine jQuery Navigation on my website, but I've run into a small problem. I want the underline to be precisely as long as the word that it's currently highlighting. Instead it's a ...
0
votes
1answer
120 views

CSS decrease space between text and border

When hovering a link I want it to get an underline. The underline should be 2px strong and 4px below the text. With text-decoration: underline I get a 1px strong line which is 4px below. ...
1
vote
1answer
126 views

Android app underlines misspelled words [duplicate]

Possible Duplicate: how to disable spell correction programmatically in android I have created an app that displays slang words on the screen, such as wassup and yessir. These words are ...
0
votes
1answer
59 views

<h1>-tag with an background-image underline with fixed width

I'm new to stackoverflow.com and this is my first post so: I want to have a h1-text with underline. This underline will be an image and it should have a fixed width of 420px. The text in h1 will ...
0
votes
2answers
237 views

CSS a:hover border-bottom length

Could anyone help me out by telling me why the a:hover { border-bottom: 2px; } continues on over the length of the link itself? body { margin: 0; font-family: "Georgia", "Times New Roman", ...
-1
votes
2answers
62 views

bottom border width for text

I have some text which I want underlined. Now, I don't just want the actual text to underline, I want the line to stretch across the screen. I do: H4{align:left; font-style: bold; border-bottom: ...
0
votes
4answers
100 views

CSS underlining

To underline text in CSS we can do: h3 {text-decoration:underline;} However this only underlines the text enclosed in h3 tag. What if want the underline to go across the page? Thanks
1
vote
1answer
44 views

Underline that peters out via CSS/JS?

Is it at all possible to achive this effect, only using CSS/JS? http://i.imgur.com/s2RYR.jpg I'm just wondering as to whether or not this is feasible without images, and any answers would be ...
2
votes
1answer
86 views

vim in cygwin some strange underline,how can fix this?

i am use cygwin on windows7, syntax on in ~/.vimrc. when i try to write a test shell file,there are so much underline,it's boring,how can i get rid of it?i try let html_no_rendering=1 ,but it ...
1
vote
1answer
118 views

Underline will not save using TinyMCE and Ice NYTimes plugin

I am using the ice plugin for TinyMCE by the NY Times. It is a great track changes plugin. The problem is that it seems to interfere with the regular underline behavior of TinyMCE. I can underline ...
1
vote
2answers
96 views

Can't get underline to show up when triggered

I have the following style, but when the mouse over trigger is true, no underline shows up on the text. <Style x:Key="HyperlinkToggleButtonStyle" TargetType="ToggleButton"> <Setter ...
1
vote
1answer
601 views

UITextField underlines from NSAttributedString are only 1 pixel high?

The label (bottom of the picture) and the text field (top) have the same same attributedText. But look at the underlines. The ones in the text field are only one pixel high. This looks terrible. ...
0
votes
1answer
586 views

How do I underline text using FDPF in PHP?

I'm trying to make my text underlined in FPDF but it seems to be impossible... I'm not using HTML. I'm using an DejaVu unicode font, which supports UTF-8, and also its my first time working with the ...
1
vote
0answers
136 views

Highlight multiple words in a string using SpannableString

I'm using a SpannableString to underline certain words, however, I realized the code I have only highlights the first word if there are multiple words. Not exactly sure how to accomplish highlighting ...
0
votes
1answer
641 views

WPF RadioButton Style using TextDecorations Underline

I would like to change the style of the WPF RadioButton so that the Bullet is not shown, the text is bold when IsSelected is true, the text is not bold, underlined, and the cursor is the hand when ...
2
votes
1answer
312 views

Remove underline from a string in Java/Android

I'm getting text input from an editText and setting it as a notification .setTitle, but when it shows in the notification, it shows up with an underline on certain words. I had no idea why, but when I ...
0
votes
1answer
274 views

Text wrapping in WPF hyperlink with style

<Hyperlink Command="{Binding Path=Source1}"> <TextBlock x:Name="DescriptionText" TextWrapping="Wrap"> <TextBlock.Style> <Style> ...
0
votes
1answer
79 views

Create link lable style WPF

I created the following style: <Style x:Key="LinkText" TargetType="{x:Type Label}"> <Setter Property="Label.FontFamily" Value="Verdana"/> <Setter Property="Label.FontSize" ...
2
votes
2answers
341 views

css :after content not underlined

To seperate the links in navigation I have set the following #menu-main li a:after{ content: " * "; } The current item gets additional text-decoration: underline; my problem now is, that the ...
1
vote
2answers
921 views

Set Text to be Underline without Selection

I am trying to allow users the ability to set text they will type as underline, without having text currently selected. This is for an iOS 6 app, entering text in a UITextView. It will be saved as an ...
0
votes
2answers
356 views

How can I change the distance between text and underline in a WPF TextBlock?

I have a style guide from a designer for a button that looks like a hyperlink and I am trying to get as close to it as I can with WPF styles. But I haven't been able to change the distance between ...
1
vote
1answer
461 views

Removing underline with href attribute [duplicate]

Possible Duplicate: How to remove the underline for anchors(links)? In the following code below, the link gets underlined when I use the href attribute. <html> <body> <a ...
1
vote
1answer
698 views

Make text underlined in xcode

Hey I'm making an app that requires a certain part of a text view's text to be underlined. is there a simple way to do this like for making it bold and italics or must i make and import a custom font? ...
0
votes
3answers
258 views

How do I make the underline (of a text in a table) another color in a Reporting Services report?

I want to make the underline of entries in a table another color than the actual text (simply because it looks better). As stated in the header, how do I make the underline (of a text in a table) ...
1
vote
1answer
444 views

Cumulate RunProperties on Run with OpenXML SDK 2.0

I was wondering if I could cumulate RunProperties on Run Run run = new Run(new Text("test")); RunProperties runProperties = new RunProperties(); runProperties.AppendChild<Bold>(new Bold()); ...
0
votes
1answer
258 views

iText 2.1.7 | How to achieve a dashed underline using chunk.setUnderline?

I use SAXItexthandler to achieve custom underlining of specified thickness, color & specified Y position using the below code. So basically i have different strings in multiple itext cells in a ...
0
votes
0answers
76 views

I want to add underline and bold to some of my String in my TextPane, google doesnt do it

so i am making a program where i have some massive amount of string output for the user. I want some of that stringoutput to be underlined or bold, or both. The thing is many people say i need to do ...
4
votes
1answer
203 views

Changing underline color with css doesn't work in chrome?

I am trying to change the underline color during a hover event using spans and it works in IE9 and Firefox 13.01 but it doesn't work in Chrome (it should underline in gold). #menu li:hover ...
1
vote
2answers
158 views

Remove underline from hover in firefox

I added a hoverboard on my site that flips over to reveal more text. It only works well with Chrome, so I tried turning it off in Firefox. It doesn't flip anymore in Firefox, but it makes the box have ...
2
votes
1answer
395 views

How to add pagelines to a EditText in android?

Is it possible to show pagelines in a EditText? I mean these lines: Let's say my EditText is 500 by 500 pixels in size. I want those lines to be visible across that 500 by 500 square. Is there a ...
0
votes
3answers
499 views

Visual Studio 2008 underlining non-error code in red

I have a large C# project in Visual Studio 2008, and nearly half my project is underlined in red errors, most of them are "Undeclared element"; the project compiles, builds, debugs, and runs fine, no ...
5
votes
1answer
778 views

Underlining Text in Python/Matplotlib

I couldn't find another thread or documentation on this topic - has anyone ever been successful underlining in pythons matplotlib package? The syntax I am using is something like this for all the ...
0
votes
2answers
2k views

Underline form field value using itextsharp

I have an application that uses itextsharp to fill PDF form fields. I got new requirement from the customer to allow underlining the fields values. I have read many posts including answers to ...

1 2 3