twix2006
07-18-2003, 11:10 AM
how do you indent text? [i've got a paragraph and i want an indentation on the first line]..i've seen this question asked on the forum b4..but no one answered it :P
|
View Full Version : text indentation twix2006 07-18-2003, 11:10 AM how do you indent text? [i've got a paragraph and i want an indentation on the first line]..i've seen this question asked on the forum b4..but no one answered it :P Lissa 07-18-2003, 11:13 AM This makes one space: & n b s p ; You need to put those letters right next to each other, I can't do it here because it formats itself. twix2006 07-18-2003, 11:21 AM so how big is "one space" like a normal "tab" indentation? or like a space button space? :P twix2006 07-18-2003, 11:30 AM nvm..tnx lissa! BugGirl 07-18-2003, 05:05 PM for the record, a standard indent is five spaces, so five nbsp's should do the trick. Or you can be lazy like me and use css: <style type="text/css"> <!-- p {text-indent:1cm} --> </style> ^^put that in your <head> tag ^_^ |