Combining image areas in the header?

Discussion in 'PHP' started by chrisj, Aug 9, 2007.

  1. #1
    I have your basic web template with a vertical column on the left for links and the main body on the right, with a header across the top for images.

    As it turns out there are two images across the top. One that fits over the left vertical column and one that fits over the right main body coulmn area.

    How can I combine these image areas so I can place one horizontal image in place of the two image areas?

    Here is part of the code for that page, in regard to these images. Can some tell me how to combine these image areas? thanks.

    <body>
    <table width="770" border="0" cellpadding="0" cellspacing="0" id="maintable">
      <tr>
        <td colspan="2" id="topline">&nbsp;</td>
      </tr>
    
    <tr>
        <td id="logocell" width="174"><img src="images/logo.gif" alt="" width="174" height="134"></td>
        <td><img src="images/topimg1.jpg" alt="" width="309" height="134"><img src="images/topimg2.jpg" alt="" width="287" height="134"></td>
      </tr> 
    Code (markup):

     
    chrisj, Aug 9, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    nico_swd, Aug 10, 2007 IP