&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
 
For starters, use " &nbsp; " - you left off the semicolon.
 
A non breaking space is recognized by all browsers. Can you post some code
or a link as an example?
 
I tell a lie, its multiple &nbsp's other browsers have a problem with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top