Guest Posted February 13, 2005 Share Posted February 13, 2005 I want to have background image or skin/ slice where the velkom quest text are. I?m not sure where in stylesheet the right place for image url is. I have already uppload the image. And I have new boxes that I want to uppload but I do not no where the right place is. Please help me:):):) Link to comment Share on other sites More sharing options...
Simplyeasier Posted February 13, 2005 Share Posted February 13, 2005 I want to have background image or skin/ slice where the velkom quest text are.I?m not sure where in stylesheet the right place for image url is. I have already uppload the image. And I have new boxes that I want to uppload but I do not no where the right place is. Please help me:):):) <{POST_SNAPBACK}> The whole page background is controlled by the body background class - if you change this the whole page background will change NOT JUST the welcome text area. - in order to do that you would need to add a box in the area and give it the color \ skin you want Charles A kite flies highest AGAINST the wind ! "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!" Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2005 Share Posted February 13, 2005 Ok thanks. If I have new box in that color I?m happy with and I want too have in that area and also in colum left and right then where should I start Link to comment Share on other sites More sharing options...
rkcripps Posted February 13, 2005 Share Posted February 13, 2005 In file index.php, search for <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> Move up ~2 lines to the table tag and add class="my_velcom" Then, in stylesheet.css, add table.my_velcome{ background: url('../images/a_pic.gif') white right bottom no-repeat fixed; } You may need to play with these qualifiers a bit. This can be placed almost anywhere in the stylesheet, but I always place my WELL-DOCUMENTED styles at the end of the file. Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2005 Share Posted February 13, 2005 Thank you. I will try this Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2005 Share Posted February 13, 2005 I just want to be sure. Can you tell me where? ;)) ?> <td width="100%" valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> Link to comment Share on other sites More sharing options...
rkcripps Posted February 13, 2005 Share Posted February 13, 2005 <td width="100%" valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table class="my_velcom" border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2005 Share Posted February 13, 2005 You are the best ;) Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2005 Share Posted February 13, 2005 I think I?m blondie :) I have do this all but the background does not show up Link to comment Share on other sites More sharing options...
Benm Posted February 14, 2005 Share Posted February 14, 2005 I think I?m blondie :)I have do this all but the background does not show up <{POST_SNAPBACK}> Check your stylesheet for table backgrounds. If your main table (that spans the entire page) has a white background, it will ecclipse the page background at look like nothing changed. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.