text-indent Questions

5

Solved

I try to turn a PDF book into a mobi book (html), and I also want to recreate the layout. There, after every break the text is intended one line. This should be doable with <body style="text-in...
Ardellaardelle asked 23/7, 2012 at 20:12

5

I have a form with limited width, however the label text maybe longer than form width, so the text was wrapped to multiple lines. My problem is that first line is indented because of input element ...
Lysis asked 4/12, 2013 at 7:46

3

Solved

I would like to know if its possible to indent a single line with the tab-key without deleting the marked text. In the first part of the GIF you see Visual Studio Code and in the second part Atom....
Gourami asked 19/7, 2018 at 9:45

11

I'm trying to hide some text inside an <li> element using CSS by setting text-indent: -999px;. For some reason this doesn't work when I set the direction of the document to "rtl" (right to le...
Inna asked 8/5, 2010 at 15:41

5

Solved

- A Reuters reporter in Surkhrod district in Nangarhar province, where villagers said the raids took place, said Afghan police fired at the crowd after some of them started throwing stones at loc...
Twinkle asked 14/5, 2010 at 9:27

3

Solved

Is it possible to text indent each line in a textarea? I'm using a handwritten font and the first letter on each line is getting cut off slightly. I've already used padding and margin, but this doe...
Shrieval asked 29/7, 2010 at 4:20

8

Solved

I have several paragraphs that I would like to indent, although only the first lines of these paragraphs. How would I target just the first lines using CSS or HTML?
Muster asked 2/5, 2011 at 12:10

3

Solved

I am trying to customize the look of my checkboxes using font-awesome and to have all the text of the labels correctly indented. I have customized the look of the checkboxes which makes the usual a...
Potpie asked 26/5, 2015 at 8:59

5

Solved

I've found several answers on how to indent multiple lines in vim, I want to know how to take a single line and indent it more than once. In effect, I want a shorter version of the following comman...
Pharyngology asked 13/9, 2010 at 16:50

1

Solved

I have created an "Important Notice" bar where I want the text to scroll across the screen. It is achieved by animating the text-indent which seemed to work well until I had text which was longer ...
Ible asked 24/11, 2016 at 14:44

2

Solved

I'm trying to use the auto-indentation feature in Sublime Text 3 for HTML. I've got some block comments in the html and selecting Edit>Line>Reindent works until it hits a block comment. Try to rei...
Freddyfredek asked 7/7, 2016 at 14:25

2

Solved

I am using a slider that I can't modify the navigation text (next / previous) but I would like to replace the text with an arrow I have added the arrows with the following css: #carousel .hero-ca...
Chitchat asked 24/5, 2014 at 22:9

4

Solved

I've got a company logo at the top of my site, that links back to the homepage. I'm hiding the link text using text-indent: -9999px; which seems like common practice. To me it feels like a bit of ...
Agronomics asked 18/7, 2011 at 15:43

5

Solved

I have some JavaScript code that is written in one line (no carriage returns), it's completely unreadable... With Notepad++, I tried to replace these characters ({, }, ;) by themselves plus a carr...
Copyright asked 2/2, 2012 at 15:38

1

I'm trying to indent ragged li lines whilst using a custom bullet point, however any minus 'text-indent' solutions I've found online haven't worked - unless I'm missing something. Would it be poss...
Mantissa asked 5/3, 2014 at 13:5

5

Solved

I want to use a technique like text-indent:-9999em or negative margin to replace my text with more pretty pictures, but I wonder if search engines would treat this as kinds of cheating? I think fo...
Calorific asked 30/3, 2011 at 2:29

2

Solved

When I use text-ident property in CSS, what I expect to see is when you focus into the text input area, the text cursor icon/caret will appear indented. But it appears as if it isn't indented until...
Microfarad asked 20/8, 2012 at 23:33

14

I am working on a website and on the top navigation bar there is a search box, I applied the following css on the search submit button #submit { background: url("img/new-search-icon.png") no-rep...
Bedivere asked 22/5, 2010 at 13:45

5

Solved

This article say we should avoid using this technique. This one says it's awesome. Is it true that Google looks inside CSS files for text-indent: -9999px; and punishes you? :| I'm using that prope...
Brothel asked 23/1, 2012 at 11:51

1

I am interested in having a series of TextViews, ultimately with a hanging indent. The standard way of doing this via CSS is to set the margin to X pixels and then set the text indent to -X pixels....
Chiliasm asked 31/1, 2012 at 22:24

2

Solved

The precondition is that I use monospace as my font-family, but it doesn't seem to work properly, I've tried some solution but neight of them work, my HTML structure is as below: <!DOCTYPE html...
Calc asked 24/2, 2012 at 9:42

1

Solved

Ran into this quirk today. http://jsfiddle.net/UJAjD/3/ You'll notice that in Firefox 7 and Opera, the gray box has the word "Next" in it. The CSS includes a text-indent property that should move...
Radish asked 5/10, 2011 at 16:25

1

Solved

I have been using HTML5Boilerplate for most of my projects, as it is a great framework but me and the other developer have been going back and forth about the image replacement class and the use of...
Briton asked 29/8, 2011 at 2:53

2

I often have shell scripts that call other scripting languages, like so: #!/bin/bash cat somefile|awk ' BEGIN { #This line is not auto-indented and is colored as a string constant. ... } { #S...
Luteous asked 24/9, 2010 at 17:19
1

© 2022 - 2024 — McMap. All rights reserved.