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
TheLearnerTheLearner 

Providing space in excel file

Hi Experts,

I am rendering visualforce page as Excel file, i need to provide sapce between two lines , i tried with &nbsp, some other tags and css its not wokring at all, could anyone tell me how to do that.

<tr>
<td><b>Display requried</b>
diplay while records      (Please choose one of the field )</td></tr>

i want to display like this could anyone help me please
 
Pruthvi KankunthalaPruthvi Kankunthala
@TheLearner : Try the html tag <br/> .
TheLearnerTheLearner
Hi Pruthvi,

I tried br tag as well, its going to next cell, i dont want next cell  i want with in the same cell,with in the td tag
Gyanender SinghGyanender Singh
Hi TheLearne,

Please try the below code:
<tr>
<td><b>Display requried</b>
diplay while records <span style="margin-left:10px">(Please choose one of the field )</span></td></tr>

Thanks
Gyani
Mirketa Software Pvt. Ltd.
http://www.mirketa.com