[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: forms
From: |
Sameer Naik |
Subject: |
Re: forms |
Date: |
Sun, 9 Dec 2007 17:35:07 +0530 |
User-agent: |
KMail/1.9.6 (enterprise 0.20071012.724442) |
it indeed is possible to get the current forms look and feel using only CSS.
the alignments can also be setup for the columns.
for example, take a look at www.gcosign.com
towards the page bottom is a information request form that in fact is
formatted with divs and CSS.
well tables can also be used, its just a choice u should make.
but i remember reading that tables should only be used for tabular data and
not for html layout.
im not sure about what drawbacks we will have if we use tables to format the
forms, tables for sure will require more html than coding, than div based
formatting.
~sameer
On Sunday 09 Dec 2007 4:04:27 pm Davi Leal wrote:
> I do not know if it is feasible to get the current forms look&feel used at
> gnuherds.org using only CSS:
>
> * first column right aligned
> * all cells aligned
> * etc.
>
> Maybe we will be forced to keep the use of the internal tables for forms?
>
>
> The goal was develop a main layout based on <div>s. However maybe we will
> have to keep the internal forms tables if we are forced to?