Questions tagged [italics]

This tag should not be used. Use typography instead.

This tag is under discussion here: A [bold] initiative.

72 questions
0
votes
1 answer

How to have italic words inside regular text Scrollview?

I want to have certain words italicized within my ScrollView element. But I can't seem to figure it out, is there some code similar to like breaks (\n) that I should be putting in? I've searched google and this site but I can't quite find the right…
0
votes
2 answers

How to make product description in Magento Go Not Italicized

I recently changed Magento Go templates, but there is one issue with the template I'm currently using. The entire product description is italicized, and I cannot figure out how to remove this 'feature'. I've tried searching here and on the Magento…
0
votes
1 answer

How do I disable italicization in gimli interpretation of markdown?

Some variants of Markdown understand that (say) /:id/archive_browser/get_file should not be interpreted as /:id/archivebrowser/getfile But I can't get gimli to behave in this manner. Is there a way to do this?
Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83
0
votes
2 answers

How to set uitextfield to italics Xcode 4.5

I have an app where the users enters information in a few textfields which are then added to a uitextview by a nsstring does anybody know how i can set one of the textfields to italics and keep the others normal regards Edit: Heres my code i want…
0
votes
2 answers

Background Color and Italics sets off Internet Explorer 7 bug

The following code demonstrates the issue I'm encountering:
Ian
  • 11,920
  • 27
  • 61
  • 77
0
votes
2 answers

Displaying strings in italics using javascript

I am using a multiline text in xul and in I need to display a string. however part of the string needs to be in italics and if a use the .italics() method in javascript all that's displayed is the Blink! tags next to the string. Is there another way…
-1
votes
1 answer

Mysterious Italic Text on Blog Post

I have a paragraph of text on a Wordpress blog post that is completely set in italics. The document and HTML has no "em" contained inside. I'm totally stumped. Anyone know what can be causing this.
Mark
  • 544
  • 2
  • 6
  • 8
-1
votes
1 answer

HTML how do I italicize the same word if typed without having to individually type the code?

I am making a guide for one of my games that I play and I want to know if there is a way to italicize specific words that are typed multiple times without having to type and over and over again. I tried looking up how to but either I'm…
Kurt Moon
  • 1
  • 1
-1
votes
1 answer

Present italics font in jqgrid column

I would like to ask you, if its possible to present the contents of a specific column in a jqGrid table with italics font. I searched for it but couldn't find anything. So is there any way to achieve something like this ? Thank you.
F.N
  • 401
  • 4
  • 21
-1
votes
1 answer

Main title and under it a text in italic

I have a question. I want to add to my histogram, under the main title, another text, but I need this one in Italics, how can I do it? I have this code hist(DataFile, breaks=50, main="Distribucion de Peso\nUca rapax", ylab="Frecuencia de peso",…
-3
votes
2 answers

Can you put Italics in python?

Is it possible? I need it for a program I'm making and if not I'll try something else.
-5
votes
2 answers

Italicizing Java text box

I need to update a code by having the name appear in italics in the following sentences. Where in the innerHTML would I place the tags? `enter code here` Greetings
1 2 3 4
5