Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Iframe Help


Iframe Help

Reply
  #1 (permalink)  
Old 04-17-05, 07:12 AM
kee123 kee123 is offline
New Member
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Iframe Help

Hey, i'm new here and i was wondering if you guys could help.

http://kuff.myserverguy.com/index2.html

On the site above, to the right of the news box, i wish to have THIS .

However i don't want it to be just an image, i want the area inside the Feature box to be a seperate html file, so you can click links etc.

Could anyone do this for me or show me how to do it?

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 04-17-05, 09:38 AM
koncept
Guest
 
Posts: n/a
use another iframe, inside a tabled layout
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 04-20-05, 03:00 AM
kee123 kee123 is offline
New Member
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eh? I don't get what you mean.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 04-24-05, 06:05 PM
Codename_Delta Codename_Delta is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
<html><head>
<style type="text/css">

v {font-family: verdana}
v {font-size: 75%}
#content {
   height:100%;
   background:#000;
   color:#fff;
   margin:0px 20px;
   } 

</style>
<title>Kuff</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> 
<body leftmargin="0" topmargin="0" background="bg.jpg" bgcolor="#E3E3E3" marginheight="0" marginwidth="0">
<center>



<!-- ImageReady Slices (kuff_layout.gif) -->
<br><table id="Table_01" border="0" cellpadding="0" cellspacing="0"  style="margin:0px auto; width:740px;">
	<tbody><tr>
		<td colspan="6">
			<img src="header_new.jpg" alt="" width="740"></td>

	</tr>
   </tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0"  style="margin:0px auto; width:740px;">
	<tbody>
 <tr>
		<td>
			<img src="nav_1.jpg" alt="" height="30" width="58"></td>
		<td>

			<a href="index2.html"><img src="nav_2.jpg" border="0" alt="" height="30" width="110"></a></td>

		<td>
			 <a href="info.html"><img src="nav_3.jpg" border="0" alt="" height="30" width="145"></a></td>
		<td>
			 <a href="media.html"><img src="nav_4.jpg" border="0" alt="" height="30" width="173"></a></td>
		<td>
			 <a href="404.html"><img src="nav_5.jpg" border="0" alt="" height="30" width="188"></td>
		<td>

			<img src="nav_6.jpg" border="0" alt="" height="30" width="66"></td>
	</tr>
	     
      <tr> 
        <td bgcolor="#000" colspan="6" height="350">
<div id="content"><br><br>
<table bgcolor=black width="450"  border="0" cellspacing="2" cellpadding="0">
  <tr>
    <td><img src="news.jpg" width="179" height="32"></td>
  </tr>
  <tr>

    <td><table width="100%" style=" border-style:none; border-width: thin" border=0 cellspacing="0" cellpadding="0">
  <tr>
    <td width="200"><iframe name=main src=news.html width=200 border=0 frameborder="0" height=200></iframe></td>
    <td width="200"><!-- *****EDIT THIS LINE***** --><iframe src=yourfile.html width="150" height="200"></iframe>  </td>
  </tr>
</table>
</td>
  </tr>
</table>
            </div>
        </td>
        </tr>
	<tr>

		<td colspan="6">
			<img src="footer.jpg" alt="" height="35" width="740"></td>
	</tr>
</tbody></table>
<!-- End ImageReady Slices -->
<br><a href="http://MyServerGuy.com"><img src="msg.jpg" border = "0" alt="Bringing
more flavor to the
web" /><br /><span style="color:#FBA707;">Hosted by MyServerGuy</span></a>
</center>
</body></html>
Copy this code and place into your index.html, this is the source code from your site, so all links should still work, though I suggest you make a backup uf your index.html before placing this code in it to be safe.

** Be sure to edit the line where it says
Code:
<!-- *****EDIT THIS LINE***** -->
__________________
Codename_Delta

Last edited by Codename_Delta; 04-24-05 at 06:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing iframe src property not working in Safari AmberLR JavaScript 1 04-08-09 11:41 AM
cant read cookies from outside sites placed in an iframe rdnpa ASP 1 12-23-04 10:48 AM
HELP HELP!!!! css in iframe.. STUCK~ cynthia CSS 1 12-03-04 04:59 PM
Click iframe gangzh HTML/XHTML/XML 2 10-19-04 09:41 PM
forcing an iframe to scrolldown as it gets filled with content davidklonski JavaScript 2 07-20-04 09:27 AM


All times are GMT -5. The time now is 10:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.