Witam mam problem na stronie
http://cgsm.cal.pl/index.php oto kod mojego index.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Untitled Page</TITLE>
<META name="GENERATOR" content="WYSIWYG Web Builder - <a href="http://www.wysiwygwebbuilder.com">" target="_blank">http://www.wysiwygwebbuilder.com"></a>
<script language="JavaScript" type="text/javascript">
<!--
function OnGoMenuFormLink(GoList)
{
var url = GoList.options[GoList.selectedIndex].value;
var target = GoList.options[GoList.selectedIndex].id;
GoList.selectedIndex=0;
GoList.blur();
if (url)
{
NewWin=window.open(url,target);
window['NewWin'].focus()
}
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<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>
<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">
<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">
<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">
<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">
<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">
<DIV style="position:absolute;left:25px;top:358px;width:205px;height:16px;z-index:6" align="left">
</DIV>
<DIV style="position:absolute;left:33px;top:107px;z-index:7" align="left">
<FORM name="GoMenuForm8" action="">
<SELECT name="GoMenu" style="width:181px">
<OPTION selected>Select a link</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/index.html">strona glowna</OPTION>
<OPTION id="_self" value="http://mobileforum.5y.pl">Forum</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/gry/index.html">gry</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/tapety/index.html">tapety</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/animacje/index.html">animacje</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/dzwonki/index.html">dzwonki</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/uploader">uploader</OPTION>
<OPTION id="_self" value="http://cgsm.cal.pl/news/an">archiwum newsow</OPTION>
</SELECT>
<INPUT type="button" value="Go" onclick="OnGoMenuFormLink(this.form.GoMenu)">
</FORM>
</DIV>
<DIV style="position:absolute;left:29px;top:353px;width:204px;height:567px;z-index:8" align="left">
<a href="http://cgsm.cal.pl/index.php"><font color="white" size="4">Strona glowna</a><br>
<a href="http://cgsm.cal.pl/an.php"><font color="white" size="4">Archwium Newsow</a><br>
<a href="http://mobileforum.5y.pl"><font color="white" size="4"><b>FORUM</b></a><br>
<a href="http://cgsm.cal.pl/tapety/index.html"><font color="white" size="4">Tapety</a><br>
<a href="http://cgsm.cal.pl/dzwonki/index.html"><font color="white" size="4">dzwonki</a><br>
<a href="http://cgsm.cal.pl/animacje/index.html"><font color="white" size="4">Animacje</a><br>
<a href="http://cgsm.cal.pl/muzyka/index.html"><font color="white" size="4">Strefa muzyki</a><br>
<a href="http://cgsm.cal.pl/forum"><font color="white" size="4">Testy telefonów</a><br>
<a href="http://cgsm.cal.pl/chat"><font color="white" size="4">Chat</a><br>
<a href="http://cgsm.cal.pl/inne/index.html"><font color="white" size="4">Inne</a><br>
</DIV>
<DIV style="position:absolute;left:438px;top:362px;width:150px;height:112px;z-index:9" align="left">
<FONT style="font-size:13px" color="#000000" face="Arial"><?php
$number = "5";
include("news/show_news.php");
?>
?> </FONT></DIV>
</BODY>
</HTML>
chodzi mi o to, żeby newsy
(
<?php
$number = "5";
include("news/show_news.php");
?>
)
byly bardziej po lawej - jak to zrobić??