HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Info in frames
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
nferguson



Joined: 08 Apr 2009
Posts: 20

Posted: Thu Apr 09, 2009 1:41 pm     Info in frames  

Below is the frames that I'm using. I think they are correct. How do I code info. into the particular frame?

I have tried: <a href="<h1>Kick Butt</h1>"=target"mainframe"</a> however not working

Code:
<html>
<head>
<title> Home </title>
</head>
<frameset cols="200,*">
   <frame name="leftframe" src="navigation.html">
    <frame name="mainframe" src="main.html" >
</frameset>

</html>

Thanks in advance!!


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Thu Apr 09, 2009 2:40 pm      

Any reason why you are using frames? They are problematic - building a site with frames.

Now in your example, you need to have the page in the href attribute:
Code: <a href="page.html">Click Here</a>
This would go to page.html.

_________________
Corey
Toll Free Fax Solutions | Mile High Merchant Accounts | Expression Web Blog
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group