Forum Post: row span in a tables data cell (form layout)

  • Thread starter Thread starter ByronB
  • Start date Start date
Status
Not open for further replies.
B

ByronB

Guest
Hi guys I am trying to get a multi select picklist to span rows because as soon as there is a multi select picklist with the size more than 1 it throws off the alignment of the rest of the controls. It doesnt look very good. I have tried using a script component and building up the control manually: td class="rbs_rightLabel3" id="rbi_L_contactRole" Contact Role /td td class="rbs_leftDataCol3" id="rbi_F_contactRole" rowspan="6" select name="contactRole" tabindex="29" multiple="true" size="6" option value="11565" Something /option option value="11566" Send Licences /option option value="11567" Something /option option value="11568" Something /option option value="11569" Something /option option value="11570" Something /option /select /td this throws the columns alignment for that section right off (pushes everything to the right). Is there anyway around this?

Continue reading...
 
Status
Not open for further replies.
Back
Top