Aftermatha 0 Report post Posted October 19, 2004 Just want to ask how can I Indent using the HTML tags?I know the space only contributes to one empty letter, but can I do more to that?Thanks for your help. Share this post Link to post Share on other sites
dontmaimyourself 0 Report post Posted October 19, 2004 you could try using this character. Im not to sure about how to indent it tho, but that will create a space ( I think ) Share this post Link to post Share on other sites
serverph 0 Report post Posted October 19, 2004 Just want to ask how can I Indent using the HTML tags?I know the space only contributes to one empty letter, but can I do more to that?Thanks for your help.here are some solutions:http://www.blooberry.com/indexdot/html/topics/indent.htmdontmaim's work best for indenting just the first line of text. just use as many as you need, to create the effect you want. Share this post Link to post Share on other sites
Taupe 0 Report post Posted October 26, 2004 Just use <pre> tags, they're created for that... Share this post Link to post Share on other sites
Becca 0 Report post Posted November 6, 2004 you could try using this character. Im not to sure about how to indent it tho, but that will create a space ( I think ) Yup ..just what I was going to say. Share this post Link to post Share on other sites
jalenack 0 Report post Posted November 8, 2004 nooo...you guys are all using deprecated solutions...we need to away from and stuff like that for layout...proper indentation goes involves CSS and HTML..example:<p style="text-indent: 30px"> bla bla bla </p>replace '30px' with any unit, CMs or EMs or px or watever...hope this helps-Jalenack Share this post Link to post Share on other sites