mam strone na mambo 4.5.1 jednak dodaniu newsow w 2 kolumnach pod IE 6 rozciaga sie jedna z kolumn (ta po prawej0, gdy wchodze na strone przez firefoxa strona pieknie sie prezentuje bez rozwalonej kolumny. jak sie tego pozyc??
oto pelny kod pliku index.php mojej templatki, moze ktos pomoze??:

  1. <?php
  2. /**
  3. * AkoGreenPortal - A Mambo 4.5.1 template
  4. * @version 2.0
  5. * @package AkoGreenPortal
  6. * @copyright (C) 2003, 2004 by Arthur Konze - All rights reserved!
  7. * @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
  8. */
  9. defined( '_VALID_MOS' ) or die( 'Nie masz uprawnieñ do ogl±dania tej strony. !!!' );
  10. $iso = split( '=', _ISO );
  11. echo '<?xml version=\"1.0\" encoding=\"'. $iso[1] .'\"?' .'>';
  12. ?>
  13. <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
  14. <html xmlns=\"http://www.w3.org/1999/xhtml\">
  15. <head>
  16. <?php if ( $my->id ) initEditor(); ?>
  17. <meta http-equiv=\"Content-Type\" content=\"text/html; <?php echo _ISO; ?>\" />
  18. <?php mosShowHead(); ?>
  19. <link rel=\"shortcut icon\" href=\"<?php echo $mosConfig_live_site;?>/images/favicon.ico\" />
  20. <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo $mosConfig_live_site; ?>/templates/akogreenportal/css/template_css.css\" />
  21. </head>
  22.  
  23. <body class=\"body\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">
  24. <table width=\"768\" height=\"148\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
  25. <tr>
  26. <td background=\"http://www.trucker.waw.pl/templates/akogreenportal/images/logo2.png\" height=\"149\" width=\"768\">
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. </td>
  34. </tr>
  35. </table>
  36. <table width=\"759\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
  37. <tr>
  38. <td width=\"545\" align=\"left\" valign=\"center\" bgcolor=\"#000000\" class=\"pathway\"><?php include $GLOBALS['mosConfig_absolute_path'] . '/pathway.php'; ?></td>
  39. <td width=\"221\" align=\"right\" valign=\"center\" bgcolor=\"#000000\" class=\"pathway\"><?php echo (strftime (&#092;"%A, %d %B %Y\", time()+($mosConfig_offset*60*60))); ?> </td>
  40. </tr>
  41. </table>
  42. <table width=\"756\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
  43. <tr>
  44. <td width=\"756\" background=\"<?php echo $mosConfig_live_site;?>/templates/akogreenportal/images/loc_bar_back.gif\">/templates/akogreenportal/images/loc_bar_back.gif\"></td>
  45. </tr>
  46. </table>
  47. <center><?php if ( mosCountModules ('banner') ) mosLoadModules( 'banner', -); ?></td></center> 
  48. <table width=\"757\" border=\"0\" align=\"center\" cellpadding=\"5\" cellspacing=\"0\">
  49. <!-- Left Modules -->
  50. <?php
  51. if (mosCountModules('left')>0) {
  52. ?>
  53. <td valign=\"top\" width=\"181\">
  54. <?php mosLoadModules ( &#092;"left\" ); ?>
  55. </td>
  56. <?php
  57. }
  58. ?>
  59. <td width=\"379\" valign=\"top\"><center> </center>
  60.  <?php if (mosCountModules('top')>0) mosLoadModules ( &#092;"top\" ); ?>
  61.  <?php mosLoadModules ( 'user5' ); ?>
  62. <?php mosMainBody(); ?>
  63. <?php mosLoadModules ( 'user3' ); ?>
  64.  
  65. </td>
  66. <!-- Right Modules -->
  67. <?php
  68. if (mosCountModules('right')>0) {
  69. ?>
  70. <td width=\"167\" valign=\"top\" nowrap=\"nowrap\"><form action=\"index.php\" method=\"post\">
  71. <p align=\"center\">
  72. <input type=\"hidden\" name=\"option\" value=\"search\"><input class=\"inputbox\" type=\"text\" name=\"searchword\" size=\"15\" value=\"<?php echo _SEARCH_BOX; ?>\" onBlur=\"if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';\" onFocus=\"if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';\"> </form>
  73. <?php mosLoadModules ( &#092;"right\" ); ?>
  74.  
  75. </td>
  76. <?php
  77. }
  78. ?>
  79. </tr>
  80. </table>
  81.  
  82. <div align=\"center\">
  83. /templates/akogreenportal/images/arrow2up.gif\" width=\"12\" height=\"9\" border=\"0\" align=\"middle\">
  84. /templates/akogreenportal/images/arrow2up.gif\" width=\"12\" height=\"9\" align=\"middle\">
  85.  
  86.  
  87. [/quote]
  88.  
  89. <table align=\"center\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"760\">
  90. <tr>
  91. <td width=\"754\" bgcolor=\"#000000\"> </td>
  92. </tr>
  93. <tr>
  94.  <td bgcolor=\"#FF8306\" align=\"center\">
  95. <p />
  96. <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
  97. </td>
  98.  
  99. </tr>
  100. </table>
  101. </body>
  102. </html>


jak juz jestesmy przy kodzie, jak najlepiej pozycjonowac strone przez urzadzenie w mambo, czy lepiej tam nic nie wpisywac a samemu wkleic kod z meta'mi do kodu index.php templatki?questionmark.gif sad.gif