PDA

View Full Version : HTML question



rysolag
September 4th, 2003, 05:40 PM
How do I insert a tab character...

Yeldarb
September 4th, 2003, 06:16 PM
i don't believe you can
(maybe with
<p>) or not...

Kitiara
September 4th, 2003, 06:59 PM
No, the p tag is a new paragraph.

I don't think you can do an indentation other than by using the & nbsp character a few times in a row (which is a blank space, though you have to join up the & and the nbsp for it to work).

Digitalosophy
September 5th, 2003, 10:38 PM
you can use pre i believe or just make a table like kit said