Page 1 of 1

tab in php

PostPosted: 14. July 2009 06:29
by tavoqc
Hey, i hope you can help me with this:
<br> - sends you to the next line
<hr> - draws a line
, what do i do to make a tab so i can align something like this:

NAME LAST-NAME EMAIL
Ann Stewart any@hotmail.com
John Doe johndoe@yahoo.com
Mickey Mouse mickey@gmail.com

Re: tab in php

PostPosted: 14. July 2009 06:53
by Wiedmann
, what do i do to make a tab so i can align something like this:

http://www.w3.org/TR/html4/struct/tables.html

Re: tab in php

PostPosted: 14. July 2009 10:03
by roman2
Or use CSS to position things.

Tab is not used in HTML.

Re: tab in php

PostPosted: 14. July 2009 13:40
by glitzi85
roman2 wrote:Or use CSS to position things.

In general I agree with you, but in this case a table is fine, as the data is in table form.

glitzi

Re: tab in php

PostPosted: 14. July 2009 19:34
by roman2
You are correct.

Damn, I've been corrupted by what I actually object to -- the philosophy of CSS based layout fanatics! :)

Re: tab in php

PostPosted: 14. July 2009 20:18
by glitzi85
roman2 wrote:Damn, I've been corrupted by what I actually object to -- the philosophy of CSS based layout fanatics! :)

:mrgreen: