Witam mam problem na stronie http://cgsm.cal.pl/index.php oto kod mojego index.php:
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <TITLE>Untitled Page</TITLE>
  6. <META name="GENERATOR" content="WYSIWYG Web Builder - <a href="http://www.wysiwygwebbuilder.com">" target="_blank">http://www.wysiwygwebbuilder.com"></a>
  7. <script language="JavaScript" type="text/javascript">
  8. <!--
  9. function OnGoMenuFormLink(GoList)
  10. {
  11.  var url = GoList.options[GoList.selectedIndex].value;
  12.  var target = GoList.options[GoList.selectedIndex].id;
  13.  GoList.selectedIndex=0;
  14.  GoList.blur();
  15.  if (url)
  16.  {
  17. NewWin=window.open(url,target);
  18. window['NewWin'].focus()
  19.  }
  20. }
  21. //-->
  22. </SCRIPT>
  23. </HEAD>
  24. <BODY bgcolor="#FFFFFF" text="#000000">
  25. <A href="http://www.wysiwygwebbuilder.com" target="_blank"><IMG src="images/builtwithwwb3.gif" width="88" height="31" align="top" border="0" alt="Pablo Software Solutions" style="position:absolute;left:690px;top:947px;z-index:250"></A>
  26. <IMG src="images/1.jpg" alt="" align="top" border="0" width="794" height="280" style="position:absolute;left:0px;top:0px;width:794px;height:280px;z-index:1">
  27. <IMG src="images/2.jpg" alt="" align="top" border="0" width="781" height="73" style="position:absolute;left:8px;top:278px;width:781px;height:73px;z-index:2">
  28. <IMG src="images/3.jpg" alt="" align="top" border="0" width="532" height="607" style="position:absolute;left:256px;top:349px;width:532px;height:607px;z-index:3">
  29. <IMG src="images/4.jpg" alt="" align="top" border="0" width="246" height="606" style="position:absolute;left:10px;top:345px;width:246px;height:606px;z-index:4">
  30. <IMG src="images/5.jpg" alt="" align="top" border="0" width="777" height="36" style="position:absolute;left:9px;top:948px;width:777px;height:36px;z-index:5">
  31. <DIV style="position:absolute;left:25px;top:358px;width:205px;height:16px;z-index:6" align="left">
  32. &nbsp;</DIV>
  33. <DIV style="position:absolute;left:33px;top:107px;z-index:7" align="left">
  34. <FORM name="GoMenuForm8" action="">
  35. <SELECT name="GoMenu" style="width:181px">
  36. <OPTION selected>Select a link</OPTION>
  37. <OPTION id="_self" value="http://cgsm.cal.pl/index.html">strona glowna</OPTION>
  38. <OPTION id="_self" value="http://mobileforum.5y.pl">Forum</OPTION>
  39. <OPTION id="_self" value="http://cgsm.cal.pl/gry/index.html">gry</OPTION>
  40. <OPTION id="_self" value="http://cgsm.cal.pl/tapety/index.html">tapety</OPTION>
  41. <OPTION id="_self" value="http://cgsm.cal.pl/animacje/index.html">animacje</OPTION>
  42. <OPTION id="_self" value="http://cgsm.cal.pl/dzwonki/index.html">dzwonki</OPTION>
  43. <OPTION id="_self" value="http://cgsm.cal.pl/uploader">uploader</OPTION>
  44. <OPTION id="_self" value="http://cgsm.cal.pl/news/an">archiwum newsow</OPTION>
  45. </SELECT>
  46. <INPUT type="button" value="Go" onclick="OnGoMenuFormLink(this.form.GoMenu)">
  47. </FORM>
  48.  
  49. </DIV>
  50. <DIV style="position:absolute;left:29px;top:353px;width:204px;height:567px;z-index:8" align="left">
  51. <a href="http://cgsm.cal.pl/index.php"><font color="white" size="4">Strona glowna</a><br>
  52. <a href="http://cgsm.cal.pl/an.php"><font color="white" size="4">Archwium Newsow</a><br>
  53. <a href="http://mobileforum.5y.pl"><font color="white" size="4"><b>FORUM</b></a><br>
  54. <a href="http://cgsm.cal.pl/tapety/index.html"><font color="white" size="4">Tapety</a><br>
  55. <a href="http://cgsm.cal.pl/dzwonki/index.html"><font color="white" size="4">dzwonki</a><br>
  56. <a href="http://cgsm.cal.pl/animacje/index.html"><font color="white" size="4">Animacje</a><br>
  57. <a href="http://cgsm.cal.pl/muzyka/index.html"><font color="white" size="4">Strefa muzyki</a><br>
  58. <a href="http://cgsm.cal.pl/forum"><font color="white" size="4">Testy telefonów</a><br>
  59. <a href="http://cgsm.cal.pl/chat"><font color="white" size="4">Chat</a><br>
  60. <a href="http://cgsm.cal.pl/inne/index.html"><font color="white" size="4">Inne</a><br>
  61. </DIV>
  62. <DIV style="position:absolute;left:438px;top:362px;width:150px;height:112px;z-index:9" align="left">
  63. <FONT style="font-size:13px" color="#000000" face="Arial"><?php
  64. $number = "5";
  65. include("news/show_news.php");
  66. ?>
  67. ?&gt;&nbsp;&nbsp; </FONT></DIV>
  68. </BODY>
  69. </HTML>

chodzi mi o to, ¿eby newsy
(
  1. <?php
  2. $number = "5";
  3. include("news/show_news.php");
  4. ?>
)
byly bardziej po lawej - jak to zrobiæ??