i use following css for table-look

dl {display:block;}
dt
{clear:left;display:block;font-weight:bold;float:left;width:155px;border-top:1px
solid #666;color:#F48120;}
dd {clear:right;display:block;margin-left:155px;padding:3px;border-top:1px
solid #666;background-color:#56585d;}

On Mon, May 4, 2009 at 7:28 AM, iceangel89 <[email protected]> wrote:

>
> i want to decorate my form in a table something like
> http://www.nabble.com/How-render-Zend_Form-to-html-table--td15299082.html
>
> except in the following format
>
> +--------+----------+-----------+
> |  label   |    label   |   label     |
> +--------+----------+-----------+
> |element| element |  element |
> +--------+----------+-----------+
>
> and maybe in abit more conplex like
>
> + ---------------- + ---------------- + ----------------- +
>  |                      |   static header  |   static header   |
> + ---------------- + ---------------- + ----------------- +
>  |   static header |  elem              |   elem              |
> + ---------------- + ---------------- + ----------------- +
>  |   static header |   elem              |   elem              |
> + ---------------- + ---------------- + ----------------- +
>
> can i do it?
> --
> View this message in context:
> http://www.nabble.com/Forms-in-Table-tp23362936p23362936.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>


-- 
Elvin Şiriyev
http://elvin.siriyev.net

Reply via email to