ok so I tried using IFRAMEs and it works for what im looking for, err my only question with that is, how do I output the results from a link used in an iframe in the middle of the page?
this is the code I have for it
main page
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
background-color:101010;
background-image: url("");
background-repeat: repeat-none;
background-position:0px 0px;
}
div#top{
position: absolute;
left: 0px;
top: 0px;
overflow:hidden;
z-index: 1;
}
div#left{
position: absolute;
left: 0px;
top: 134px;
overflow:hidden;
z-index: 2;
}
div#right{
position: absolute;
left: 1022px;
top: 134px;
overflow:hidden;
z-index: 2;
}
body,table, td, li, p, div{
font-family: century gothic, arial, verdana, sans-serif;
font-size: 12px;
color: C1C1BF;
font-weight:none;
border:0px;
text-transform: none;
line-height:15px;
}
textarea{
background-color: C1C1BF;
width: 150px;
height: 50px;
color: A2B8E3;
font:7px small fonts;
text-transform:uppercase;
border: solid 1px 000;
}
a.navigate:link,a.navigate:active,a.navigate:visited{
padding:1px;
color:C1C1BF;
font-size:12px;
display:block;
margin-top:1px;
cursor:default;
line-height:11px;
border:0px solid;
text-align:left;
font-weight:normal;
letter-spacing:0px;
font-family:verdana;
border-color:000000;
text-decoration:none;
text-transform:none;
background:url() top left repeat-x;
}
a.navigate:hover{
padding:1px;
color:C1C1BF;
font-size:12px;
display:block;
margin-top:1px;
cursor:default;
line-height:11px;
border:0px solid;
text-align:left;
font-weight:normal;
letter-spacing:0px;
font-family:verdana;
border-color:000000;
text-decoration:none;
text-transform:none;
background:url() top left repeat-x;
}
a{
font:normal 9px Verdana;
color:C1C1BF;
font-weight:none;
border:0px;
text-transform: none;
}
a:link, a:visited {
text-decoration: none;
color: C1C1BF;a:link, a:visited {
text-decoration: none;
color: C1C1BF; }
a:active{
font:normal 9px Verdana;
color:C1C1BF;
font-weight:none;
border:0px;
text-transform: none;
}
a:visited{
font:normal 9px Verdana;
color:C1C1BF;
font-weight:none;
border:0px;
text-transform: none;
}
a:hover{
font:normal 9px Verdana;
color:C1C1BF;
text-transform: none;
}
a:link, a.man{
font:normal 9px Verdana;
color:C1C1BF;
border:0px;
text-transform: none;
}
.standard b, p b, B, strong {
font-family:verdana;
font-size:9px;
color:C1C1BF;
font-weight:none;
border:0px;
text-transform: none;
}
h1 {
margin: 0px;
color: C1C1BF;
text-align:right;
border-bottom: 2px solid;
border-color:;
font-family:tahoma, verdana, arial, sans-serif;
font-size: 20px;
font-weight: normal;
background-color: transparent;
letter-spacing: 1px;
line-height: 8pt;
margin-bottom: 1px;
margin-top: 1px;
padding:2px;
padding-left:3px;
}
</style>
</head>
<body>
<div id="top">
<iframe src="banner.html" width="1300" height="137" frameborder="0"></iframe>
</div>
<div id="left">
<iframe src="leftsidebar.html" width="200" height="750" frameborder="0"></iframe>
</div>
<div id="right">
<iframe src="rightsidebar.html" width="200" height="750" frameborder="0"></iframe>
</div>
</body>
</html>
banner
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
background-color:101010;
background-image: url("");
background-repeat: repeat-none;
background-position:0px 0px;
}
div#banner{
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
}
div#clock{
position: absolute;
left: 860px;
top: 95px;
z-index: 5;
}
div#logo{
position: absolute;
left: 0%;
margin-left:5px;
top: 8;
z-index: 2;
}
div#home{
position: absolute;
left: 60px;
top: 95px;
}
</style>
</head>
<body>
<div id="banner">
<img src="http://i44.photobucket.com/albums/f11/master-of-time/Cox/newbanner.jpg">
</div>
<div id="clock">
<iframe src="http://free.timeanddate.com/clock/i35x3s8s/n127/fn6/fs16/fc9ff/tct/pct/tt0/th2/tb1" frameborder="0" width="357" height="24" allowTransparency="true"></iframe>
</div>
<div id="logo">
<a href="home.html"><img src="ions.png" border="0"></a>
</div>
<div id="home">
<a href="home.html"><font size="5" >Home</font></a>
</div>
</body>
</html>
left links
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
background-color:101010;
background-image: url("http://i44.photobucket.com/albums/f11/master-of-time/Cox/linkbar1.jpg");
background-repeat: repeat-y;
background-position:0px 0px;
}
div#links{
position: absolute;
left: 0px;
top: 10px;
width:200;
height:500;
overflow:auto;
}
div#digi{
position: absolute;
left: 40px;
top: 410px;
}
div#egg{
position: absolute;
left: 0px;
top: 22px;
}
</style>
</head>
<body>
<div id="digi">
<a href="sub/google.html"><img src="digi.png" border="0"></a>
</div>
<div id="links">
<ul>
<li>Codes
<ul>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
</ul>
</li>
<li>Installs
<ul>
<li>soon to be links</li>
<li>soon to be links</li>
<li>soon to be links</li>
</ul>
</li><br />
<li>Trouble Shooting
<ul>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
</ul>
</li>
</ul>
</div>
<div id="egg">
<a href="egg.html"><img src="http://i44.photobucket.com/albums/f11/master-of-time/Cox/egg.jpg" border="0"></a>
</div>
</body>
</html>
right links
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
background-color:101010;
background-image: url("http://i44.photobucket.com/albums/f11/master-of-time/Cox/linkbar2.jpg");
background-repeat: repeat-y;
background-position:0px 0px;
}
div#links2{
position: absolute;
left: 0px;
top: 60px;
overflow:hidden;
}
div#btn{
position: absolute;
left: 25px;
top: 10;
}
</style>
<script type="text/javascript">
function open_win()
{
window.open("http://www.online-stopwatch.com/countdown/","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=500, height=300");
}
</script>
</head>
<body>
<div id="links2">
<ul>
<li>Other Information
<ul>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
<li><a href="sub/01.html">link</a></li>
</ul>
</li>
</ul>
</div>
<div id="btn">
<input type="button" value="Countdown Timer" onclick="open_win()" />
</div>
</body>
</html>
what im trying to do is output it to the middle of the main page, if it is at all possible
and I tried the code with php but im not too familiar with it
and my end result was a page with no links
Bookmarks