you this style for the divs [code]div{ display: inline; } [/code]or you can use this also [code]div{ display: inline-block; } [/code]the first style forces ...
確定! 回上一頁