Click to See Complete Forum and Search --> : indentation


cofactor
11-08-2005, 09:25 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

The Little Guy
11-08-2005, 10:13 AM
Do you want just the code Indented? Or the format?

For the code Do this, and see if it works:
On the task bar, Click Commands / Apply Source Formatting
Or
On the task bar, Edit / Preferences, now on the left side choose Code Formatting

Ubik
11-08-2005, 10:27 AM
It is unclear whether you want to indent your HTML code or indent the rendered page?

To indent your rendered page:

<p style="padding: 5px;">Indented text.</p>

To indent your code:

http://www.griffinoutpost.com/dwscreenshot.gif