IFrame
Hej..Jeg har lavet en side, hvor jeg vil have et menu'system.
Jeg har skrevet lidt rundt, og har fundet ud af det skal være et Iframe.
www.nielsenmand.dk/test/default.asp
Er der en der vil fortælle mig hvilke koder jeg skal skriver for at få et link i menuen til at åbne i siden?
koden:
<html>
<head>
<title>Untitled Document</title>
<style type="text/css">
<!--
body {font-size: 12px; font-family: tahoma, arial;}
p,.tekstl {font-size: 12px; font-family: tahoma, arial; color: #FF9900}
td {font-size: 13px; font-family: tahoma, arial; color: #FF9900}
h1 {font-weight: bold; font-size: 16px; fonnt-family: tahoma, arial;}
a {text-decoration: none; font-size: 12px; font-family: tahoma, arial; color: #FF9900;}
a:hover {color: #FFFFFF;}
th {font-weight: bold; font-size: 12px; color: #FFFFFF; background-color: #FF0000; text-align: left;}
.h2 {font-weight: bold; font-size: 15px; font-family: tahoma, arial; color: #FF9900; }
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" topmargin="95">
<table width="500" height="400" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr >
<td width="100">MENU</td>
<td height="70"><table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="70" bordercolor="#000000"><table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="200" height="70" valign="top"><p align="left"><font color="#FFFFFF">Seneste
Nyt: </font>Jeg har lige været på skiferie, og
derfor er siden ikke helt opdateret:<br>
<font color="#FFFFFF">Læs mere her:</font> </p>
</td>
<td width="200" valign="top"><table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="35"><div align="center">TIden</div></td>
<td width="100" height="35"><div align="center">Mail to
Me</div></td>
</tr>
<tr>
<td width="100" height="35"><div align="center">ICQ: <font color="#FFFFFF">Online</font></div></td>
<td width="100" height="35"><div align="center">Online:
<font color="#FFFFFF">8</font> </div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="330">SIDEN</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
