Top "Underline" questions

An underline is a more or less horizontal line immediately below a portion of text.

Changing Underline color

I have this code here: echo "<u><font color='red'><br>$username</font&…

html css underline
Flutter: how to make a TextField with HintText but no Underline?

This is what I'm trying to make: In the Flutter docs for Text Fields (https://flutter.io/text-input/) it says …

flutter dart textfield underline hint
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 …

html css underline
Control underline position on text-decoration: underline

Is there a way to control the position of the underline in text-decoration: underline? <a href="#">Example link&…

css underline
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 …

visual-studio editor underline
Remove underline from links in TextView - Android

I am using two textview to display links from database, I managed to change link colors but I want to …

android hyperlink textview underline
WPF TextBlock Underline

I have a textblock of width say 500, but my string is just say "H" but I want to underline the …

c# visual-studio windows-phone textblock underline
How to make Label Text Underline?

How can I make Label text Underline in WPF? I am stucked and could not find any property for underline: &…

wpf xaml label underline
CSS underline less than width of headline?

Is it possible with CSS to make the underline of a headline less wide than the headline text? I have …

css underline
How to make an underlined text in UILabel?

How can I make an underlined text in UILabel? I had tried by making a UILabel with height 0.5f and …

ios cocoa-touch text uilabel underline