can anyone provide insight or a sample of how to create a css based bubble container for html to go inside it?
im looking to make a rounded table. that is to say i want
Depends. if you need it to fully compatible with browsers that don't support CSS3, then try Here
if you want css3 rounded corners then try here for: #example1 { -moz-border-radius: 15px; border-radius: 15px; }
#example1 { -moz-border-radius: 15px; border-radius: 15px; }