>> I want one <div> beside the next no space I want them to be like
>> boxes lined up like these equal signs
[quoted text clipped - 15 lines]
> You'll see that this produces some like this:
> OneTwoThree
Thanks that worked, for some reason I thought it had to do with inline.
Thanks again

Signature
Totus possum, totum Deum.
Totus ero, totum meum.
WSW
frederick - 26 Apr 2006 00:32 GMT
> > What you want is "float: left" [...]
>
> Thanks that worked, for some reason I thought it had to do with inline.
No probs.
Make sure that you have a Google for the small no. of other possible
values for "float"; likewise look at "clear", which acts to cancel the
float for a subsequent block.

Signature
AGw.
Tony - 26 Apr 2006 18:36 GMT
>>>What you want is "float: left" [...]
>>
[quoted text clipped - 5 lines]
> values for "float"; likewise look at "clear", which acts to cancel the
> float for a subsequent block.
If you're using floats with clears, you should also be aware of the IE
"peekaboo bug"
http://www.positioniseverything.net/explorer/peekaboo.html