hi all,

a 'space' in asp.net is '&nbsp', how about 'tab' in asp.net?

by the way, can i add image to a listbox user control? if so, please provide the codes or any ref links..

a million thanks!

Recommended Answers

All 3 Replies

Technically, it would be: (sorry, not even vBulletin will display it).

Ampersand-Pound-Zero-Nine-Semicolon

However, it has no relevance inside HTML, as HTML treats all whitespace characters the same, with the exception of the non-breaking space.

If you wish to align elements, use CSS or tables.

To indent text, you can use blockquoteUse the <blockquote> html tag like this. The only thing is that it indents from both sides.


A better way would be to simply indent the paragraph or whatever:

<p style="margin-left: 16px;">This paragraph has been indented by 16 pixels.</p>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.