| Author |
spaces in JSP
|
Angus Ferguson
Ranch Hand
Joined: Jun 22, 2012
Posts: 241
|
|
Hi,
what way could I introduce spaces in a jsp. I need separate
And also give format to them(colour, size...)
Thanks, Isaac
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
I use & nbsp; some time space image. not sure this is what you are looking for.
<edit>space between & nbsp is not required. I given here to show the string here ;) </edit>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
JSP just produces HTML, so the answer is the same as how would one do styling in HTML, and that is: CSS.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Angus: Bear is correct one should use CSS. I still have code that uses though.
Seetharaman: You write & as & so it shows up in the forum.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: spaces in JSP
|
|
|