|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
CSS question
How do you indent the first line of a paragraph in CSS? It would have to be using an inline command because I already have P declared up top. So it would look something like this:
<P style = ... </p> Help? |
|
#2
|
||||
|
||||
|
Code:
<p style="text-indent:3em"> Quote:
Code:
<style type="text/css">
p.indent { text-indent: 3em }
</style>
<p class="indent">
text-indent CSS property.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
||||
|
||||
|
brilliant...as you see I am new to the CSS world. Thank you very much for your help, it is greatly appreciated.
-andy |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|