♥yesudo Posted February 16, 2004 Posted February 16, 2004 I am trying to put two boxes side by side but they only seem to go one on top of the other: <?php include(DIR_WS_BOXES . 'sendtoafriend.php'); ?> <?php include(DIR_WS_BOXES . 'giftreminder.php'); ?> please see at the bottom of www.yesUdo.com How do i get them on the same line? Thanx. Your online success is Paramount.
♥yesudo Posted February 17, 2004 Author Posted February 17, 2004 sorted. Your online success is Paramount.
♥yesudo Posted February 17, 2004 Author Posted February 17, 2004 <table border ="0" bordercolor="#000066" > <td width="60%" height="100%" align="left" valign="top"><table border="0" bordercolor="#000066" width="100%" height="100%" cellspacing="0" cellpadding="4" > <tr> <td class="main" align="left" valign="top"><?php include(DIR_WS_BOXES . 'giftreminder.php'); ?></td> </tr> </table></td> <td width="40%" height="100%" align="right" valign="top"><table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2" > <tr> <td class="main" align="right" valign="top"> <?php include(DIR_WS_BOXES . 'sendtoafriend.php'); ?></td> </tr> </table></td> </table> Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.