how to increase width of an image while using position:relative

loxRoultnop

New Member
Here is the code:\[code\]<table border="1" cellpadding="2" cellspacing="2" height="250"><tbody> <tr> <td> <div style="background: url('image path goes here';); width: 300px; height: 250px; position: relative;"><p style="width: 180px; font-size: 12px; margin-top: 35px; position: absolute;">We understand you want to choose benefits that suit you and your life. And we regularly review things so we're always offering benefits you say you want to see.</p> </td> </tr></tbody></table>\[/code\]Now, I am i need to increase the width of the image OR need to left-indent the image.How can I do that ?I have tried giving the width directly.. But it's not working... Any advice or suggestion will be thankful and grateful..
 
Back
Top