Im trying to get into tableless desgin (by using css)
How can i make 2 css align next to each other instead of going down one line?
Heres the code i have:
<div class="contentboxleft"><div class="contentright">a</div></div>
<div class="contentboxright"><div class="contentleft">a</div></div>
It currently displays as:
-
-
But i want it to display like:
- -
Any one know?
Thanks,
Darren
Ive done this now using the float element. Blonde moment :D
Thanks,
Darren
How can i make 2 css align next to each other instead of going down one line?
Heres the code i have:
<div class="contentboxleft"><div class="contentright">a</div></div>
<div class="contentboxright"><div class="contentleft">a</div></div>
It currently displays as:
-
-
But i want it to display like:
- -
Any one know?
Thanks,
Darren
Ive done this now using the float element. Blonde moment :D
Thanks,
Darren









