monsho Posted May 15, 2006 Share Posted May 15, 2006 Hi,Have a basic grasp of pulling together a php website with dreamweaver, nothing fancy though!I want to create a page which is pulling image paths out of a database, and I want to have 3 images in a row, then as many rows as needed. Any ideas how this can be done in Dreamweaver? pretty stuck as to how to do it!Obviously I know about the repeat region to display more than one record in rows.....Many thanksAndrew Quote Link to comment https://forums.phpfreaks.com/topic/9716-displaying-repeat-region-horizontally/ Share on other sites More sharing options...
moberemk Posted May 15, 2006 Share Posted May 15, 2006 Personally, I've always found that this is a handy solution:Create an unordered list and remove all of the list image, dots, other stuff attributes and make them float: left;. Then just repeat the <li> elements with the <img> elements within them for a grid display. If you give them a specific height and width, then they should work out pretty well. Quote Link to comment https://forums.phpfreaks.com/topic/9716-displaying-repeat-region-horizontally/#findComment-36086 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.