romalong Posted February 17, 2004 Posted February 17, 2004 hi! could enyone help me? i need to put some images as background into side boxes, but it's rather hard to find the place for it. tnx!
Lesa Posted February 17, 2004 Posted February 17, 2004 Hi, romalong. :) You'll need to add classes in these two places, on almost every .php file in the main directory (account.php, account_edit.php ... tell_a_friend.php)... <!-- body //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td **class="left"** width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <!-- body_text_eof //--> <td **class="right"** width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> ...and define your classes in stylesheet.css
Recommended Posts
Archived
This topic is now archived and is closed to further replies.