I am trying to indent text, but notice that with a div, it puts a new line below, and a span, it does not work at all. here is my code:
Code:<div style="text-indent:15px;">Link1</div><br /> <div style="text-indent:15px;">Link2</div><br /> <div style="text-indent:15px;">Link3</div>


Reply With Quote
Bookmarks