Defecto Posted June 18, 2004 Share Posted June 18, 2004 OK I'm trying to format some information into tables that is currently in the grey info boxes. I want to be able to call the info with out the surrounding grey box. Is there a way to do this ? HELP PLEASE ! PS I don't want to hide the box with matching colour through css or remove the entire box ... i want to keep the contents without the box. Just trying to be clear. Link to comment Share on other sites More sharing options...
vasttech Posted June 18, 2004 Share Posted June 18, 2004 want to be able to call the info with out the surrounding grey box. Is there a way to do this ? HELP PLEASE ! PS I don't want to hide the box with matching colour through css or remove the entire box ... i want to keep the contents without the box. Just trying to be clear. I don't understand what you are trying to do. The gray box is controlled by the infoBox and infoBoxContents classes in CSS. The class is called in the <table> and <tr> tags respectively. If you don't want the box at all just remove references to those classes in the code. If you want to change the color, then edit the color attribute in the stylesheet.css file for those classes. If you want to add a new box, then just add those classes to your new box table. If you are trying to create a new box and don't want the actual box then omit those classes from the tags. If you want the box and you like the color then you don't have to do anything. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Guest Posted June 18, 2004 Share Posted June 18, 2004 I think what he's asking is, How can one remove the borders and the headers. Link to comment Share on other sites More sharing options...
vasttech Posted June 18, 2004 Share Posted June 18, 2004 To do that edit the TABLE.formarea class in stylesheet.css and remove the border. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
agiftcodotcom Posted June 18, 2004 Share Posted June 18, 2004 If you are only wanting to do this for one new box, open notepad (or your favorite text editor), Use the following... <tr> <td> </td> </tr> Place your needed information between the <td> tags, save the file as a php file, FTP it to includes/boxes/, then go into includes/column_left.php (or right.php) and put the required call for that new file where you want it displayed. That should place text into that column without borders. Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll Link to comment Share on other sites More sharing options...
Defecto Posted June 19, 2004 Author Share Posted June 19, 2004 ok ... so to be more specific this is what i'm doing. I've replaced my catagories.php file with a dhtml page (hv menu contribution) now i'm calling it in the header where there is not css references to the grey box (well non that i can find) yet a large grey box is still appearing. I don't understand ... i tried all the suggestions above they arn't working - there is still a grey box ! ahhh ! ... help ... ps thanx for the suggestions so far. need to get rid of box ... Link to comment Share on other sites More sharing options...
agiftcodotcom Posted June 19, 2004 Share Posted June 19, 2004 What's your URL? Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll Link to comment Share on other sites More sharing options...
Guest Posted June 19, 2004 Share Posted June 19, 2004 Just because the page doesn't change right away may mean that you haven't tried to refresh the page. Always be sure to press Ctrl+F5 to refresh the page If it's still there...then we have a problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.