Ardnieu
05-15-2005, 09:28 PM
Nothing complicated, really. I used to know it, but I forgot after not messing with HTML for months now.
So... anyone know what the code for indenting is?
So... anyone know what the code for indenting is?
|
View Full Version : Tab/Indent code... Ardnieu 05-15-2005, 09:28 PM Nothing complicated, really. I used to know it, but I forgot after not messing with HTML for months now. So... anyone know what the code for indenting is? Ardnieu 05-15-2005, 09:31 PM Please ignore this- I received an answer somewhere else, right in the middle of my posting this. Zohar Amihud 05-15-2005, 09:34 PM the all block: <p style="margin-left: 25px;"> the first line: <p style="text-indent: 25px;"> |