Hello everyone, i have a table and i just want to put an image file in the table, but i odn't want it to repeat itself over and over again until it fills the whole cell, how can i make it so the image stays the same size and there is still space left over in the cell?
this is the script:
Also if any of u know how to make tables so they arn't just square like how do u make htem have rounded edges and such? thanks for listening.Code:<body LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <table border = "0" cellspacing ="0" cellpadding ="18" width ="100%" height ="130"> <tr> <td bgcolor ="#336699" width ="100%" background ="graphics/s8.jpg" valign ="5"> <font face ="arial" size ="+1" color = "white"> <center> A Site Made for people who like Programming </center> </font></td> </tr> </table>
![]()




Reply With Quote