function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prateek mishraprateek mishra 

I want to convert my vf page of picklist from 1 to 2. please go to the attached image... please rply ASAP..

User-added image

Hi all,

I have created the vf page of the picklist ( Image 1) now i want the spaces and etc just like it is shown in image 2 .... '
Please help me out with the vf code ... i have just started learning salesforce i hope you guyz wont mind answering such easy questions..

Thanku
Vasani ParthVasani Parth
Hi Prateek - Welcome to this vibrant community

Let's consider the example :
 
<apex:form>
    <apex:inputText value="{!inputValue1}"/>
    ... Add space here ...
    <apex:inputText value="{!inputValue2}"/>
</apex:form>
This is what your question suggest.

You can use normal html tags like <br/> or &nbsp;. You could also use the styleClass attribute and use css to add paddings or margins as well.
See here for more info on styling in SF http://www.salesforce.com/us/developer/docs/pages/Content/pages_styling_custom.htm

Please mark this as the best answer if this helps

 
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Use html tables, add blank column and set the column width as needed. OR you can add &nbsp;