Jump to content

newcoder

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by newcoder

  1. Hello,

     

    I am simply trying to put the sky image with 100% full width of the screen. Not the width of the table. Could you please help?

     #header-wrapper1{   top: 0;   left: 0;   height: 107px;   width: 100%;}  <table id="header-wrapper1" width = "100%" style="background:url(sky.JPG) ;" ><tr><td>Some text</td></tr></table>

    Everything is working fine except the width. width is not 100% of the full screen.

     

    -Newcoder

×
×
  • Create New...