Jump to content

ploppy

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by ploppy

  1. thx prateek. do i just substitute

    background-color:red; to background-image: url(images/image.jpg);

    if so, how do i put this command into table. have tried

    <td width="46%" class="some"></td>

    but it shows as thin line. thx.

  2. hi. I am trying to add background image to a cell of a table using css. This is what i have put in the style sheet but it dosen't display:

    .Tablestyle { background-image: url(/images/image.gif); background-repeat: repeat; background-position: left; height: 134px;
    here is the table:
    <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="66%"><img src="{$ImagesDir}/image.jpg" alt="logo" width="751" height="134" /></td> <td width="34%" valign="top" background="{$ImagesDir}/image.gif"></td> </tr></table>
    I have put the background image in the table until i can sort this problem. Any ideas. Thanks.
×
×
  • Create New...