- Who's Pebbles? Haha What I would do is do a double DIV. It would look roughly like this:
- <div class='outer;'>
- <img />
- <div class='inner;'>
- Awesome PHP/MySQL reading / printing of data here
- </div>
- <img />
- </div>
- 'outer' would have the positioning and 'inner' would have the padding (on left and right only - otherwise there may be gaps)