html - What would be the best way to make this layout (css or tables)? -


I am developing an application where membership is available. I wanted to know what would be the best way to create data such as the following Schema (using tables or CSS) I (Sorry, I'm at work and what do I want to do on a free image hosting service, do not post pictures Can.)

 | ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ | | Location: xxxxxxxxx-xxxx-xxx Maximum membership date: 12-11-2009 | | Start date: 12-15-2009 Cost: $ 150 | | Duration: 2 days | | Status: Confirmation with remaining locations [Subscriptions] | | | Pl ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ | Location: xxxxxxxxx-xxxx-xxx Maximum membership date: 12-12-2009 | | Start date: 12-15-2009 Cost: $ 150 | | Duration: 2 days | | Status: Confirmation with remaining locations [Subscriptions] | | | Pl ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ 

I was thinking the table, but I'm not sure that this is the most appropriate way for this.

You can do it CSS, but think about the kind of data that you want to present Trying: This is actually an table of data , essentially so I would recommend using a table for it.

In fact, many things get in the tables, but only once you have to avoid the tables, then you are using them specifically for the layout objectives (I.e., not necessarily for the purpose of presenting a table). Use of tables for this type of position will be the correct use of the tables.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -