| Author |
how to set space between item cells in spring mvc form controller
|
indu iyengar
Ranch Hand
Joined: Jul 30, 2010
Posts: 115
|
|
Hi
am printing values from a list in jsp,, but am not able to set the space between item values.
here the elements are printing without space..
|
thanks ,
Indu
|
 |
Prasad Krishnegowda
Ranch Hand
Joined: Apr 25, 2010
Posts: 503
|
|
you can try giving a manual space with ampersandnbsp; between elements..
Anyway it is a pure HTML question, nothing to do with spring..
|
Regards, Prasad
SCJP 5 (93%)
|
 |
indu iyengar
Ranch Hand
Joined: Jul 30, 2010
Posts: 115
|
|
thanks for replying.. I tried using ampersands., but it does not seem to be perfect spacing between courseNames and creditPoints..
! is it not possible with cell spacing and cell padding between items ?
|
 |
Prasad Krishnegowda
Ranch Hand
Joined: Apr 25, 2010
Posts: 503
|
|
|
Cell spacing and cell padding also should work. is it not working?
|
 |
Sean Clark
Rancher
Joined: Jul 15, 2009
Posts: 377
|
|
indu iyengar wrote:thanks for replying.. I tried using ampersands., but it does not seem to be perfect spacing between courseNames and creditPoints..
! is it not possible with cell spacing and cell padding between items ?
Have you tried adding cell spacing or padding to see what happens? Or some CSS?
This is nothing at all to do with Sptring and all to do with HTML+CSS
Sean
|
I love this place!
|
 |
indu iyengar
Ranch Hand
Joined: Jul 30, 2010
Posts: 115
|
|
I tried by giving "cell spacing and cell padding " in table - no use .. I have not used CSS .
|
 |
Sean Clark
Rancher
Joined: Jul 15, 2009
Posts: 377
|
|
indu iyengar wrote:I tried by giving "cell spacing and cell padding " in table - no use .. I have not used CSS .
In what way are you getting no spaces, from what I can see, you should get one row which has a few checkboxes in it and the next row will have all the credit point put together in one string?? Is that what you want? You are not using a seperate cell for each?
|
 |
 |
|
|
subject: how to set space between item cells in spring mvc form controller
|
|
|