I replaces the padding left with text-indent and it didn't indent a line than the whole paragraph but i ended up having an extra line. I went to Visual and with shift+enter i was able to remove extra space only to notice that the first line in that para was indented and not the line that i wanted.
Please copy and paste the following code onto your editor's HTML tab and you should be able to see the indent only for the first line of the paragraph and you would see "hello" and "world" in the consecutive lines instead of paragraphs.
People are right. But, software is wrong.
<p style="text-indent: 30px;">The intro tab section .. in word each on of the fields was coming one below the other .. but in here its kind of messed up. I wanna have it fomatted same like my word document. I don't see attachment option here or else i wud have sent u the way it is formatted in word.</p>
hello
world
I'm willing to learn a bit of HTML and CSS. Can you please let me know how can i use courier new and verdana fonts?
Basically, you'd need the following code to bring courier new...
<div style="font-family: courier new;">
People are right. But, software is wrong.
<p style="text-indent: 30px;">The intro tab section .. in word each on of the fields was coming one below the other .. but in here its kind of messed up. I wanna have it fomatted same like my word document. I don't see attachment option here or else i wud have sent u the way it is formatted in word.</p>
hello
world
</div>
Kindly see the difference between the previous code and this code. There is a new "style" inserted to have the new font. You might not notice the difference in the WP editor screen. You need to click the "preview" button to see the changes in font. Please replace "courier new" with whatever font you'd like to see.
Tried pasting from word but still the same formatting issue. It didn't solve the probs. I activated plugin that u mentioned but i didn't see any extra options when i was trying to write new post. What and how shud we use that after activating?
I'm sorry to hear it did not work as expected. I'm not currently using this plugin. I only wanted to recommend it to you as it offers a lot more options. You may want to post a new question about it on this section. You may also see what issues others faced on the link and it may help you too.
PS: I just noticed in my previous reply, the link didn't work. I'm sorry about providing the wrong link.