valley Posted April 2, 2003 Share Posted April 2, 2003 I have uploaded COMPLETE files and DATABASE saved before the problem posted below occured . STILL can't get rid of the wrong formatting . What controls the formatting of conditions.php privacy.php shipping.php @@@@@@@@@@@@@@@@@ Privacy_Shipping_Conditions_Update Hello, I have installed Privacy_Shipping_Conditions_Update V1.0b at my site http://affiliatesexcel.com It did seem to work fine but is now throwing out the page formatting completely when you try to open any of the menu items. This happened after I tried to upload a html file to the text area in the admin for Shipping and returns I did delete all files in the catalog and admin folders which came withe the contribution and uploaded NEW ones. information.php conditions.php privacy.php shipping.php in both admin and catalog folders But the formatting still persists. It looks like the the database is corrupted, or is it something else ? The rest of the site seems to be working fine Any help will be appreciated. Quote Link to comment Share on other sites More sharing options...
gdfwilliams Posted April 2, 2003 Share Posted April 2, 2003 Your problem is that you're not calling your stylesheet from those pages. Make sure the call to stylesheet.css is included: <link rel="stylesheet" type="text/css" href="stylesheet.css"> Just before </head> - Greg Quote Link to comment Share on other sites More sharing options...
valley Posted April 2, 2003 Author Share Posted April 2, 2003 Hi reg, Many thanks for your help Aline <link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>"> is already in each of those three files Quote Link to comment Share on other sites More sharing options...
valley Posted April 2, 2003 Author Share Posted April 2, 2003 Hello Greg, After substituting <link rel="stylesheet" type="text/css" href="stylesheet.css"> for <link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>"> I got most of the formatting ffor conditions.php Still the Left and right column widths are not correct Quote Link to comment Share on other sites More sharing options...
valley Posted April 3, 2003 Author Share Posted April 3, 2003 Hello Greg, It looks like a wrong deffenition of the width of the text area , where and how do you define this in the three affected php files / Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.