It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

frame html

frame html

Postby haxx on Fri Mar 23, 2007 3:41 am

Alright i have a website
<html>
<head>
<title></title>

<frameset cols="20%, 60%, 20%">
<frame src="NAVIGATION.htm">
<frame src="http://rfxcaliber.proboards45.com/">
<frame src="BLANK.htm">
</frameset>


</html>

Instead of the second frame source staying within the 60% ratio, it automatically sends me to the link. How would i correct it to keep it at my site while dispplaying the forum (the site in the second frame source) in the middle of it?

Here is another try but again with the same problem:

<html>
<head>
<title>RFX Caliber</title>
</head>

<body>
<table border="1" width="100%" height="100%">


<tr>
<td colspan=3 height="30%" align="center">1</td>
</tr>
<tr>
<td height="60%" align="center">2</td>
<td height="60%" width="60%" align="center"><iframe height=100% width=100% src="http://rfxcaliber.proboards45.com/"></iframe>
</td>
<td height="60%" align="center">6</td>
</tr>
<tr>
<td colspan=3 height="10%" align="center">a</td>

</tr>
</body>




</html>

I need the the seperate website to display within that area of the screen. Thank you in advance for your time!
haxx
 
Posts: 2
Joined: Fri Mar 23, 2007 3:36 am

Postby haxx on Fri Mar 23, 2007 3:07 pm

i found a solution:

<html>
<head>
<title>RFX Caliber</title>
</head>

<body>
<table border="1" width="100%" height="100%">


<tr>
<td colspan=3 height="30%" align="center">1</td>
</tr>
<tr>
<td height="60%" align="center">2</td>
<td height="60%" width="60%" align="center"><iframe
src="http://www.google.com"
margin="1"
border="1"
scrolling="no"
width="100%"
height="100%">
</iframe>
</td>
<td height="60%" align="center">6</td>
</tr>
<tr>
<td colspan=3 height="10%" align="center">a</td>

</tr>
</body>




</html>
haxx
 
Posts: 2
Joined: Fri Mar 23, 2007 3:36 am

Postby instinct46 on Tue Mar 27, 2007 1:43 pm

urm well i think i no what you mean, if you mean u want a link in a frame to load in a different one you do somethin lyk this:

---

<frameset cols="20%, 60%, 20%">
<frame src="NAVIGATION.htm" name="nav">
<frame src="http://rfxcaliber.proboards45.com/" name="proboard">
<frame src="BLANK.htm" name="blank">

---

right now wen ur in one of the frames edited the link so its somethin lyk this:

<a href="http://www.google.com" target="blank"></A>

if you place this in the nav bar than it will load google in the blank frame, hopz this help
User avatar
instinct46
50+ Club
 
Posts: 90
Joined: Tue Mar 27, 2007 1:07 pm
Location: St Helens, England


Who is online

Users browsing this forum: No registered users and 6 guests