This is probably simple but I couldn't fine the solution in search.
Here is my code.. Actually, just a simple example. My actual example has images,tables,spans,etc.. inside each main div.
That displays in IE...
Hello How Are You
I am fine
How do I get it to display side by side like this.
Hello How Are You I am fine
Thanks in advance for your help.
ToddWW
Here is my code.. Actually, just a simple example. My actual example has images,tables,spans,etc.. inside each main div.
Code:
<body>
<div>Hello How Are You</div>
<div>I am fine</div>
</body>
That displays in IE...
Hello How Are You
I am fine
How do I get it to display side by side like this.
Hello How Are You I am fine
Thanks in advance for your help.
ToddWW