azziman Posted June 17, 2004 Share Posted June 17, 2004 how can i add a background image to the left column? tia! Link to comment Share on other sites More sharing options...
agiftcodotcom Posted June 17, 2004 Share Posted June 17, 2004 Look in your main folder pages (i.e. index.php) and find <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> I'm not sure if you will want to say <td bgcolor=> or <table bgcolor=> but you could try both. If you're using an image <td background=> or <table background=> Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.