Mandazon
03-03-2009, 12:53 PM
Hi, I’m obviously new here and I’m trying to advance my html skills. I’m having a bit of a trouble with Iframes. I’m building a page right now. My main page has the html for the iframe, that’s not the problem, I was wondering how I link other pages onto the frame?
Here's the coding I have.
(the images home, stats and so on are going to be the links)
<html>
<head>
<style><endnote><head>
<style><endnote><head>
<style></style>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>indextuwa</title>
<style type="text/css">
<!--
BODY { direction:;
background-attachment:fixed; scrollbar-arrow-color: 2A2A00;
scrollbar-track-color: 020A00;
scrollbar-face-color: 156C00;
scrollbar-highlight-color: 6C6C00;
scrollbar-3dlight-color: 999900;
scrollbar-darkshadow-color: 004800;
scrollbar-shadow-color: 008A00;
}
-->
</style>
</head>
<body
style="background-color: rgb(2, 10, 0); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<center>
<table
style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="background-color: rgb(0, 11, 0);"></td>
<td><img
style="width: 600px; height: 200px;" alt=""
src="http://myrealms.net/members/tuwa//mandabanner_1_.jpg"></td>
<td></td>
</tr>
<tr>
<td
style="background-color: rgb(0, 11, 0);"><img
style="width: 337px; height: 498px;" alt=""
src="http://myrealms.net/members/tuwa//bearhoney_copy.gif"></td>
<td>
<center><br>
<br>
<table
style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//home.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//stats.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//racial.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//magic.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//stories.gif"></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<iframe
src="http://myrealms.net/members/tuwa/indexbear.html.html"
frameborder="0" height="400" width="450"></iframe></center>
</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td></td>
</tr>
<tr>
<td> </td>
<td>
</td>
<td></td>
</tr>
</tbody>
</table>
</center>
</body>
</html>
Here's the coding I have.
(the images home, stats and so on are going to be the links)
<html>
<head>
<style><endnote><head>
<style><endnote><head>
<style></style>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>indextuwa</title>
<style type="text/css">
<!--
BODY { direction:;
background-attachment:fixed; scrollbar-arrow-color: 2A2A00;
scrollbar-track-color: 020A00;
scrollbar-face-color: 156C00;
scrollbar-highlight-color: 6C6C00;
scrollbar-3dlight-color: 999900;
scrollbar-darkshadow-color: 004800;
scrollbar-shadow-color: 008A00;
}
-->
</style>
</head>
<body
style="background-color: rgb(2, 10, 0); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<center>
<table
style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="background-color: rgb(0, 11, 0);"></td>
<td><img
style="width: 600px; height: 200px;" alt=""
src="http://myrealms.net/members/tuwa//mandabanner_1_.jpg"></td>
<td></td>
</tr>
<tr>
<td
style="background-color: rgb(0, 11, 0);"><img
style="width: 337px; height: 498px;" alt=""
src="http://myrealms.net/members/tuwa//bearhoney_copy.gif"></td>
<td>
<center><br>
<br>
<table
style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//home.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//stats.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//racial.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//magic.gif"></td>
<td><img
style="width: 100px; height: 60px;" alt=""
src="http://myrealms.net/members/tuwa//stories.gif"></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<iframe
src="http://myrealms.net/members/tuwa/indexbear.html.html"
frameborder="0" height="400" width="450"></iframe></center>
</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td></td>
</tr>
<tr>
<td> </td>
<td>
</td>
<td></td>
</tr>
</tbody>
</table>
</center>
</body>
</html>