Questions tagged [text-styling]

139 questions
0
votes
1 answer

Style text defined in custom data attribute

I'm using a jQuery function to pull two portions of text listed in a selected image's custom data attributes, "htext" for header text and and "ptext" for paragraph text. I want to style this text so I can add line breaks and change the rags of each…
Parker Richard
  • 196
  • 1
  • 17
0
votes
3 answers

Vertical (rotated) text in HTML table headers

My table headers are much wider than the data in the table, so I am trying to rotate the text in the headers to save space. I've been trying out the suggestions in this question, and I've also taken a look at this and this. However, none of the…
cppprog
  • 804
  • 3
  • 12
  • 22
0
votes
1 answer

Bold / Cursive section of Tooltip text obtained from binding

I have a tooltipservice set to an image, where I want to display a text. Part of this text we wish to have in bold. Another part in cursive. The text is obtained from the database and given to the tooltipservice via a binding…
Theun Arbeider
  • 5,259
  • 11
  • 45
  • 68
0
votes
1 answer

How do I make the text that is out putted via this Wordpress PHP function bold?

The following wordpress plugin allows for Widget titles to be turned into links. I would like the link text to be outputted as bold and be black. What do I need to modify? I would do this via CSS, but it ends up effecting other classes and styles. I…
WebPlayer
  • 3
  • 3
0
votes
0 answers

How can I invoke a Confluence Macro when importing pages from a text file

I have some text files where each text file represents a page. Now these pages contains text along with some html content which is not getting parsed while import into confluence. Example text file == Title of the page == < center> You are in a…
Satyam Roy
  • 336
  • 4
  • 18
0
votes
1 answer

How do I modify a browser tab's text styling with Javascript?

I am trying to write a bit of code in a script that changes the color and/or text formatting of a browser's tab--any tab, not just the currently selected one--when a given process completes, so that I can tell, without tabbing back to said tab, if…
0
votes
2 answers

sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others

I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-style:italic; and font-weight:bold; are effective. In fact, when I try…
Fiona
  • 1
  • 1
0
votes
2 answers

Bold Style not applied to textview android

I'm using action bar with custom view for title to be able to add Title and Subtitle I need to set Title Style to Bold, When I make it in the XML layout it works fine, but I need to set it from code using textView.setTypeface(null,…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
-1
votes
1 answer

Second text reveal block in a different color and emphasize one word fontweight

I'm a visual designer with minimum code knowledge and trying to solve something that I haven't managed on my own. Here's the code that I'm working with: /* Basic styles */ @import…
berkbey
  • 3
  • 2
-1
votes
3 answers

How to create text effect like this (HTML/ CSS)? Text with caret

Not sure how to do this with just HTML/CSS. Should I use an image for the caret and top wording and insert it that way?
Meena joumaa
  • 21
  • 2
  • 4
-1
votes
1 answer

How to add different textstyle for dropdownmenuitem and item selected in dropdown in flutter?

I am new application development. How can I add individual textstyles for a dropdown in flutter like i need to add black textcolor for dropdownmenuitems and white textcolor for the selected value in dropdown ?
Phanindra
  • 1,110
  • 2
  • 11
  • 24
-1
votes
1 answer

How to set equal width to multiple textviews irrespective of word count aligned vertically in android?

As you can see in attached images, line 1 has two words, line 2 has 4 words and last line has one word. But they all have equal width irrespective of different text size and word count.Can anyone help me to achieve this?
-1
votes
2 answers

WPF/XAML and Clean Code

I miss something similar to the CleanCode book for xaml. How should I structure the XAML? ? All attributes in one line? One attribute per line?
Hans Vader
  • 183
  • 10
-1
votes
1 answer

Text styling using CSS

Hello I am new to CSS and I am using quotes in a website I am building. However I do not really want to use an image to achieve the style when I might be able to use CSS. My problem is I have no idea where to start! THIS IS THE IMAGE I WILL USE IF…
DanielNolan
  • 721
  • 3
  • 10
  • 18
1 2 3
9
10