 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| 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: 8749
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 |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|