Date: 01/17/06 (WebDesign) Keywords: css, web I am trying to rewrite this fairly simple web site to make it use DIVs instead of tables. The main page is basically about 10 very large images placed one after another, and the user has to scroll to the right to view them all. How would I use CSS to make it so every image is on the same line without using the NOBR tag? should each image be in its own div? do i use float: left? Source: http://www.livejournal.com/community/webdesign/1045324.html
|