Click to See Complete Forum and Search --> : how do i move my text ?


cofactor
11-08-2005, 09:26 AM
i am using DreamWeaver MX . in my HTML how do i indent my Text a little bit upto my choice ?

i already have centered the text. but now i want a slight indentation to the leftside...but its no indenting !!

i tried to put many   in the code ..but that did not help me.

so, how do i indent text upto my choice to the left or right ?

cant i do it in dreamweaver ?

Please provide the complete steps.

Thank you

NogDog
11-08-2005, 09:42 AM
I don't know Dreamweaver, but what you probably want is to add some padding on the left side of the element in question. Look for some sort of padding options in DW.

The Little Guy
11-08-2005, 09:51 AM
Try this

<div style"margin:20px;">text text text text text text text text text</div>

Or If you have a Style Sheet
CSS Portion
.frog{
margin:20px
}
HTML Portion
<div class="frog">text text text text text text text text</div>

rincewind456
11-08-2005, 10:23 AM
"Ctrl+Alt+] " or "Text -> indent" in MX