| Author |
no-break space equivalent tag in JSP
|
John Lincoln
Ranch Hand
Joined: Feb 11, 2003
Posts: 192
|
posted

0
|
Hi, I have to insert a lot whitespaces in my pages. Is there a equivalent of in taglibs of JSP. Please help. thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
JSP has nothing to do with the issue. JSP is a templatng technology to create HTML to send to the browser. You would create whitespace just like with any other HTML page.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jason Cox
Ranch Hand
Joined: Jan 21, 2004
Posts: 287
|
|
You can use an HTML entity for a non breaking space. Unfortunately, everytime I try to use the entity the forum parses it. Try this link - http://www.w3schools.com/tags/ref_entities.asp There is a non-breaking space entity on the list. [ September 27, 2006: Message edited by: Jason Cox ]
|
<a href="http://www.unfetteredblather.com" target="_blank" rel="nofollow">Unfettered Blather</a> - Updated daily nonsense
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Or, of course, you could use CSS margins and padding.
|
 |
 |
|
|
subject: no-break space equivalent tag in JSP
|
|
|