Tue, 2008-10-28 03:59
I know its something probably really simple, for some reason i can't figure it out for the life of me.. below is the HTML table equivalent.. obviously i'd like it in CSS. I can get 2/3 of the way, with a centered image and a image showing on one side.. just cant get the third.
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="50%" background="images/header_left.gif"> </td> <td width="960"><a href="index.php"><img id="home" src="images/header.gif" border="0" alt="home" /></a></td> <td width="50%" background="images/header_right.gif"> </td> </tr> </table>
Thanks for any help..