Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Who's Pebbles?  Haha What I would do is do a double DIV.  It would look roughly like this:
  2.  
  3. <div class='outer;'>
  4. <img />
  5. <div class='inner;'>
  6.  
  7. Awesome PHP/MySQL reading / printing of data here
  8.  
  9. </div>
  10. <img />
  11. </div>
  12.  
  13. 'outer' would have the positioning and 'inner' would have the padding (on left and right only - otherwise there may be gaps)