what is tab in asp.net?

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2005
Posts: 41
Reputation: ohgosh is an unknown quantity at this point 
Solved Threads: 0
ohgosh's Avatar
ohgosh ohgosh is offline Offline
Light Poster

what is tab in asp.net?

 
0
  #1
Jan 3rd, 2006
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!
cheers,
ohgosh
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: what is tab in asp.net?

 
0
  #2
Jan 3rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,043
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: what is tab in asp.net?

 
0
  #3
Jan 3rd, 2006
To indent text, you can use blockquote
Use the <blockquote> html tag like this. The only thing is that it indents from both sides.


Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 44
Reputation: Ooble is an unknown quantity at this point 
Solved Threads: 6
Ooble's Avatar
Ooble Ooble is offline Offline
Light Poster

Re: what is tab in asp.net?

 
0
  #4
Jan 3rd, 2006
A better way would be to simply indent the paragraph or whatever:
[html]<p style="margin-left: 16px;">This paragraph has been indented by 16 pixels.</p>[/html]
  1. while(sleeping)
  2. cat_wails();
  3. wake_up();
  4. for(i=0;i<9;i++)
  5. shoot_cat();
  6. rejoice();
  7. goto(bed);
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC