struggling with a table/image layout - 2/27/2001 20:49:00
I assume this has been hashed around and after searching two or three times I have come up blank if some one can point me in the right thread I won't be offended.Is this the correct procedure: I want to have a top and left hand border which all merge into one. I create a graphic of the appropriate size and add my borders. I cut out my borders and create a table the same size and past in my top and left borders as below: <html> <head> <title>New Page 1</title> </head> <body> <div align="center"> <center> <table border="0" cellspacing="0" cellpadding="0" > <tr> <td colspan="2" valign="bottom" ><img border="0" src="images/new_pa1.jpg" ></td> </tr> <tr> <td valign="top" ><img border="0" src="images/new_pa2.jpg" ></td> <td ></td> </tr> </table> </center> </div> </body> </html> Okay? Open the browser window and theres a little line between the two graphics ;o( Does anyone know how to do this properly regards Stuart Steele
------------------ Stuart Steele StuWeb Productions 07808254916 http://www.stuweb.co.uk
|