Re: [css-d] to pre or not to pre

2006-07-25 Thread Michael Landis
On 7/25/06, jaklitsch maya <[EMAIL PROTECTED]> wrote: > I have been studying xhtml and css and have found in > one book this example: > > > one three five > two four six > > > I can then use css to style it whichever I want. > > Now I have been using ul in order to set up the same > lines, and st

[css-d] to pre or not to pre

2006-07-25 Thread jaklitsch maya
I have been studying xhtml and css and have found in one book this example: one three five two four six I can then use css to style it whichever I want. Now I have been using ul in order to set up the same lines, and styling it with css. Now I am wondering which is the better code to use? I k