&nbsp

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

When I embed spaces in my document flow (eg. between to button controls on
the same line), &nbsp is embedded into my html. Problem is, this is not
recognised on some browsers. What's the proper way to add spaces between web
controls in flow layout ?
 
use transparent image of 1X1 size and add <img src="mypixel.gif"
width="1000" height="1" border="0"> to add very long space

Hope it helps
 
A non breaking space is recognized by all browsers. Can you post some code
or a link as an example?
 
Back
Top