Buy Cheap Software - Discount Software
pimpMyJoomla Board
Welcome, Guest
Please Login or Register.
Lost Password?
1.03 - 1 col layout (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: 1.03 - 1 col layout

#796
Laura (User)
Senior Boarder
Posts: 14
graphgraph
1.03 - 1 col layout 2007/06/01 18:05 Karma: 0  
Hello,
i working on a form here:
http://sachikosushi.com/index.php?option=com_forme&fid=1

I used the default sample form and currently the form field style looks like this:

Code:

 <td valign="top"width="100%">{fieldtitle}{validationsign}<br>{field}<br>{fielddesc}</td>


But the problem is, i got in the upper part a few input boxes and below the "free text" is crippled into 1 col only.
I need the below text to spread 100% in the bottom area of the form.

Is this possible?


Thanks for your efforts alex.


cheers

Laura
  The topic has been locked.
#799
alex (Admin)
Admin
Posts: 301
graph
Re:1.03 - 1 col layout 2007/06/02 00:33 Karma: 8  
Hello Laura,

i spotted a few mistakes on your form:

1. Textarea field Attribute should not be
Code:

 «style="width:100%;" »

but
Code:

 style="width:100%;"



2.when you edit the free text field, make sure that your Field Style field looks like this:
Code:

  <td valign="top" width="100%" colspan="3">{fieldtitle}{validationsign}<br>{field}<br>{fielddesc}</td>




Let me know if that worked.
  The topic has been locked.
#801
Laura (User)
Senior Boarder
Posts: 14
graphgraph
Re:1.03 - 1 col layout 2007/06/02 11:27 Karma: 0  
Hi alex,
thanks ...

It works now but i had to make the bottom checkbox like this:

Code:

 <tr>     <td align="right" valign="top">{fieldtitle}{validationsign}</td>     <td valign="top">{field}</td>     <td valign="top">{fielddesc}</td> </tr>



Cheers


ps.
when i make the checkbox mandotory the form error output notice to times the error message.

Post edited by: Laura, at: 2007/06/02 11:28
  The topic has been locked.
#811
alex (Admin)
Admin
Posts: 301
graph
Re:1.03 - 1 col layout 2007/06/03 15:54 Karma: 8  
Ok, thanks. I will take care of this.
  The topic has been locked.
_GEN_GOTOTOP Post Reply
© Copyright 2007 Best of Joomla, Powered by FireBoardget the latest posts directly to your desktop