Hello,
I'm trying to setup two image div tags, both containing images, next to each other.
I tried 'float:left;' but it doesn't seem to work...
The CSS I tried is:
Help, please!HTML Code:div.image { float: left; } div.image2 { float: left; } div.image img { display: inline; } div.image2 img { display: inline; }


Reply With Quote
!
!
!

Bookmarks