virker stadig ikke
www.romdata.dk/tl/index.phpIndex.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<LINK rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<table class="top">
<tr>
<td></td>
</tr>
</table>
<table class="menu">
<tr>
<td>TL-Invest Fredericia APS</td>
<td>Hvorfor TL-Invest Fredericia APS?</td>
<td>Organisation</td>
<td>Økonomisk Bistand</td>
<td>Kontakt</td>
</td>
</tr>
</table>
<!-- Main frame samt nyheder -->
<table>
<tr>
<td class="Mainframe"></td>
<td class="Nyheder"><IFRAME src="news.php" width="99%" height="99%"
scrolling="auto" frameborder="0" name="iframe"></IFRAME>
</td>
</td>
</tr>
</table>
<table class="bund">
<tr>
<td>Copyright© TL-Invest Fredericia APS</td>
</tr>
</table>
</body>
</html>
News.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>homenews ©</TITLE>
<LINK rel="stylesheet" type="text/css" href="style.css";>
</HEAD>
<BODY>
<?php include("
http://www.borsen.dk/homenews/publicnews.php?count=5&color1=000000&color2=ffffff&color3=000000&color4=ffffff&color5=000000"); ?>
</BODY>
</HTML>
Style.css:
a:link {
color : Black;
text-decoration : none;
}
a:visited {
color : Black;
text-decoration : none;
}
a:hover {
color : Black;
text-decoration : none;
}
a:active {
color : ##7E9AEB;
text-decoration : none;
}
body,{
scrollbar-3dlight-color : #003399;
scrollbar-arrow-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-face-color : #F4F4F4;
scrollbar-highlight-color : #FFFFFF;
scrollbar-shadow-color : #003399;
scrollbar-track-color : #FFFFFF;
text-align : center;
background-color :#334D66;
}
.top
{
background-image : url(grafiktop.gif);
height : 130px;
width : 780px;
border : double;
background-color : White;
}
.menu
{
border : double;
height : 10px;
width : 780px;
font : normal normal 10px "MS Serif", "New York", serif;
text-align : center;
word-spacing : 40px;
background-color : White;
}
.Mainframe
{
width : 627px;
border : double;
height : 40pc;
background-color : White;
}
.Nyheder
{
width : 120px;
height : 40pc;
border : double;
background-color : White;
}
.bund
{
width : 780px;
height: 15px;
border : double;
background-color : White;
}
MC