Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 03-01-05
bazza1603's Avatar
Registered User
 
Join Date: Nov 2003
Location: Cramlington
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
bazza1603 is an unknown quantity at this point
  Help with Frames...

Hi,

Can anyone point me in the right direction.... I am after making a HTML page do the following:-

Top of page will be my banner and Normal page...

Half way down, I want the page to point at www.abc123.com

Is this easy to do?

Best Regards

Barry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-01-05
Retail-Therapy's Avatar
Can't Touch This
 
Join Date: May 2004
Location: КРОМИДОВО
Posts: 321
Thanks: 3
Thanked 0 Times in 0 Posts
Retail-Therapy is an unknown quantity at this point
Hi Barry

With a frameset you can do it like this:

PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<
html>
<
head>
<
title>Frameset Example</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</
head>

<
frameset rows="50%,50%" frameborder="0" >
   <
frame src="yourlocalfile.htm" scrolling="auto" name="topframe">
  <
frame src="http://www.abc123.com" scrolling="auto" name="bottomframe">
</
frameset>
<
noframes><body>No Frames content here 
</body></noframes>
</
html
If you want pages with links clicked in the top frame to appear in the bottom frame, then reference them with:
PHP Code:
<a href="filename.htm" target="bottomframe">LINK</a
With an Iframe you can do it like this:

PHP Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
>
<
html>
<
head>
<
title>Iframe Example</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</
head>

<
body>
<
p>Your content here
  
</p>
<
p>&nbsp;</p>
<
p>Etc</p>
<
p>&nbsp;</p>
<
p>&nbsp;</p>
<
p>Etc</p>
<
p>&nbsp; </p>
<
iframe name="bottomframe" src="http://www.abc123.com" frameborder="0" width="100%" height="50%"></iframe>
</
body>
</
html
The Iframe is also linked to by reference:
PHP Code:
<a href="filename.html" target="bottomframe">LINK</a
Theres probably loads of other ways to do it as well

Tony
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-01-05
bazza1603's Avatar
Registered User
 
Join Date: Nov 2003
Location: Cramlington
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
bazza1603 is an unknown quantity at this point
Hi,

Thanks for your help....I have now managed it....

Best regards

Barry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7