Vicente Barberá
|
| Posted: 02/28/2002, 10:27 AM |
|
How can i put a form next tu another?
Example
textarea1 ========== File1 ==============
textarea2 ========== File2 ==============
textarea3 ========== File3 ==============
Insted Of
Textarea1 ==========
Textarea2 ==========
Textarea3 ==========
File1 ==============
File2 ==============
File3 ==============
Thx,
ViNcE.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/01/2002, 2:39 AM |
|
This is possible, however it involves some programmatic
changes of internal template variables. You will need
to featch a template block responsible for a give record
and via string operations eliminate all useless <tr> tags.
May be it's more convinient to simply edit templates file,
after all , this is the purpose templates are made for.
"Using templates in CC" http://www.gotocode.com/art.asp?art_id=91&
--
Alex
CodeCharge Developer
"Vicente Barberá" <vicente@ideas-e.net> wrote in message
news:a5lsr6$2l9$1@news.codecharge.com...
> How can i put a form next tu another?
>
> Example
>
> textarea1 ========== File1 ==============
> textarea2 ========== File2 ==============
> textarea3 ========== File3 ==============
>
> Insted Of
>
> Textarea1 ==========
> Textarea2 ==========
> Textarea3 ==========
>
> File1 ==============
> File2 ==============
> File3 ==============
>
> Thx,
> ViNcE.
>
>
|
|
|
 |
|